tm 6.80.1.
authormorioka <morioka>
Mon, 9 Mar 1998 07:38:08 +0000 (07:38 +0000)
committermorioka <morioka>
Mon, 9 Mar 1998 07:38:08 +0000 (07:38 +0000)
Changes-6.80.1.en [new file with mode: 0644]
Changes-6.80.1.ja [new file with mode: 0644]
Makefile
gnus/Makefile
gnus/tm-gnus3.el
gnus/tm-gnus4.el
gnus/tm-gnus5.el
tm-mule.el

diff --git a/Changes-6.80.1.en b/Changes-6.80.1.en
new file mode 100644 (file)
index 0000000..a8506c1
--- /dev/null
@@ -0,0 +1,49 @@
+* mel
+
+  Attached version 2.0.
+
+mel/me-q.el
+----------------------------
+revision 2.0
+date: 1995/09/11 11:33:47;  author: morioka;  state: Exp;  lines: +20 -1
+I deleted function `quoted-printable-internal-decode-region' in
+mistake, so I revive it.
+----------------------------
+
+
+* tm
+
+tm/tm-mule.el
+----------------------------
+revision 6.5
+date: 1995/09/12 13:24:04;  author: morioka;  state: Exp;  lines: +2 -2
+In function `mime/convert-string-to-emacs', fixed problem about
+undefined charset.
+----------------------------
+
+
+* tm/gnus
+
+  Attached version 6.22.
+
+tm/gnus/tm-gnus3.el
+----------------------------
+revision 6.10
+date: 1995/09/11 07:20:29;  author: morioka;  state: Exp;  lines: +2 -1
+Added (require 'tl-misc).
+----------------------------
+
+tm/gnus/tm-gnus4.el
+----------------------------
+revision 6.9
+date: 1995/09/11 07:20:46;  author: morioka;  state: Exp;  lines: +2 -1
+According to MIYAZAKI Jun <miyazaki@jaist.ac.jp>'s suggestion, I added 
+(require 'tl-misc).
+----------------------------
+
+tm/gnus/tm-gnus5.el
+----------------------------
+revision 6.22
+date: 1995/09/11 07:41:23;  author: morioka;  state: Exp;  lines: +2 -1
+Added (require 'tl-misc).
+----------------------------
diff --git a/Changes-6.80.1.ja b/Changes-6.80.1.ja
new file mode 100644 (file)
index 0000000..851666a
--- /dev/null
@@ -0,0 +1,49 @@
+* mel
+
+  Version 2.0 \e$B$rE:IU$7$?!#\e(B
+
+mel/me-q.el
+----------------------------
+revision 2.0
+date: 1995/09/11 11:33:47;  author: morioka;  state: Exp;  lines: +20 -1
+\e$B4X?t\e(B quoted-printable-internal-decode-region \e$B$r4V0c$($F>C$7$F$$$?$N$r\e(B
+\e$BI|3h$5$;$?!#\e(B
+----------------------------
+
+
+* tm
+
+tm/tm-mule.el
+----------------------------
+revision 6.5
+date: 1995/09/12 13:24:04;  author: morioka;  state: Exp;  lines: +2 -2
+\e$B4X?t\e(B mime/convert-string-to-emacs \e$B$NL$Dj5A\e(B charset \e$B$N<h$j07$$$K4X$9$k\e(B
+\e$BIT6q9g$r=$@5$7$?!#\e(B
+----------------------------
+
+
+* tm/gnus
+
+  Version 6.22 \e$B$rE:IU$7$?!#\e(B
+
+tm/gnus/tm-gnus3.el
+----------------------------
+revision 6.10
+date: 1995/09/11 07:20:29;  author: morioka;  state: Exp;  lines: +2 -1
+(require 'tl-misc) \e$B$rDI2C$7$?!#\e(B
+----------------------------
+
+tm/gnus/tm-gnus4.el
+----------------------------
+revision 6.9
+date: 1995/09/11 07:20:46;  author: morioka;  state: Exp;  lines: +2 -1
+\e$B5\:j\e(B \e$B=c\e(B <miyazaki@jaist.ac.jp> \e$B$5$s$N;XE&$K=>$$!"\e(B(require 'tl-misc) \e$B$r\e(B
+\e$BDI2C$7$?!#\e(B
+----------------------------
+
+tm/gnus/tm-gnus5.el
+----------------------------
+revision 6.22
+date: 1995/09/11 07:41:23;  author: morioka;  state: Exp;  lines: +2 -1
+(require 'tl-misc) \e$B$rDI2C$7$?!#\e(B
+----------------------------
index b96c5ab..ad7de05 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ TL_FILES = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi
 
 FILES  = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES)
 
-TARFILE = tm6.80.tar
+TARFILE = tm6.80.1.tar
 
 
 nemacs:
index 829ef94..c3b86b5 100644 (file)
@@ -17,7 +17,7 @@ TMDIR19 = $(HOME)/lib/emacs19/lisp
 
 FILES  = tm/gnus/*.el tm/doc/tm-gnus*.texi
 
-TARFILE = tm-gnus6.21.tar
+TARFILE = tm-gnus6.22.tar
 
 
 gnus3:
index 2c638bf..a822014 100644 (file)
@@ -4,6 +4,7 @@
 
 (require 'tl-list)
 (require 'tl-str)
+(require 'tl-misc)
 (require 'tm-ognus)
 
 
@@ -11,7 +12,7 @@
 ;;;
 
 (defconst tm-gnus/RCS-ID
-  "$Id: tm-gnus3.el,v 6.9 1995/09/05 01:29:20 morioka Exp $")
+  "$Id: tm-gnus3.el,v 6.10 1995/09/11 07:20:29 morioka Exp $")
 
 (defconst tm-gnus/version
   (concat (get-version-string tm-gnus/RCS-ID) " for GNUS 3"))
index 65eabb5..a01dcee 100644 (file)
@@ -3,6 +3,7 @@
 ;;;
 
 (require 'tl-str)
+(require 'tl-misc)
 (require 'tm-ognus)
 
 
@@ -10,7 +11,7 @@
 ;;;
 
 (defconst tm-gnus/RCS-ID
-  "$Id: tm-gnus4.el,v 6.8 1995/09/05 01:10:25 morioka Exp $")
+  "$Id: tm-gnus4.el,v 6.9 1995/09/11 07:20:46 morioka Exp $")
 
 (defconst tm-gnus/version
   (concat (get-version-string tm-gnus/RCS-ID) " for GNUS 4"))
index 31cb200..7fd9c0f 100644 (file)
@@ -4,6 +4,7 @@
 
 (require 'tl-str)
 (require 'tl-list)
+(require 'tl-misc)
 (require 'gnus)
 
 
@@ -11,7 +12,7 @@
 ;;;
 
 (defconst tm-gnus/RCS-ID
-  "$Id: tm-gnus5.el,v 6.21 1995/09/07 17:07:41 morioka Exp $")
+  "$Id: tm-gnus5.el,v 6.22 1995/09/11 07:41:23 morioka Exp $")
 
 (defconst tm-gnus/version
   (concat (get-version-string tm-gnus/RCS-ID) " for GNUS 5"))
index 420d7e6..6de3879 100644 (file)
@@ -1,5 +1,5 @@
 ;;;
-;;; $Id: tm-mule.el,v 6.4 1995/08/27 13:33:13 morioka Exp $
+;;; $Id: tm-mule.el,v 6.5 1995/09/12 13:24:04 morioka Exp $
 ;;;
 
 (require 'emu)
           (let ((lc (cdr (assoc charset mime/charset-lc-alist))))
             (if lc
                 (mime/insert-leading-character str lc)
-              str)
+              )
             )))))
 
 (defun mime/convert-string-from-emacs (str charset)