* gnus-vers.el (gnus-revision-number): Increment to 02. t-gnus-6_15_7-02
authoryamaoka <yamaoka>
Wed, 9 Oct 2002 06:10:41 +0000 (06:10 +0000)
committeryamaoka <yamaoka>
Wed, 9 Oct 2002 06:10:41 +0000 (06:10 +0000)
(gnus-version): T-gnus supports SEMI 1.14 and FLIM 1.14.

* mmgnus.el: Remove commented obsolete definitions.

* message.el (message-header-hook): Replace `eword-encode-header' with
 `mime-encode-header-in-buffer'.
(message-send-mail-with-smtp): Don't use `smtp-via-smtp'.

15 files changed:
ChangeLog
Mule23@1934.en
Mule23@1934.ja
README-gnus-bbdb.en
README-gnus-bbdb.ja
README.T-gnus
README.branch
README.branch.ja
README.semi
README.semi.ja
lisp/gnus-vers.el
lisp/message.el
lisp/mmgnus.el
sample.lpath.el
texi/gnus-faq-ja.texi

index bc59d77..160ccb9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-10-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
+       (gnus-version): T-gnus supports SEMI 1.14 and FLIM 1.14.
+
+       * lisp/mmgnus.el: Remove commented obsolete definitions.
+
+       * lisp/message.el (message-header-hook): Replace
+       `eword-encode-header' with `mime-encode-header-in-buffer'.
+       (message-send-mail-with-smtp): Don't use `smtp-via-smtp'.
+
 2002-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/mm-url.el (mm-url-form-encode-xwfu): Use
index 10ba205..f88af6c 100644 (file)
@@ -35,13 +35,17 @@ beginning of .emacs file instead of rebuilding Mule.
     (makunbound (intern (format "message-%s" symbol)))))
 
 
-INSTALL CUSTOM, APEL, FLIM, SEMI/WEMI
-=====================================
+INSTALL CUSTOM, APEL, CLIME, SEMI
+=================================
 
-T-gnus requires the latest version of CUSTOM, APEL, FLIM and SEMI or
-WEMI; you should install these packages before installing T-gnus.
+T-gnus requires the latest version of CUSTOM, APEL, CLIME and SEMI;
+CLIME 1.14 provides the same features as FLIM 1.14 for old Emacsen,
+which is currently available from:
 
-As for CUSTOM, you should apply the following patch before building it.
+ftp://ftp.jpl.org/pub/m17n/clime-1_14-************.tar.gz
+
+You should install these packages before installing T-gnus.  As for
+CUSTOM, you should apply the following patch before building it.
 
 ------ cut here ------ cut here ------ cut here ------ cut here ------
 --- custom-1.9962/cus-face.el~ Wed Mar  4 19:52:39 1998
@@ -81,13 +85,13 @@ INSTALL T-gnus
 
 There are three ways of making T-gnus with Mule 2.3 based on Emacs 19.34.
 
-1. If you have installed EMU, APEL, FLIM and SEMI or WEMI packages
-   under the standard load-path, for instance:
+1. If you have installed EMU, APEL, CLIME and SEMI packages under the
+   standard load-path, for instance:
 
-   EMU:  /usr/local/share/mule/19.34/site-lisp/
-   APEL: /usr/local/share/mule/site-lisp/apel/
-   FLIM: /usr/local/share/mule/site-lisp/flim/
-   SEMI: /usr/local/share/mule/site-lisp/semi/
+   EMU:   /usr/local/share/mule/19.34/site-lisp/
+   APEL:  /usr/local/share/mule/site-lisp/apel/
+   CLIME: /usr/local/share/mule/site-lisp/flim/
+   SEMI:  /usr/local/share/mule/site-lisp/semi/
 
    What is more, if you have been replaced old CUSTOM with new CUSTOM
    or if you have installed new CUSTOM directly under the standard
@@ -117,24 +121,24 @@ There are three ways of making T-gnus with Mule 2.3 based on Emacs 19.34.
    % ./configure --with-emacs=mule
    % make install
 
-2. If you have installed EMU, APEL, FLIM and SEMI or WEMI packages in
-   the non-standard load-path, use the configure option
-   `--with-addpath=' with the colon separated directory names where
-   EMU, APEL or CUSTOM packages are installed.  For example:
+2. If you have installed EMU, APEL, CLIME and SEMI packages in the
+   non-standard load-path, use the configure option `--with-addpath='
+   with the colon separated directory names where EMU, APEL or CUSTOM
+   packages are installed.  For example:
 
    % ./configure --with-emacs=mule\
      --with-addpath=~/elisp/emu/:~/elisp/apel/:~/elisp/custom/
    % make install
 
