[mew-dist 23668] Re: Mew 3.3 release candidate
Tatsuya Kinoshita
tats at example.com
2003年 5月 22日 (木) 19:25:16 JST
On May 22, 2003, [mew-dist 23667],
Kazu Yamamoto <kazu at example.com> wrote:
> ftp://ftp.Mew.org/pub/Mew/beta/mew-3.3rc1.tar.gz
> If you find any problems, please let me know. Any comments will be
> highly appreciated.
細かい修正をいくつか。(Mew 4でも同じような修正になります)
* mew.dot.mew: 古い変数mew-x-face-filterの設定を削除。
* mew.dot.mew: Mule-UCSのバージョン指定を削除。(Mule-UCS 0.84だと、
Emacs 21.3ではエラーになり、Emacs 21.2ではun-defineの評価にとて
も時間がかかるので、0.85 RCかパッチ済0.84を使うことになる)
* 00changes: Typo fix. (STMP -> SMTP)
* bin/*.c: Update version_message. (3.2 -> 3.3)
-- tats
This patch is written by Tatsuya Kinoshita. Copyright is disclaimed.
Index: 00changes
===================================================================
RCS file: /cvsmew/mew/00changes,v
retrieving revision 1.516.2.6
diff -u -r1.516.2.6 00changes
--- 00changes 2003/05/22 04:52:28 1.516.2.6
+++ 00changes 2003/05/22 10:10:24
@@ -49,7 +49,7 @@
* Displaying the lock XPM on XEmacs.
Hideyuki SHIRAI <shirai at example.com>
* Deleting .mdi/.mqi files when 'D','X', and 'o' are executed.
-* Fixing en-bugged STMP/NNTP.
+* Fixing en-bugged SMTP/NNTP.
Tatsuya Kinoshita <tats at example.com>
* Don't decode encoded-word in addr-spec.
* Defining mew-use-highlight-x-face-inversion.
Index: mew.dot.mew
===================================================================
RCS file: /cvsmew/mew/mew.dot.mew,v
retrieving revision 1.3
diff -u -r1.3 mew.dot.mew
--- mew.dot.mew 2002/12/22 03:59:09 1.3
+++ mew.dot.mew 2003/05/22 10:10:24
@@ -131,10 +131,10 @@
;;;
;;; Using "wvHtml", "xlhtml", and "ppthtml"
;;;
-;;; Unicode is necessary. Emacs 21.3 or later includes Unicode by
-;;; default. For earlier versions, install Mule-UCS v0.84.
+;;; Unicode is necessary. Emacs 21.3.50 or later includes Unicode by
+;;; default. For earlier versions, install Mule-UCS.
;;;
-;;; ftp://ftp.m17n.org/pub/mule/Mule-UCS/Mule-UCS-0.84.tar.gz
+;;; ftp://ftp.m17n.org/pub/mule/Mule-UCS/
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
@@ -156,15 +156,6 @@
;(setq mew-prog-application/msexcel "xlHtml")
;(setq mew-prog-application/mspowerpoint "pptHtml")
-
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;
-;;; X-Face:
-;;;
-
-;; New "uncompface" which produces the XBM format directly if the "-X"
-;; option is specified. Hence, "ikon2xbm" is unnecessary.
-;(setq mew-x-face-filter `((,mew-prog-uncompface "-X")))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
Index: bin/incm.c
===================================================================
RCS file: /cvsmew/mew/bin/incm.c,v
retrieving revision 1.15
diff -u -r1.15 incm.c
--- bin/incm.c 2003/02/17 14:32:04 1.15
+++ bin/incm.c 2003/05/22 10:10:25
@@ -7,7 +7,7 @@
#include "mew.h"
-private char version_message[] = "version 3.2 20030217 Yasunari Momoi";
+private char version_message[] = "version 3.3 20030522 Yasunari Momoi";
#include <stdio.h>
#include <stdlib.h>
Index: bin/mewencode.c
===================================================================
RCS file: /cvsmew/mew/bin/mewencode.c,v
retrieving revision 1.14
diff -u -r1.14 mewencode.c
--- bin/mewencode.c 2003/02/17 14:32:04 1.14
+++ bin/mewencode.c 2003/05/22 10:10:26
@@ -10,7 +10,7 @@
#include "mew.h"
-private char version_message[] = "version 3.2 20030217 Kazu Yamamoto";
+private char version_message[] = "version 3.3 20030522 Kazu Yamamoto";
#ifdef HAVE_UNISTD_H
#include <sys/types.h>
Index: bin/mewls.c
===================================================================
RCS file: /cvsmew/mew/bin/Attic/mewls.c,v
retrieving revision 1.25
diff -u -r1.25 mewls.c
--- bin/mewls.c 2003/02/17 14:32:04 1.25
+++ bin/mewls.c 2003/05/22 10:10:27
@@ -10,7 +10,7 @@
#include "mew.h"
-private char version_message[] = "version 3.2 20030217 Kazu Yamamoto";
+private char version_message[] = "version 3.3 20030522 Kazu Yamamoto";
#ifdef HAVE_UNISTD_H
# include <sys/types.h>
Mew-dist メーリングリストの案内