From: shuhei-k Date: Mon, 5 Apr 1999 15:43:04 +0000 (+0000) Subject: update. X-Git-Tag: flim-1_12_6~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2bd308476907d18ae293961eaccaaeee96538fff;p=elisp%2Fflim.git update. --- diff --git a/ChangeLog b/ChangeLog index 0a03398..97a505a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +1999-04-05 Shuhei KOBAYASHI + + * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR. + +1999-03-29 Shuhei KOBAYASHI + + * mime.el (mime-read-field): Correct argument of + `mime-decode-field-body'; 'native -> 'plain. + +1999-03-27 Shuhei KOBAYASHI + + * eword-encode.el (TopLevel): Require 'cl when compiling. + (eword-encode-rword-list): Suppress insertion of extra spaces. + (eword-encode-msg-id-to-rword-list): Treat surrounding angle + brackets atomically. + ([tm-ja:4244] by Kazuhiro Ohta ) + 1999-03-11 MORIOKA Tomohiko * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'. @@ -377,7 +394,7 @@ 1998-11-12 Tanaka Akira - * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround + * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround for mule-2.3@19.34. 1998-11-12 Tanaka Akira @@ -899,7 +916,7 @@ * Move variable `mel-encoding-module-alist' from mel.el to mime-def.el. - + * mel.el (mel-find-function): Use function `mel-find-function-from-obarray'. Use `mel-define-backend' to define "7bit", "8bit" and "binary"; @@ -1068,7 +1085,7 @@ (mime-insert-encoded-file): Use `mel-define-method'; abolish `base64-insert-encoded-file'. (mime-write-decoded-region): Use `mel-define-method'; abolish - `base64-write-decoded-region'. + `base64-write-decoded-region'. - Move `base64-encoded-length' to mel.el. * mel-dl.el (base64-encode-region): Define directly (abolish @@ -2104,7 +2121,7 @@ * eword-decode.el (eword-decode-ignored-field-list): Add `received'. - + * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP environment variables.