From e0bacd166b6a023aad576e1ea7e8a26a79e5e1bf Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 30 Oct 1998 02:07:09 +0000 Subject: [PATCH] Sync up with the latest semi-1_10. --- ChangeLog | 4 ++++ NEWS | 14 +++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93dca35..9671834 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-10-29 MORIOKA Tomohiko + + * NEWS (Abolish variable `mime-temp-directory'): New subsection. + 1998-10-27 Katsumi Yamaoka * mime-edit.el (mime-edit-decode-buffer): Limit search bound for diff --git a/NEWS b/NEWS index 50bf1d8..4d10e0a 100644 --- 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'. -- 1.7.10.4