X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=dc11b61048cee298c334a419bf23bc65710f1efa;hb=refs%2Ftags%2Ftm-8_4;hp=2a6a4aff8b913ee8dbb953698d132634f3374828;hpb=c0dd99f6d6c0859b053415e185dbc322a54a7839;p=elisp%2Ftm.git diff --git a/ChangeLog b/ChangeLog index 2a6a4af..dc11b61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,134 @@ +1999-08-24 MORIOKA Tomohiko + + * tm: Version 8.4 (Maria Club) released. + + +1999-08-23 MORIOKA Tomohiko + + * tm: Version 8.3 (Electric Prophet) released. + + +1999-08-19 MORIOKA Tomohiko + + * tm: Version 8.2 (Bang The Gong) released. + + +1999-08-19 MORIOKA Tomohiko + + * tm: Version 8.1 (Self Control) released. + +1999-08-19 MORIOKA Tomohiko + + * TM-CFG: Delete RCS cookie. + + * TM-ELS: Delete RCS cookie. + + * mime-setup.el.in: Delete RCS cookie. + + +1999-08-17 MORIOKA Tomohiko + + * tm: Version 8.0 (Your Song) 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. + + * tm-edit.el (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/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 (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 (tm-modules-to-compile): Delete `tm-ew-d' and `tm-ew-e'. + + * 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-05-27 MORIOKA Tomohiko + + * tm-edit.el (mime-editor/sign-pgp-elkins): Enclose PGP-processing + by `as-binary-process'. + + 1997-03-22 MORIOKA Tomohiko * emu: Version 7.40.1 was released.