-   In this case, you have no need to add paths of FLIM, SEMI or WEMI
-   if they are installed under the directory which is same as the
-   parent directory of APEL.
+   In this case, you have no need to add paths of CLIME, SEMI if they
+   are installed under the directory which is same as the parent
+   directory of APEL.
 
 3. This is another way to install T-gnus when you have installed EMU,
-   APEL, FLIM and SEMI or WEMI packages in the non-standard load-path.
-   Copy the file `sample.lpath.el' which is included in the
-   distribution to `~/.lpath.el' and modify it suitably for your
-   environment.  And then type the following command.
+   APEL, CLIME and SEMI packages in the non-standard load-path.  Copy
+   the file `sample.lpath.el' which is included in the distribution to
+   `~/.lpath.el' and modify it suitably for your environment.  And
+   then type the following command.
 
    % ./configure --with-emacs=mule
    % make install
index fd61271..32c053d 100644 (file)
@@ -36,13 +36,18 @@ lisp/loaddefs.el \e$B$+$i:o=|$7$F!"\e(BMule \e$B$r:n$jD>$5$J$1$l$P$J$j$^$;$s!#\e(B
     (makunbound (intern (format "message-%s" symbol)))))
 
 
-INSTALL CUSTOM, APEL, FLIM, SEMI
-================================
+INSTALL CUSTOM, APEL, CLIME, SEMI
+=================================
 
