Sync up with flim-1_2_0 to flim-1_2_1
authorakr <akr>
Wed, 13 May 1998 10:12:05 +0000 (10:12 +0000)
committerakr <akr>
Wed, 13 May 1998 10:12:05 +0000 (10:12 +0000)
ChangeLog
Makefile
mel-q.el
mel-u.el
mime-def.el

index 4f03a87..e9cebf2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-05-13  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_2_0 to flim-1_2_1.
+
 1998-05-08  Tanaka Akira  <akr@jaist.ac.jp>
 
        * Sync up with flim-1_1_0 to flim-1_2_0.
 
        * Sync up with flim-1_0_0 to flim-1_0_1.
 
+1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
+
+1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-q.el (quoted-printable-internal-decode-region): Use
+       'string-as-multibyte to avoid problem in Emacs 20.3.
+
+1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mel-u.el: Use mime-temp-directory instead of TMP.
+
+\f
 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.2.0 (J\e-Dþjò) was released.\e-A
+       * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
 
        * README.en (What's FLIM): Delete description about
        std11-parse.el; add description about mailcap.el.
 \f
 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.1.0 (T\e-Dòji) was released.\e-A
+       * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
 
 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.0.1 (Ky\e-Dòto) was released.\e-A
+       * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
 
        * mime-def.el (mime-spadework-module-version-string): New
        constant.
index a40664c..d550eec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for FLIM.
 #
 
-VERSION = 1.2.0
+VERSION = 1.2.1
 
 TAR    = tar
 RM     = /bin/rm -f
index 9a8f954..6ec4f0b 100644 (file)
--- a/mel-q.el
+++ b/mel-q.el
@@ -202,7 +202,7 @@ It calls external quoted-printable encoder specified by
          (setq e (match-end 0))
          (setq str (buffer-substring b e))
          (delete-region b e)
-         (insert (quoted-printable-decode-string str))
+         (insert (string-as-multibyte (quoted-printable-decode-string str)))
          ))
       )))
 
index 46e9efa..d004d60 100644 (file)
--- a/mel-u.el
+++ b/mel-u.el
@@ -35,8 +35,7 @@
 (defvar uuencode-external-encoder '("uuencode" "-")
   "*list of uuencode encoder program name and its arguments.")
 
-(defvar uuencode-external-decoder
-  (list "sh" "-c" (format "(cd %s; uudecode)" mime-temp-directory))
+(defvar uuencode-external-decoder '("sh" "-c" "uudecode")
   "*list of uuencode decoder program name and its arguments.")
 
 
@@ -76,7 +75,7 @@ variable `uuencode-external-decoder'."
                                (buffer-substring (match-beginning 0)
                                                  (match-end 0))
                              )))))
-         (default-directory (or (getenv "TMP")(getenv "TEMP") "/tmp")))
+         (default-directory mime-temp-directory))
       (if filename
          (as-binary-process
           (apply (function call-process-region)
@@ -126,7 +125,7 @@ START and END are buffer positions."
                            (buffer-substring (match-beginning 0)
                                              (match-end 0))
                          )))))
-         (default-directory (or (getenv "TMP")(getenv "TEMP") "/tmp")))
+         (default-directory mime-temp-directory))
       (if file
          (as-binary-process
           (apply (function call-process-region)
index 40c5270..b55fc47 100644 (file)
@@ -25,7 +25,7 @@
 ;;; Code:
 
 (defconst mime-spadework-module-version-string
-  "FLIM-FLAM 1.2.0 - \"\e$BEm2V\e(B\" 2.5R6.0/10.0")
+  "FLIM-FLAM 1.2.0 - \"\e$B:y\e(B\" 2.5R7.0/7.0")
 
 
 ;;; @ variables