Sync up with the latest semi-1_10.
authoryamaoka <yamaoka>
Fri, 30 Oct 1998 02:07:09 +0000 (02:07 +0000)
committeryamaoka <yamaoka>
Fri, 30 Oct 1998 02:07:09 +0000 (02:07 +0000)
ChangeLog
NEWS

index 93dca35..9671834 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-10-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * NEWS (Abolish variable `mime-temp-directory'): New subsection.
+
 1998-10-27  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * mime-edit.el (mime-edit-decode-buffer): Limit search bound for
diff --git a/NEWS b/NEWS
index 50bf1d8..4d10e0a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,18 @@ Copyright (C) 1998 Free Software Foundation, Inc.
 
 * Changes in SEMI 1.10
 
-** Function `mime-text-insert-decoded-body' was abolished
+** Abolish variable `mime-temp-directory'
 
-  SEMI 1.9 uses `mime-insert-text-content' of FLIM 1.11 API instead of
-`mime-text-insert-decoded-body'.
+  FLIM 1.11 and SEMI 1.10 use variable `temporary-file-directory'
+instead of `mime-temp-directory'.  So environment variable
+"MIME_TMP_DIR" and "TM_TMP_DIR" are not effective to specify temporary
+directory of FLIM and SEMI.
+
+
+** Abolish function `mime-text-insert-decoded-body'
+
+  SEMI 1.10 uses function `mime-insert-text-content' of FLIM 1.11 API
+instead of `mime-text-insert-decoded-body'.
 
   Now `mime-view-caesar' does not run `mime-text-decode-hook'.