-T-gnus \e$B$O:G?7HG$N\e(B CUSTOM, APEL, FLIM \e$B$*$h$S\e(B SEMI \e$B$+\e(B WEMI \e$B$rI,MW$H$7$^\e(B
-\e$B$9!#$"$J$?$O$3$l$i$N%Q%C%1!<%8$r\e(B T-gnus \e$B$NA0$K%$%s%9%H!<%k$7$J$1$l$P$J\e(B
-\e$B$j$^$;$s!#\e(BCUSTOM \e$B$K$D$$$F$O!":n$kA0$K$"$J$?$O0J2<$N%Q%C%A$rEv$F$kI,MW\e(B
-\e$B$,$"$j$^$9!#\e(B
+T-gnus \e$B$O:G?7HG$N\e(B CUSTOM, APEL, CLIME \e$B$*$h$S\e(B SEMI \e$B$rI,MW$H$7$^$9!#\e(B
+CLIME 1.14 \e$B$O8E$$\e(B Emacs \e$B$K\e(B FLIM 1.14 \e$B$HF1$85!G=$rDs6!$9$k$b$N$G!"8=:_\e(B
+\e$B0J2<$N$b$N$,F~<j$G$-$^$9!#\e(B
+
+ftp://ftp.jpl.org/pub/m17n/clime-1_14-************.tar.gz
+
+\e$B$"$J$?$O$3$l$i$N%Q%C%1!<%8$r\e(B T-gnus \e$B$NA0$K%$%s%9%H!<%k$7$J$1$l$P$J$j$^\e(B
+\e$B$;$s!#\e(BCUSTOM \e$B$K$D$$$F$O!":n$kA0$K$"$J$?$O0J2<$N%Q%C%A$rEv$F$kI,MW$,$"\e(B
+\e$B$j$^$9!#\e(B
 
 ------ cut here ------ cut here ------ cut here ------ cut here ------
 --- custom-1.9962/cus-face.el~ Wed Mar  4 19:52:39 1998
@@ -83,13 +88,13 @@ INSTALL T-gnus
 Emacs 19.34 \e$B$r%Y!<%9$K$7$?\e(B Mule 2.3 \e$B$G\e(B gnus \e$B$r:n$k$K$O;0$D$NJ}K!$,$"$j\e(B
 \e$B$^$9!#\e(B
 
-1. \e$B$b$7$"$J$?$,\e(B EMU, APEL, FLIM \e$B$*$h$S\e(B SEMI \e$B$^$?$O\e(B WEMI \e$B$N3F%Q%C%1!<\e(B
-   \e$B%8$rI8=`$N\e(B load-path \e$B$N2<$K%$%s%9%H!<%k$7$F$$$k$H$7$^$9!#Nc$($P$3$&!#\e(B
+1. \e$B$b$7$"$J$?$,\e(B EMU, APEL, CLIME \e$B$*$h$S\e(B SEMI \e$B$N3F%Q%C%1!<%8$rI8=`$N\e(B
+   load-path \e$B$N2<$K%$%s%9%H!<%k$7$F$$$k$H$7$^$9!#Nc$($P$3$&!#\e(B
 
-   EMU:  /usr/local/share/mule/19.34/site-lisp/
-   APEL: /usr/local/share/mule/site-lisp/apel/
-   FLIM: /usr/local/share/mule/site-lisp/flim/
-   SEMI: /usr/local/share/mule/site-lisp/semi/
+   EMU:   /usr/local/share/mule/19.34/site-lisp/
+   APEL:  /usr/local/share/mule/site-lisp/apel/
+   CLIME: /usr/local/share/mule/site-lisp/flim/
+   SEMI:  /usr/local/share/mule/site-lisp/semi/
 
    \e$B$7$+$b!"$b$7$"$J$?$,8E$$\e(B CUSTOM \e$B$r?7$7$$\e(B CUSTOM \e$B$GCV$-49$($F$$$k$+!"\e(B
    \e$B?7$7$$\e(B CUSTOM \e$B$r\e(B /usr/local/share/mule/19.34/site-lisp/ \e$B$N$h$&$JI8\e(B
@@ -120,25 +125,24 @@ Emacs 19.34 \e$B$r%Y!<%9$K$7$?\e(B Mule 2.3 \e$B$G\e(B gnus \e$B$r:n$k$K$O;0$D$NJ}K!$
 
    \e$B$H%?%$%W$7$F2<$5$$!#\e(B
 
-2. \e$B$b$7$"$J$?$,\e(B EMU, APEL, FLIM \e$B$*$h$S\e(B SEMI \e$B$^$?$O\e(B WEMI \e$B$N3F%Q%C%1!<\e(B
-   \e$B%8$rI8=`$G$O$J$$\e(B load-path \e$B$K%$%s%9%H!<%k$7$F$$$k$J$i$P!"%3%m%s$G\e(B
-   \e$B6h@Z$i$l$?\e(B EMU, APEL \e$B$*$h$S\e(B CUSTOM \e$B$,%$%s%9%H!<%k$5$l$F$$$k%G%#%l\e(B
-   \e$B%/%H%jL>$H\e(B configure \e$B%*%W%7%g%s$N\e(B `--with-addpath=' \e$B$r;H$C$F2<$5$$!#\e(B
-   \e$BNc$($P\e(B
+2. \e$B$b$7$"$J$?$,\e(B EMU, APEL, CLIME \e$B$*$h$S\e(B SEMI \e$B$N3F%Q%C%1!<%8$rI8=`$G$O\e(B
+   \e$B$J$$\e(B load-path \e$B$K%$%s%9%H!<%k$7$F$$$k$J$i$P!"%3%m%s$G6h@Z$i$l$?\e(B
+   EMU, APEL \e$B$*$h$S\e(B CUSTOM \e$B$,%$%s%9%H!<%k$5$l$F$$$k%G%#%l%/%H%jL>$H\e(B
+   configure \e$B%*%W%7%g%s$N\e(B `--with-addpath=' \e$B$r;H$C$F2<$5$$!#Nc$($P\e(B
 
    % ./configure --with-emacs=mule\
      --with-addpath=~/elisp/emu/:~/elisp/apel/:~/elisp/custom/
    % make
 
-   \e$B$3$N>l9g!"$b$7\e(B FLIM, SEMI \e$B$^$?$O\e(B WEMI \e$B$,\e(B APEL \e$B$N?F%G%#%l%/%H%j$HF1\e(B
-   \e$B$8%G%#%l%/%H%j$N2<$K%$%s%9%H!<%k$5$l$F$$$k$J$i$P!"$=$l$i$N\e(B path \e$B$r\e(B
-   \e$BDI2C$9$kI,MW$O$"$j$^$;$s!#\e(B
+   \e$B$3$N>l9g!"$b$7\e(B CLIME, SEMI \e$B$,\e(B APEL \e$B$N?F%G%#%l%/%H%j$HF1$8%G%#%l%/%H\e(B
+   \e$B%j$N2<$K%$%s%9%H!<%k$5$l$F$$$k$J$i$P!"$=$l$i$N\e(B path \e$B$rDI2C$9$kI,MW\e(B
+   \e$B$O$"$j$^$;$s!#\e(B
 
-3. \e$B$3$l$O!"\e(BEMU, APEL, FLIM \e$B$*$h$S\e(B SEMI \e$B$^$?$O\e(B WEMI \e$B$N3F%Q%C%1!<%8$rI8\e(B
-   \e$B=`$G$O$J$$\e(B load-path \e$B$K%$%s%9%H!<%k$7$F$$$k>l9g$N!"JL$NJ}K!$G$9!#\e(B
-   \e$BG[I[$K4^$^$l$F$$$k%U%!%$%k\e(B `sample.lpath.el' \e$B$r\e(B `~/.lpath.el' \e$B$K%3\e(B
-   \e$B%T!<$7$F!"$"$J$?$N4D6-$K9g$&$h$&$K=q$-49$($F2<$5$$!#$=$7$F<!$N%3%^\e(B
-   \e$B%s%I$r%?%$%W$7$F2<$5$$!#\e(B
+3. \e$B$3$l$O!"\e(BEMU, APEL, CLIME \e$B$*$h$S\e(B SEMI \e$B$N3F%Q%C%1!<%8$rI8=`$G$O$J$$\e(B
+   load-path \e$B$K%$%s%9%H!<%k$7$F$$$k>l9g$N!"JL$NJ}K!$G$9!#G[I[$K4^$^$l\e(B
+   \e$B$F$$$k%U%!%$%k\e(B `sample.lpath.el' \e$B$r\e(B `~/.lpath.el' \e$B$K%3%T!<$7$F!"$"\e(B
+   \e$B$J$?$N4D6-$K9g$&$h$&$K=q$-49$($F2<$5$$!#$=$7$F<!$N%3%^%s%I$r%?%$%W\e(B
+   \e$B$7$F2<$5$$!#\e(B
 
    % ./configure --with-emacs=mule
    % make install
index 0b7c77c..5ec9011 100644 (file)
@@ -13,7 +13,7 @@ gnus-bbdb.el
  This is the BBDB API module for Semi-gnus. `mime-bbdb' should not be
 necessary for Semi-gnus, if that module were used.
 
- You need FLIM 1.11.3 or later.
+ You need FLIM 1.11.3 or later (T-gnus requires FLIM 1.14).
 
  If you are using bbdb-auto-notes-hook, the patch listed at the end
 of this file should be applied. If not, it might not.
index 513a9ef..a2667c8 100644 (file)
@@ -13,7 +13,7 @@ gnus-bbdb.el
 Semi-gnus \e$B$KFC2=$7$?\e(B BBDB API \e$B%b%8%e!<%k$G$9!#$3$N%b%8%e!<%k$r;HMQ$9$k\e(B
 \e$B$3$H$K$h$C$F!"\e(B Semi-gnus \e$B$G;HMQ$9$k>l9g$K$O\e(B mime-bbdb \e$B$,ITMW$K$J$j$^$9!#\e(B
 
-1.11.3 \e$B0J9_$N\e(B FLIM \e$B$,I,MW$G$9!#\e(B
+1.11.3 \e$B0J9_$N\e(B FLIM \e$B$,I,MW\e(B (T-gnus \e$B$G$O\e(B FLIM 1.14 \e$B$,I,MW\e(B) \e$B$G$9!#\e(B
 
 bbdb-auto-notes-hook \e$B$r;HMQ$7$F$$$J$$J}$K$OITMW$G$9$,!";HMQ$7$F$$$kJ}\e(B
 \e$B$O\e(B bbdb.el / bbdb-hooks.el \e$B$K$3$N%U%!%$%k$N:G8e$K$"$k\e(B patch \e$B$r$"$F$kI,\e(B
index 9a7b903..06af0f1 100644 (file)
@@ -34,5 +34,4 @@ NEWS:
 * T-gnus 6.15 - this is based on Oort Gnus.
 
   The latest T-gnus is T-gnus 6.15.7 (based on Oort Gnus 0.07).  It
-  requires SEMI/WEMI (1.13.5 or later), FLIM (1.13.1 or later), and
-  APEL (10.0 or later).
+  requires SEMI 1.14, FLIM 1.14, and APEL 10.0 or later.
index c97790c..eabdede 100644 (file)
@@ -43,7 +43,7 @@ qGnus 0.??  ------> Semi-gnus 6.0.0
        :                        :               +<--------------+
        :                        :               |               |
        :        akr      <--  6.2.3             :            t-gnus-6_15
-       :        shuhei-k <--  6.3.1                          (for FLIM 1.13,
+       :        shuhei-k <--  6.3.1                          (for FLIM 1.14,
 Gnus 5.6.11 ------>           6.3.3                           develop)
        :                      6.4.0 (for SEMI 1.5)              |
        :                      (6.4.?)------> for SEMI 1.5       :
@@ -134,8 +134,11 @@ Public Branches
        t-gnus-6_12     T-gnus for SEMI 1.12/1.13, FLIM 1.12 API (stable)
        t-gnus-6_13     T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
        t-gnus-6_14     T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
-       t-gnus-6_15     T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
-     t-gnus-6_15-quimby        T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
+       t-gnus-6_15     T-gnus for SEMI 1.14, FLIM 1.14 API (develop)
+     t-gnus-6_15-quimby        T-gnus for SEMI 1.14, FLIM 1.14 API (develop)
+
+    Note: T-gnus versions 6.15 based on Oort Gnus v0.03 and earlier
+          had supported SEMI 1.13 and FLIM 1.13 as well.
 
 Personal Branches
 
index 3e54c4c..3eb56f1 100644 (file)
@@ -43,7 +43,7 @@ qGnus 0.??  ------> Semi-gnus 6.0.0
        :                        :               +<--------------+
        :                        :               |               |
        :        akr      <--  6.2.3             :            t-gnus-6_15
-       :        shuhei-k <--  6.3.1                          (for FLIM 1.13,
+       :        shuhei-k <--  6.3.1                          (for FLIM 1.14,
 Gnus 5.6.11 ------>           6.3.3                           develop)
        :                      6.4.0 (for SEMI 1.5)              |
        :                      (6.4.?)------> for SEMI 1.5       :
@@ -134,8 +134,11 @@ Public Branches
        t-gnus-6_12     T-gnus for SEMI 1.12/1.13, FLIM 1.12 API (stable)
        t-gnus-6_13     T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
        t-gnus-6_14     T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
-       t-gnus-6_15     T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
-     t-gnus-6_15-quimby        T-gnus for SEMI 1.13, FLIM 1.13 API (develop)
+       t-gnus-6_15     T-gnus for SEMI 1.14, FLIM 1.14 API (develop)
+     t-gnus-6_15-quimby        T-gnus for SEMI 1.14, FLIM 1.14 API (develop)
+
+    \e$BCm\e(B: v0.03 \e$B0JA0$N\e(B Oort Gnus \e$B$r85$K$7$?\e(B T-gnus 6.15 \e$B$O!"\e(BSEMI 1.13 \e$B$H\e(B
+        FLIM 1.13 \e$B$b%5%]!<%H$7$F$$$^$7$?!#\e(B
 
 Personal Branches
 
index 6a642ae..eede623 100644 (file)
@@ -9,12 +9,11 @@ to use it, and you must not use gnus-mime for SEMI.
 
   It requires APEL, FLIM and SEMI packages, so please get and install
 them before to install it.  T-gnus 6.15 requires APEL 10.0 or later,
-FLIM (1.13.1 or later) and SEMI/WEMI (1.13.5 or later).  You can get
-these packages from:
+FLIM 1.14 and SEMI 1.14.  You can get these packages from:
 
 ftp://ftp.m17n.org/pub/mule/apel/
-ftp://ftp.m17n.org/pub/mule/flim/flim-1.13/
-ftp://ftp.m17n.org/pub/mule/semi/semi-1.13-for-flim-1.13/
+ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/
+ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/
 
 Required environment for SEMI is written in README.en of SEMI package.
 
index d278311..05265a0 100644 (file)
@@ -10,12 +10,11 @@ T-gnus \e$B$H$O!)\e(B
 
   APEL, FLIM \e$B$*$h$S\e(B SEMI \e$B%Q%C%1!<%8$,I,MW$G$9$N$G!"%$%s%9%H!<%k$9$kA0\e(B
 \e$B$K$=$l$i$r%$%s%9%H!<%k$7$F$/$@$5$$!#\e(BT-gnus 6.15 \e$B$O\e(B APEL 10.0 \e$B0J>e!"\e(B
-FLIM (1.13.1 \e$B0J>e\e(B) \e$B$*$h$S\e(B SEMI/WEMI (1.13.5 \e$B0J>e\e(B) \e$B$rI,MW$H$7$^$9!#$=$l\e(B
-\e$B$i$N%Q%C%1!<%8$O\e(B
+FLIM 1.14 \e$B$*$h$S\e(B SEMI 1.14 \e$B$rI,MW$H$7$^$9!#$=$l$i$N%Q%C%1!<%8$O\e(B
 
 ftp://ftp.m17n.org/pub/mule/apel/
-ftp://ftp.m17n.org/pub/mule/flim/flim-1.13/
-ftp://ftp.m17n.org/pub/mule/semi/semi-1.13-for-flim-1.13/
+ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/
+ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/
 
 \e$B$+$i<hF@$9$k$3$H$,$G$-$^$9!#I,MW$J4D6-$O\e(B SEMI \e$B$N\e(B README.ja \e$B$r;2>H$7$F\e(B
 \e$B$/$@$5$$!#\e(B
index 764428c..d5e14a6 100644 (file)
@@ -34,7 +34,7 @@
 (require 'product)
 (provide 'gnus-vers)
 
-(defconst gnus-revision-number "01"
+(defconst gnus-revision-number "02"
   "Revision number for this version of gnus.")
 
 ;; Product information of this gnus.
@@ -62,7 +62,7 @@
   "Version number for this version of gnus.")
 
 (defconst gnus-version
-  (format "%s %s r%s (based on %s v%s ; for SEMI 1.13, FLIM 1.13)"
+  (format "%s %s r%s (based on %s v%s ; for SEMI 1.14, FLIM 1.14)"
          gnus-product-name gnus-version-number gnus-revision-number
          gnus-original-product-name gnus-original-version-number)
   "Version string for this version of gnus.")
index fdfc1cb..d5aedc1 100644 (file)
@@ -749,7 +749,7 @@ The function `message-supersede' runs this hook."
   :group 'message-various
   :type 'hook)
 
-(defcustom message-header-hook '((lambda () (eword-encode-header t)))
+(defcustom message-header-hook '((lambda () (mime-encode-header-in-buffer t)))
   "Hook run in a message mode buffer narrowed to the headers."
   :group 'message-various
   :type 'hook)
@@ -3633,13 +3633,7 @@ to find out how to use this."
     (backward-char 1)
     (run-hooks 'message-send-mail-hook)
     (if recipients
-       (static-if (fboundp 'smtp-send-buffer)
-           (smtp-send-buffer user-mail-address recipients
-                             (current-buffer))
-         (let ((result (smtp-via-smtp user-mail-address recipients
-                                      (current-buffer))))
-           (unless (eq result t)
-             (error "Sending failed; %s" result))))
+       (smtp-send-buffer user-mail-address recipients (current-buffer))
       (error "Sending failed; no recipients"))))
 
 (defsubst message-maybe-split-and-send-news (method)
index 3493ee1..d5ad15f 100644 (file)
   (apply (car (luna-class-find-functions
               (luna-find-class 'standard-object)
               'initialize-instance))
-        entity init-args)
-  )
-
-;; (luna-define-method mime-entity-fetch-field ((entity mime-gnus-entity)
-;;                                              field-name)
-;;   (or (funcall (car (luna-class-find-functions
-;;                      (luna-find-class 'mime-entity)
-;;                      'mime-entity-fetch-field))
-;;                entity field-name)
-;;       (with-current-buffer gnus-original-article-buffer
-;;         (let ((ret (std11-field-body field-name)))
-;;           (when ret
-;;             (or (symbolp field-name)
-;;                 (setq field-name
-;;                       (intern (capitalize (capitalize field-name)))))
-;;             (mime-entity-set-original-header-internal
-;;              entity
-;;              (put-alist field-name ret
-;;                         (mime-entity-original-header-internal entity)))
-;;             ret)))))
-
-;; (luna-define-method mime-entity-buffer ((entity mime-gnus-entity))
-;;   ;; (if (with-current-buffer gnus-summary-buffer
-;;   ;;       (eq gnus-current-article (mail-header-number entity)))
-;;   ;;     ...)
-;;   (unless (mime-buffer-entity-header-end-internal entity)
-;;     (set-buffer gnus-original-article-buffer)
-;;     (mime-buffer-entity-set-header-start-internal entity (point-min))
-;;     (mime-buffer-entity-set-body-end-internal entity (point-max))
-;;     (goto-char (point-min))
-;;     (if (re-search-forward "^$" nil t)
-;;         (progn
-;;           (mime-buffer-entity-set-header-end-internal entity (match-end 0))
-;;           (mime-buffer-entity-set-body-start-internal
-;;            entity
-;;            (if (= (mime-buffer-entity-header-end-internal entity)
-;;                   (mime-buffer-entity-body-end-internal entity))
-;;                (mime-buffer-entity-body-end-internal entity)
-;;              (1+ (mime-buffer-entity-header-end-internal entity))
-;;              ))
-;;           )
-;;       (mime-buffer-entity-set-header-end-internal entity (point-min))
-;;       (mime-buffer-entity-set-body-start-internal entity (point-min))
-;;       ))
-;;   gnus-original-article-buffer)
-
-
-;;; @ end
-;;;
+        entity init-args))
 
 (provide 'mmgnus)
 
index 518f4de..95e40cc 100644 (file)
@@ -18,8 +18,8 @@
            ;; Where is CUSTOM package?
            "/usr/local/share/mule/site-lisp/custom/"
 
-           ;; Note that you have no need to specify paths of FLIM, SEMI
-           ;; or WEMI if they are installed under the directory which is
+           ;; Note that you have no need to specify paths of FLIM and
+           ;; SEMI if they are installed under the directory which is
            ;; same as the parent directory of APEL.
 
            ;; If you have installed Emacs/W3 package,
index 650ab7b..c34386d 100644 (file)
@@ -74,14 +74,13 @@ Q1.1: \e$B:G?7$N%P!<%8%g%s$O\e(B?
 \e$B8=:_$N3+H/HG$N:G?7%P!<%8%g%s$O\e(B T-gnus 6.15 (tag: t-gnus-6_15-quimby) \e$B$G\e(B
 \e$B$9!#\e(B
 
-T-gnus 6.15 \e$B$r;HMQ$9$k$?$a$K$OJL%Q%C%1!<%8$N\e(B FLIM 1.13.1 \e$B0J>e\e(B, SEMI (\e$B$^\e(B
-\e$B$?$O\e(B WEMI) 1.13.5 \e$B0J>e$,I,MW$G$9!#\e(B \e$B$=$NB>!"\e(B APEL \e$B$,I,MW$K$J$j$^$9$,!"I,\e(B
-\e$BMW$J%P!<%8%g%s$O\e(B FLIM / SEMI (WEMI) \e$B%Q%C%1!<%8Fb$N\e(B README \e$B$r;2>H$7$F$/$@\e(B
-\e$B$5$$!#\e(B
-
-T-gnus \e$B$N%P!<%8%g%s$O!"I,MW$J\e(B SEMI (WEMI) \e$B$*$h$S\e(B FLIM \e$B$N%P!<%8%g%s$K?<$/\e(B
-\e$B4X78$7$F$$$^$9!#\e(B \e$BI,$:!"\e(B T-gnus \e$B$N%P!<%8%g%s$K$"$C$?\e(B SEMI (WEMI) \e$B$*$h$S\e(B
-FLIM \e$B$r;HMQ$7$F$/$@$5$$!#\e(B
+T-gnus 6.15 \e$B$r;HMQ$9$k$?$a$K$OJL%Q%C%1!<%8$N\e(B FLIM 1.4 \e$B$H\e(B SEMI 1.14 \e$B$,I,\e(B
+\e$BMW$G$9!#\e(B \e$B$=$NB>!"\e(B APEL \e$B$,I,MW$K$J$j$^$9$,!"I,MW$J%P!<%8%g%s\e(B
+\e$B$O\e(B FLIM / SEMI \e$B%Q%C%1!<%8Fb$N\e(B README \e$B$r;2>H$7$F$/$@$5$$!#\e(B
+
+T-gnus \e$B$N%P!<%8%g%s$O!"I,MW$J\e(B SEMI \e$B$*$h$S\e(B FLIM \e$B$N%P!<%8%g%s$K?<$/4X78$7\e(B
+\e$B$F$$$^$9!#\e(B \e$BI,$:\e(B T-gnus \e$B$N%P!<%8%g%s$K$"$C$?\e(B SEMI \e$B$*$h$S\e(B FLIM \e$B$r;HMQ$7$F\e(B
+\e$B$/$@$5$$!#\e(B
 
 @item
 Q1.2: \e$BF~<jJ}K!$O\e(B?