From e50612f7bff0507be434dd8359fafafe3646f6e5 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 19 Aug 1999 05:31:47 +0000 Subject: [PATCH] update. --- ChangeLog | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2a6a4af..6f5c337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,107 @@ +1999-08-17 MORIOKA Tomohiko + + * tm: Version 8.0 released. + +1999-08-17 MORIOKA Tomohiko + + * tm-ew-e.el, tm-eword.el, tm-ew-d.el: Deleted. + + * tm-view.el (mime-viewer/default-content-header-filter): Use + `mime-decode-header-in-buffer' instead of + `mime/decode-message-header'. + (mime-preview/display-content): Use `eword-decode-string' instead + of `mime-eword/decode-string'. + (mime-viewer/follow-content): Use `mime/decode-message-header' + instead of `mime/decode-message-header'. + + * tm-text.el (mime-preview/decode-text-buffer): Don't call + `mime-decode-region' if `encoding' is nil. + + * tm-edit.el: Delete RCS cookie. + (mime-editor/RCS-ID): Deleted. + (mime-editor/version): Don't use `get-version-string' and + `mime-editor/RCS-ID'. + (mime-content-types): Add `png'. + (mime-file-types): Add setting for *.png; don't specify "7bit" for + *.el. + (mime-editor/translate-header): Use `eword-encode-header' instead + of `mime/encode-message-header'. + (mime-editor/sign-pgp-elkins): Use `as-binary-process'. + (mime-editor/translate-single-part-tag): Use `eword-encode-header' + instead of `mime/encode-message-header'. + (mime-editor/normalize-body): Don't call `mime-encode-region' if + encoding is nil. + + * tm-bbdb.el (bbdb-extract-field-value): Use `eword-decode-string' + instead of `mime-eword/decode-string'. + (tm-bbdb/canonicalize-full-name-methods): Likewise. + + * mime-setup.el.in: Delete RCS cookie. + + * mime-setup.el.in (mime-setup-decode-message-header): Use + `mime-decode-header-in-buffer' instead of + `mime/decode-message-header'. + (mu-cite/pre-cite-hook): Likewise. + (mail-setup-hook): Likewise. + (message-header-hook): Use `eword-encode-header' instead of + `mime/encode-message-header'. + + * TM-MK (config-tm): Load "../apel/EMU-ELS" instead of + "../emu/EMU-ELS"; load "../apel/APEL-ELS"; load "../flim/FLIM-ELS" + instead of "../mel/MEL-ELS". + (compile-tm): Use `FLIM_RELATIVE_DIR' instead of + `MEL_RELATIVE_DIR'; specify "../apel" as the directory of + emu-modules; compile apel-modules; compile flim-modules instead of + mel-modules. + + * TM-ELS: Delete RCS cookie. + + * TM-ELS (tm-modules-to-compile): Delete `tm-ew-d' and `tm-ew-e'. + + * TM-CFG: Delete RCS cookie. + + * TM-CFG (load-path): Add "../apel" instead of "../emu"; add + "../flim" instead of "../mel". + (APEL_PREFIX): New variable. + (FLIM_PREFIX): New variable; delete `MEL_PREFIX'. + (APEL_DIR): New variable. + (FLIM_DIR): New variable; delete `MEL_DIR'. + (FLIM_RELATIVE_DIR): New variable; delete `MEL_RELATIVE_DIR'. + (APEL_RELATIVE_DIR): New variable. + +1998-06-09 Darryl Okahata + + * (TM 1.07: tm-edit.el) Added new function, + `mime-editor/insert-file-verbose', so that users can use menu + picks to attach files and specify their MIME type/subtype. + There are now two menu picks to attach files to messages: + + Insert File # Old, original, version + Insert File (verbose) # Newer version with verbose + # prompting for type/subtype + + A new menu pick was added because some users will not like + verbose prompting. + + The file extension ".patch" was left alone (except for the + default encoding being changed to base64), as there are some + true binary files (typically on the PC) whose names end with + ".patch". + + Also made case-insensitive the association of file extensions to + default MIME types. This means that extensions like .TXT and + .txt will be treated the same. + +1998-05-10 SL Baur + + * tm-edit.el (mime-editor/define-menu-for-xemacs): Use easymenu. + +1998-04-23 Didier Verna + + * tm-edit.el (mime-editor/insert-file): if nil encoding, ask the + user which one to use. + + 1997-03-22 MORIOKA Tomohiko * emu: Version 7.40.1 was released. -- 1.7.10.4