tm 7.70.
[elisp/tm.git] / ChangeLog
index 0a2d4f3..5c6f868 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+Tue Jul  9 13:30:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.31.1 was released.
+       * tm: Version 7.70 was released.
+
+       * tm-edit.el (mime/editor-mode): Don't toggle.
+       (mime-editor/toggle-mode): New function.
+
+Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
+
+       * tm-edit.el: use function `add-minor-mode' for XEmacs.
+
+Mon Jul  8 05:44:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-image.el: `(require 'xpm)' was deleted.
+
+Thu Jul  4 16:57:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (tm:button-dispatcher): don't move to preview buffer.
+
+Mon Jul  1 23:45:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-evs.el (tm-evs/define-keys): New function.
+       Use `mime-viewer/define-keymap-hook'.
+
+Mon Jul  1 23:43:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-bbdb.el (tm-bbdb/define-keys): New function.
+       Use `mime-viewer/define-keymap-hook'.
+
+       * tm-view.el: Variable `mime/viewer-mode-map' was abolished.
+       (mime-viewer/define-keymap): New function.
+       (mime/viewer-mode): Add new argument `mother-keymap'; use function
+       `mime-viewer/define-keymap'.
+
+\f
+Thu Jun 27 15:49:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.31 was released.
+       * MEL: Version 5.6 was released.
+       * tm: Version 7.69 was released.
+       * tm/mh-e: Version 7.63.1 was released.
+       * tm/gnus: Version 7.72 was released.
+
+       * inst-tm (compile-tm): condition was modified about XEmacs.
+
+       * inst-tm (compile-tm): Don't `make gnus5' for XEmacs 19.14 or
+       later.
+
+       * inst-tm (compile-tm): `make sgnus' is renamed to `make gnus5'.
+
+Thu Jun 27 14:26:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-pgp.el (mime-article/view-application/pgp): Use macro
+       `as-binary-process'.
+
+Thu Jun 27 14:22:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
+       `as-binary-process'.
+       (mime-editor/sign-pgp-kazu): Use macro `as-binary-process'.
+
+Wed Jun 26 15:32:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/charset-coding-system-alist): add `GB2312'.
+
+Tue Jun 25 01:02:40 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * mime-setup.el.in (mu-cite/pre-cite-hook): Add function
+       `mime/decode-message-header'.
+
+Wed Jun 12 23:46:24 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * tm-vm.el: Setting for `mime-editor/split-message-sender-alist'
+       was moved from tm-edit.el.
+
+\f
+Wed Jun 12 05:53:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.30 was released.
+       * MEL: Version 5.5 was released.
+       * tm: Version 7.68 was released.
+
+       * tm-edit.el (mime-editor/split-message-sender-alist): setting for
+       `mail-mode' was moved to tm-rmail.el.
+
+Wed Jun 12 05:38:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-rmail.el: Setting for
+       `mime-editor/split-message-sender-alist' was moved from
+       tm-edit.el.
+
+Tue Jun 11 22:19:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-image.el: Function `image-read-file' was abolished.
+
+       * tm-image.el (mime-preview/filter-for-inline-image): New
+       implementation; Don't make temporary file.
+
+       (mime-preview/filter-for-application/postscript): New function for
+       XEmacs 19.14 or later.
+
+Tue Jun 11 14:34:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encode-string-1): Use function
+       `char-length' instead of `char-bytes'.
+
+       * tm-ew-e.el (tm-eword::parse-lc-word): Use function `char-length'
+       instead of `char-bytes'.
+
+Mon Jun 10 05:12:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encode-string-1): Use macro
+       `tm-eword::rword-charset', `tm-eword::rword-encoding' and
+       `tm-eword::rword-type'.
+
+       (tm-eword::encoded-word-length): set `type'.
+
+Mon Jun 10 04:34:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime/encode-field): set `type'.
+
+Mon Jun 10 04:29:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encode-rwl): optional argument `mode' was
+       abolished.
+
+       (tm-eword::encode-string): modified for new interface.
+
+       (mime-eword/encode-string): modified for new interface.
+
+Mon Jun 10 04:21:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encode-string-1): optional argument `mode'
+       was abolished.
+
+       (tm-eword::encode-rwl): don't use `mode'.
+
+       * tm-ew-e.el (tm-eword::split-string): New optional argument
+       `mode'.
+
+       (tm-eword::mailbox-to-rwl): set `type'.
+
+Mon Jun 10 04:10:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::make-rword): New macro.
+
+       (tm-eword::words-to-ruled-words): new optional argument `mode';
+       Use macro `tm-eword::make-rword'.
+
+       (tm-eword::phrase-to-rwl): set `mode'.
+
+Mon Jun 10 03:29:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encoded-word-length): Use macro
+       `tm-eword::rword-text', `tm-eword::rword-charset' and
+       `tm-eword::rword-encoding'.
+
+Mon Jun 10 03:12:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encoded-word-length): Use function
+       `base64-encoded-length' instead of `base64-length'.
+
+       Function `q-encoding-length' was abolished.
+
+Mon Jun 10 03:09:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encoded-word-length): Use function
+       `base64-encoded-length' instead of `base64-length'.
+
+       Function `base64-length' was abolished.
+
+Mon Jun 10 02:59:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::rword-text): New macro.
+       (tm-eword::rword-charset): New macro.
+       (tm-eword::rword-encoding): New macro.
+       (tm-eword::rword-type): New macro.
+
+       (tm-eword::space-process): Use macro `tm-eword::rword-text',
+       `tm-eword::rword-charset' and `tm-eword::rword-encoding'.
+
+\f
+Mon Jun 10 01:56:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm: Version 7.67 was released.
+       * tm/gnus: Version 7.69 was released.
+
+Sun Jun  9 07:03:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/split-and-send): New implementation.
+
+       Variable `mime-editor/message-default-sender-alist' was abolished.
+
+       Variable `mime-editor/window-config-alist' was abolished.
+
+\f
+Sun Jun  9 04:13:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * MEL: Version 5.4 was released.
+       * tm: Version 7.66.2 was released.
+       * tm/gnus: Version 7.68 was released.
+
+Fri Jun  7 14:14:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (install-elc): check `src-file' has existed yet.
+
+Thu Jun  6 15:03:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime/encode-field): fixed.
+
+       * tm-parse.el (mime/Content-Transfer-Encoding): eliminate last
+       linear-white-spaces.
+
+\f
+Mon Jun  3 14:52:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.29.1 was released.
+       * MEL: Version 5.2 was released.
+       * tm: Version 7.66.1 was released.
+       * tm/mh-e: Version 7.63 was released.
+
+       * doc/Makefile (world): fixed.
+
+Mon Jun  3 14:33:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime/encode-field): must count a space after `:'.
+
+Mon Jun  3 14:31:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encode-rwl): must insert a space between
+       encoded-words.
+
+Fri May 31 14:51:49    Jens Lautenbacher <jtl@tkm.physik.uni-karlsruhe.de>
+
+       * tm-def.el (tm:browse-url): If argument `URL' is exist, funcall
+       `browse-url-browser-function' with `URL'.
+
+\f
+Tue May 28 03:40:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.29 was released.
+       * MEL: Version 5.0 was released.
+       * tm: Version 7.66 was released.
+
+       * inst-tm (install-elc): modifies about error message.
+
+Tue May 28 03:06:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/insert-signature): Use variable
+       `signature-file-name' instead of `signature'.
+
+       * signature.el (insert-signature): local variable `signature' was
+       renamed to `signature-file-name'.
+
+Mon May 27 17:33:03 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * tm-edit.el (mime-file-types): New file type ".patch" was added.
+
+\f
+Mon May 27 15:14:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.27.1 was released.
+       * tm: Version 7.65 was released.
+       * tm/gnus: Version 7.63 was released.
+
+       * README.en (4.1): add `EXEC_PREFIX'.
+
+       September Gnus was renamed to Gnus 5.2.
+
+       * TM-CFG (EXEC_PREFIX): new variable.
+       (BINS): fixed.
+
+Mon May 27 14:56:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/lc-charset-alist): add "ISO-8859-6".
+
+       * inst-tm (install-elc): use `condition-case' for delete-file.
+
+       * tm-def.el (mime/lc-charset-alist): Use constants `charset-*'.
+
+Mon May 27 08:16:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-pgp.el (mime-article/check-pgp-signature): Use function
+       `mime-decode-region' instead of `mime/decode-region'.
+
+       (mime-article/add-pgp-keys): Use function `mime-decode-region'
+       instead of `mime/decode-region'.
+
+       * tm-text.el (mime-preview/decode-text-region): Use function
+       `mime-decode-region' instead of `mime/decode-region'.
+
+       (mime-preview/filter-for-text/richtext): Use function
+       `mime-decode-region' instead of `mime/decode-region'.
+
+       (mime-preview/filter-for-text/enriched): Use function
+       `mime-decode-region' instead of `mime/decode-region'.
+
+Mon May 27 08:08:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-image.el (mime-preview/filter-for-inline-image): renamed from
+       function `mime-preview/filter-for-image/inline'.
+
+       * tm-image.el (mime-preview/filter-for-image): Use function
+       `mime-decode-region' instead of `mime/decode-region'.
+
+       (mime-preview/filter-for-image/inline): Use function
+       `mime-decode-region' instead of `mime/decode-region'.
+
+       (mime-preview/filter-for-image/xbm): Use function
+       `mime-decode-region' instead of `mime/decode-region'.
+
+Mon May 27 08:00:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-html.el (mime-article/decode-html): Use function
+       `mime-decode-region' instead of `mime/decode-region'.
+
+Mon May 27 07:58:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-file.el (mime-article/extract-file): Use function
+       `mime-decode-region' instead of `mime/decode-region'.
+
+Thu May 23 16:51:04 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * tm-vm.el (tm-vm/decode-message-header): doc string was modified.
+       (vm-yank-message): modified for `tm-vm/yank-content'.
+       (tm-vm/do-reply), (tm-vm/following-method), (tm-vm/yank-content):
+       New functions; following method for VM.
+
+       * tm-view.el (mime/viewer-mode-map): New keybind for `describe-mode'.
+        was added.
+        (mime/viewer-mode): doc string was modified.
+
+       * tm-bbdb.el:
+       (mime/viewer-mode-map): New keybinds for `tm-bbdb/edit-notes' and
+        `tm-bbdb/show-sender' were added.
+
+\f
+Thu May 23 01:34:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.27 was released.
+       * MEL: Version 4.7.1 was released.
+       * tm: Version 7.64 was released.
+
+Wed May 22 02:26:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-preview/insert-content-button): fixed.
+
+       * tm-edit.el (mime-editor/yank-ignored-field-list): add "Replied";
+       remove "Sender".
+
+       (mime-editor/insert-binary-buffer, mime-editor/normalize-body):
+       Argument order of function `mime-encode-region' was changed.
+
+       (mime-editor::edit-again): Argument order of function
+       `mime-decode-region' was changed.
+
+\f
+Mon May 20 16:24:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.26 was released.
+       * tm: Version 7.63 was released.
+       * tm/mh-e: Version 7.62 was released.
+       * tm/gnus: Version 7.61 was released.
+
+       * TM-CFG (default-load-path): New variable.
+
+       (PREFIX): default value is got from variable `exec-directory' or
+       `data-directory'.
+
+       Variable `EMACS_PREFIX' and `DATA_PREFIX' were abolished.
+
+       (LISPDIR): default value is searched from variable
+       `default-load-path'.
+
+Mon May 20 14:56:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/visible-field-list): add "Message-Id".
+
+       (mime-viewer/content-button-ignored-ctype-list): renamed from
+       variable `mime-viewer/content-subject-omitting-Content-Type-list'.
+
+       (mime-viewer/content-button-visible-ctype-list): renamed from
+       variable `mime-viewer/content-subject-showing-Content-Type-list'.
+
+       (mime-preview/insert-content-button): renamed from function
+       `mime-preview/insert-content-subject'.
+
+       (mime-preview/default-content-button-function): renamed from
+       function `mime-preview/default-content-subject-function'.
+
+       (mime-preview/content-button-function): renamed from variable
+       `mime-preview/content-subject-function'.
+
+       (mime-preview/display-content): fixed about renaming.
+
+Sun May 19 16:16:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor::edit-again): Decode contents by
+       Content-Transfer-Encoding field if they have charset field or they
+       are ``text'' types.
+
+\f
+Fri May 17 07:59:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.25 was released.
+       * MEL: Version 4.7 was released.
+       * tm: Version 7.62 was released.
+
+       * tm-view.el (mime-preview/insert-content-subject): New
+       implementation.
+
+       (mime-preview/default-content-separator): renamed from
+       `mime-viewer/default-content-separator'.
+
+Thu May 16 00:44:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el: Unused variable `mime-signature-file' was abolished.
+       (mime-editor/translate-hook): DOC string was modified.
+       (mime/editor-mode): DOC string was modified.
+       (mime-editor/insert-signature): DOC string was modified.
+
+\f
+Wed May 15 19:31:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.24 was released.
+       * tm: Version 7.61 was released.
+       * tm/mh-e: Version 7.61.1 was released.
+
+       * doc/tm_ja.texi, doc/tm_en.texi: Address of the tm ML
+       administration was changed.
+
+       * README.en: Address of the tm ML administration was changed.
+
+Wed May 15 16:52:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-preview/insert-content-subject): renamed from
+       `mime-viewer/insert-content-subject'; new argument `encoding'.
+
+       (mime-preview/default-content-subject-function): renamed from
+       `mime-viewer/default-content-subject-function'; new argument
+       `encoding'.
+
+       (mime-preview/content-subject-function): renamed from
+       `mime-viewer/content-subject-function'; new argument `encoding'.
+
+       (mime-preview/display-message/partial): renamed from
+       `mime-viewer/display-message/partial'; abolish argument `obuf';
+       initial buffer was changed to preview-buffer.
+
+       (mime-preview/display-content): Variable
+       `mime-viewer/content-subject-function' was renamed to
+       `mime-preview/content-subject-function' and arguments was changed.
+       Function `mime-viewer/insert-content-subject' was renamed to
+       `mime-preview/insert-content-subject' and arguments was changed.
+       Function `mime-viewer/display-message/partial' was renamed to
+       `mime-preview/display-message/partial' and arguments was changed.
+
+\f
+Tue May 14 02:11:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.5 was released.
+       * MEL: Version 4.6 was released.
+       * tm: Version 7.60 was released.
+
+       * tm-view.el (mime-preview/display-body): renamed from
+       `mime-viewer/display-body'; abolish argument `obuf'; initial
+       buffer was changed to preview-buffer.
+
+       (mime-preview/display-content): Function
+       `mime-viewer/display-body' was renamed to
+       `mime-preview/display-body'.
+
+Sun May 12 17:13:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor::edit-again): fixed to use function
+       `character-decode-region' instead of `decode-coding-region'.
+
+\f
+Sat May 11 16:23:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.4 was released.
+       * MEL: Version 4.2 was released.
+       * tm: Version 7.59 was released.
+       * tm/mh-e: Version 7.61 was released.
+       * tm/gnus: Version 7.60 was released.
+
+       * tm-view.el (mime-preview/display-header): renamed from
+       `mime-viewer/display-header'; abolish argument `obuf'; initial
+       buffer was changed to preview-buffer.
+
+       * TM-CFG: eliminate last `/' for directory.
+
+Sat May 11 10:09:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-play.el: Add `mime-viewer/external-progs' to `exec-path'.
+
+       * tm-play.el (mime-article/start-external-method-region): New
+       implementation.
+
+Thu May  9 18:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-viewer/default-code-convert-region): fixed.
+
+Thu May  9 18:46:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el: Function `mime/code-convert-region-to-emacs' was
+       renamed to `mime-charset-decode-region'.
+
+       * tm-pgp.el (mime-article/view-application/pgp): Function
+       `mime/code-convert-region-to-emacs' was renamed to
+       `mime-charset-decode-region'.
+
+       * tm-edit.el (mime-editor/normalize-body): Function
+       `mime/code-convert-region-from-emacs' was renamed to
+       `mime-charset-encode-region'.
+       (mime-editor::edit-again): Function
+       `mime/code-convert-region-to-emacs' was renamed to
+       `mime-charset-decode-region'.
+
+       * tm-def.el (mime-charset-decode-region): renamed from
+       `mime/code-convert-region-to-emacs'.
+
+       * tm-def.el (mime-charset-encode-region): renamed from
+       `mime/code-convert-region-from-emacs'.
+
+Thu May  9 18:18:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-d.el (mime/decode-encoded-text): Use function
+       `string-equal' instead of `string='.
+
+Thu May  9 18:14:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-d.el (mime/decode-encoded-text): Function
+       `mime/convert-string-to-emacs' was renamed to
+       `mime-charset-decode-string'.
+
+       * tm-def.el (mime-charset-decode-string): renamed from
+       `mime/convert-string-to-emacs'.
+
+Thu May  9 18:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encoded-word-length): Function
+       `mime/convert-string-from-emacs' was renamed to
+       `mime-charset-encode-string'.
+
+       * tm-def.el (mime-charset-encode-string): renamed from
+       `mime/convert-string-from-emacs'.
+
+Thu May  9 16:05:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el, tm-bbdb.el: Pekka Marjola's address was changed.
+
+Thu May  9 13:53:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/convert-string-from-emacs): Use function
+       `character-encode-string' instead of `encode-coding-string'.
+       (mime/convert-string-to-emacs): Use function
+       `character-decode-string' instead of `decode-coding-string'.
+
+       * tm-edit.el (mime-editor::edit-again): Use function
+       `character-decode-region' instead of `decode-coding-region'.
+
+       * tm-def.el (mime/code-convert-region-from-emacs): Use function
+       `character-encode-region' instead of `encode-coding-region'.
+       (mime/code-convert-region-to-emacs): Use function
+       `character-decode-region' instead of `decode-coding-region'.
+
+\f
+Wed May  8 15:40:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.3 was released.
+       * tm: Version 7.58 was released.
+       * tm/gnus: Version 7.57 was released.
+
+       * Makefile: tm/tm-rich.el was renamed to tm/tm-text.el.
+
+       * README.en: tm-rich.el was renamed to tm-text.el.
+       Add tm-image.el.
+
+Wed May  8 15:21:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el: Variable `mime-viewer/code-converter-alist' and
+       function `mime-viewer/default-code-convert-region',
+       `mime-preview/decode-text-region' and
+       `mime-viewer/filter-text/plain' were moved to tm-text.el.
+
+       Function `mime-viewer/filter-text/plain' was renamed to
+       `mime-preview/filter-for-text/plain'
+
+       Function `mime-viewer/default-content-filter' was abolished. (`t'
+       of `mime-viewer/content-filter-alist' means default
+       content-filter)
+
+       (mime-viewer/content-filter-alist): setting for text/enriched and
+       text/richtext. Use function `mime-preview/filter-for-text/plain'
+       as default content-filter.
+
+Wed May  8 15:05:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm: tm-rich.el was abolished.
+
+       * TM-ELS: tm-rich.el was renamed to tm-text.el.
+
+       * tm-setup.el: Delete setting code for tm-rich.el.
+
+Wed May  8 14:46:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-preview/filter-for-text/plain): renamed from
+       `mime-viewer/filter-text/plain'.
+       (mime-preview/filter-for-text/richtext): renamed from
+       `mime-viewer/filter-text/richtext'.
+       (mime-preview/filter-for-text/enriched): renamed from
+       `mime-viewer/filter-text/enriched'.
+
+       * tm-text.el (mime-preview/decode-text-region): New implementation.
+
+       * tm-text.el (mime-viewer/code-converter-alist): moved from
+       tm-view.el.
+       (mime-viewer/default-code-convert-region): moved from tm-view.el.
+       (mime-preview/decode-text-region): moved from tm-view.el.
+       (mime-viewer/filter-text/plain): moved from tm-view.el.
+
+       * tm-text.el: tm-rich.el was renamed to tm-text.el.
+
+\f
+Wed May  8 12:48:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.2 was released.
+       * tm: Version 7.57 was released.
+       * tm/gnus: Version 7.55 was released.
+
+Tue May  7 06:28:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-rich.el: Version dependent code was moved to emu.el.
+
+Sun May  5 16:40:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/normalize-body): call function
+       `enriched-encode' for text/enriched part.
+
+       * tm-edit.el (mime-editor/process-multipart-1): didn't refer
+       variable `mime-editor/encrypting-type'.
+
+       * tm-edit.el: Function `mime-editor/process-pgp-kazu' was
+       abolished.
+       (mime-editor/sign-pgp-kazu): New function.
+       (mime-editor/encrypt-pgp-kazu): New function.
+       (mime-editor/process-multipart-1): Use function
+       `mime-editor/sign-pgp-kazu' and `mime-editor/encrypt-pgp-kazu'.
+
+Sat May  4 09:08:49 1996  Hiroshi Ueno <zodiac@ibm.net>
+
+       * TM-CFG (TM_GNUS_COMPILE, MAKE): New variable.
+
+       * inst-tm (compile-tm): Use variable `TM_GNUS_COMPILE' and `MAKE'.
+
+Sat May  4 04:58:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encode-string-1): fixed (cf.[tm-ja:1818])
+
+Mon Apr 29 13:42:15 1996  Kevin Broadey <KevinB@bartley.demon.co.uk>
+
+       * tm-view.el (mime-viewer/make-preview-buffer): fixed
+       (cf.[tm-en:480])
+
+\f
+Mon Apr 29 02:29:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.1 was released.
+       * tm: Version 7.56 was released.
+       * tm/gnus: Version 7.54 was released.
+
+       * tm-edit.el (mime-editor::edit-again): Use function
+       `decode-coding-region' instead of `code-convert-region'.
+
+       * tm-view.el (mime-viewer/make-preview-buffer): use `make-list'
+       and `setcar'.
+       (mime-preview/display-content): renamed from
+       `mime-viewer/display-content'.
+
+Sat Apr 27 15:32:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en: typo was fixed. (cf. [tm-ja:1807])
+
+Sat Apr 27 15:30:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/charset-coding-system-alist): initial setting
+       was modified for XEmacs 20 with Mule.
+
+Sat Apr 27 13:17:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-pgp.el (mime-article/view-application/pgp):
+       fixed about code-converting.
+
+\f
+Fri Apr 26 05:31:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22 was released.
+       * tm: Version 7.54 was released.
+       * tm/mh-e: Version 7.59 was released.
+
+       * tm-rich.el (tm-rich/richtext-module): Version check for
+       enriched.el was fixed for XEmacs 19.14.
+
+Fri Apr 26 04:20:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-image.el (mime-preview/x-face-function): Use function
+       `bitmap-decode-x-face' when running Mule.
+
+Thu Apr 25 22:17:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/follow-content): New implementation;
+       interface of `mime-viewer/following-method-alist' was changed.
+
+       * tm-def.el (mime/convert-string-to-emacs): fixed.
+       (mime/convert-string-from-emacs): fixed.
+
+\f
+Thu Apr 25 12:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.19.3 was released.
+       * tm: Version 7.52.2 was released.
+       * tm/gnus: Version 7.53 was released.
+
+Wed Apr 24 12:57:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * doc/tm_en.texi, doc/tm_ja.texi: fixed bug-tm addresses.
+
+Wed Apr 24 11:30:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encode-string-1): use function `sref'.
+
+       * tm-ew-e.el (tm-eword::parse-lc-word): New implementation.
+
+Tue Apr 23 22:52:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/content-filter-alist): set nil as
+       initial value.
+       (mime-viewer/default-content-filter): Use function
+       `mime-viewer/filter-text/plain'.
+
+Tue Apr 23 06:34:57 1996  Shuhei KOBAYASHI  <shuhei-k@is28e1s91>
+
+       * tm-bbdb.el (tm-bbdb/extract-address-components): If address is
+       null string, return nil.
+
+Tue Apr 23 00:15:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/lc-charset-alist): add "BIG5".
+       (mime/charset-type-list): add "BIG5".
+       (mime/charset-coding-system-alist): add "BIG5".
+
+Mon Apr 22 21:43:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/content-filter-alist): use
+       `mime-viewer/filter-text/plain' for "application/octet-stream".
+
+\f
+Mon Apr 22 12:40:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm: Version 7.52.1 was released.
+       * tm/mh-e: Version 7.58 was released.
+
+       * tm-def.el (mime/code-convert-region-to-emacs): use function
+       `code-convert-region' instead of `code-convert'.
+       (mime/code-convert-region-from-emacs): use function
+       `code-convert-region' instead of `code-convert'.
+       (mime/charset-coding-system-alist): fixed.
+
+Sun Apr 21 19:57:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-play.el (mime-article/start-external-method-region): display
+       message ``External method is starting...''.
+
+Sun Apr 21 19:42:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (make-mime-setup): setting for variable
+       `mime-viewer/external-progs'.
+
+       * tm-play.el (mime-viewer/external-progs): New variable.
+       (mime-article/start-external-method-region): use variable
+       `mime-viewer/external-progs'.
+
+Sun Apr 21 18:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (compile-tm): modified about tm-gnus compiling.
+       (compile-tm-gnus): abolished.
+
+       * TM-CFG: Variable `TM_GNUS_COMPILE_FORMAT' was abolished.
+
+       * Makefile (elc): use .gnus-compile.
+
+Sun Apr 21 17:08:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/following-method-alist): New variable.
+       (mime-viewer/follow-content): New function;
+       it is bound to `a' key.
+       (mime-preview/get-original-major-mode): New function.
+       (mime/viewer-mode-map): Key of function
+       `mime-viewer/display-x-face' was changed to `x';
+       `f' is reserved to forwarding command.
+
+\f
+Sat Apr 20 12:35:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.19.2 was released.
+       * tm: Version 7.52 was released.
+
+       * tm-def.el (mime/charset-coding-system-alist): add
+       "X-ISO-2022-JP-2" for old mime.el.
+
+Sat Apr 20 12:17:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-parse.el (mime/parse-message): use `1+'
+
+       * tm-parse.el (mime/parse-message): use `string-equal' instead of
+       `string='
+
+       * tm-parse.el (mime/parse-multipart): use `string-equal' instead
+       of `string='
+
+       * tm-parse.el (mime/parse-multipart): use `nreverse'
+
+       * tm-parse.el (mime/parse-multipart): fixed
+
+Fri Apr 19 18:49:19 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * tm-vm.el: Oscar Figueiredo <figueire@lspsun16.epfl.ch>'s patch
+       was applied; require vm-reply and add comments to vm-yank-message.
+       (tm-vm/enclose-messages): Don't make nested multipart/digest.
+       (tm-vm/send-digest): "preamble" code was moved to
+       `tm-vm/enclose-messages'.
+
+Fri Apr 19 18:12:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * signature.el (signature/get-signature-file-name): string check
+       for `field'
+
+Fri Apr 19 17:29:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en: tm/tm-nemacs, tm/tm-orig.el and tm/tm-mule.el was
+       abolished.
+
+Fri Apr 19 13:40:55 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/insert-signature): Modified for new
+       implementation of signature.el; Use `signature-insert-hook'.
+
+       * tm-bbdb.el (signature/get-bbdb-sigtype),
+       (signature/set-bbdb-sigtype), (signature/get-sigtype-from-bbdb):
+       New implementation of `signature-check-in-bbdb'.
+
+       * signature.el (signature-load-hook), (signature-insert-hook): New
+       hooks.
+       (signature-use-bbdb): New variable.
+       (signature/get-sigtype-interactively), (insert-signature): New
+       implementation of `insert-signature';
+       signature/insert-signature-at-(point|eof) were merged.
+
+Fri Apr 19 08:47:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/normalize-body): use function
+       `mime/code-convert-region-from-emacs' and `mime-encode-region'
+       instead of `mime-editor/encode-string'.  Function
+       `mime-editor/encode-string' and `mime-encode-string' was
+       abolished.
+
+Fri Apr 19 08:11:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-d.el (mime/decode-encoded-text): arguments order of
+       function `mime/convert-string-to-emacs' was changed.
+
+       * tm-def.el (mime/convert-string-to-emacs): order of arguments was
+       changed.
+
+Fri Apr 19 07:59:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/lc-charset-alist): use function `foldr'.
+
+Fri Apr 19 07:29:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/charset-coding-system-alist):
+       use function `foldr'
+
+Fri Apr 19 06:57:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/code-convert-region-from-emacs): New function
+
+Fri Apr 19 06:54:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-ELS, Makefile, tm-def.el: tm/tm-nemacs.el was abolished.
+
+       * TM-ELS, Makefile, tm-def.el: tm/tm-orig.el was abolished.
+
+       * TM-ELS, Makefile, tm-def.el: tm/tm-mule.el was abolished.
+
+       * tm-def.el (mime/lc-charset-alist, mime/unknown-charset):
+       New variable
+
+Fri Apr 19 05:36:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/code-convert-region-to-emacs):
+       New implementation
+
+Fri Apr 19 04:48:48 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/up-content): Extra `setq' was removed.
+
+Wed Apr 17 14:51:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el: Function `mime/convert-string-to-emacs',
+       `mime/convert-string-from-emacs' and
+       `mime/code-convert-region-to-emacs' were moved from tm-mule.el.
+
+Wed Apr 17 14:50:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-mule.el: Function `mime/convert-string-to-emacs',
+       `mime/convert-string-from-emacs' and
+       `mime/code-convert-region-to-emacs' were moved to tm-def.el.
+
+Wed Apr 17 14:30:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/charset-coding-system-alist): New variable.
+
+       * tm-mule.el: Variable `mime/charset-coding-system-alist' was
+       deleted.
+
+Wed Apr 17 14:05:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/code-converter-alist): set
+       `mime/code-convert-region-to-emacs' for
+       `mime/temporary-message-mode'. (for `mime-editor/preview-message')
+
+Wed Apr 17 09:20:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en: KOBAYASHI Shuhei's address was changed.
+
+\f
+Tue Apr 16 18:26:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm: Version 7.50 was released.
+
+       * tm-file.el, tm-bbdb.el, tm-rmail.el, tm-mail.el, tm-vm.el:
+       KOBAYASHI Shuhei's address was changed.
+
+Tue Apr 16 14:32:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el: use `running-xemacs' to check XEmacs.
+       (mime-editor/normalize-body): nil check for encoded result.
+
+       * tm-mule.el (mime/charset-coding-system-alist): add ``KOI8-R''
+
+Tue Apr 16 12:42:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-setup.el.in: insert `;;; End:'. (cf. [tm-ja:1731])
+
+\f
+Mon Apr 15 09:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.19.1 was released.
+       * tm: Version 7.49 was released.
+       * tm/gnus: Version 7.49.2 was released.
+
+Sun Apr 14 15:42:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-parse.el (mime/parse-Content-Disposition): use function
+       `nreverse' instead of `reverse'.
+
+Sun Apr 14 15:16:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-parse.el (mime/parse-Content-Type): use function `nreverse'
+       instead of `reverse'.
+
+Sun Apr 14 00:21:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-vm.el (vm-yank-message): use variable `running-xemacs'
+
+       * tm-view.el, tm-image.el, tm-mail.el, tm-setup.el: use variable
+       `running-xemacs'
+
+Sat Apr 13 23:32:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/make-preview-buffer):
+       use `while' instead of mapcar.
+
+       * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
+
+Sat Apr 13 04:04:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-setup.el.in (message-header-hook): add function
+       `mime/encode-message-header' (cf.[tm-ja:
+
+       * tm-ew-e.el (mime/encode-message-header): regard `(point-max)' as
+       end of message header if variable `mail-header-separator' is not
+       found.
+
+Thu Apr 11 17:24:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * doc/tm_en.texi: fixed problem about top node.
+
+       * doc/tm-mh-e_en.texi: fixed problem about top node.
+
+       * doc/tm-gnus_en.texi: fixed problem about top node.
+
+       * doc/tm-edit=en.texi: fixed problem in TeX compiling.
+
+       * doc/tm-edit=ja.texi: fixed problem in TeX compiling.
+
+Thu Apr 11 16:20:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-setup.el.in (message-forward-start-separator): Function
+       `mime-make-tag' must be called after tm-edit is loaded.
+
+       * mime-setup.el.in:
+       setting for variable `message-forward-start-separator'.
+       setting for variable `message-forward-end-separator'.
+
+       * tm-edit.el (mime-editor/encode-string): New function.
+       Variable `mime-string-encoder' and its implementations were
+       deleted.
+
+Wed Apr 10 02:06:30 1996  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
+
+       * doc/tm_ja.texi: fixed problem about top node.
+       (cf. [tm-ja:1706])
+
+       * doc/tm-mh-e_ja.texi: fixed problem about top node.
+       (cf. [tm-ja:1706])
+       
+       * doc/tm-gnus_ja.texi: fixed problem about top node.
+       (cf. [tm-ja:1706])
+
+Tue Apr  9 17:28:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * Makefile (GOMI): add mime-setup.el, mime-setup.el~ and
+       #mime-setup.el#; remove load-path.
+
+Tue Apr  9 17:13:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (compile-tm): call `make gnus3' for Emacs 18.
+
+Mon Apr  8 12:28:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (make-mime-setup): check unnecessary add-path.
+
+Sun Apr  7 20:12:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el: (mime-viewer/default-showing-Content-Type-list):
+       "message/delivery-status" was added to default value.
+
+Wed Apr  3 15:35:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-image.el: add-hook only if variable
+       `mime-preview/x-face-function' is not nil.
+       (cf. [tm-en:416])
+
+Thu Mar 28 18:55:18 1996  Oscar Figueiredo <figueire@lspsun16.epfl.ch>
+
+       * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
+
+\f
+Thu Mar 28 08:42:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm: Version 7.48.3 was released.
+       * tm/gnus: Version 7.49.1 was released.
+
+       * mime-setup.el.in: If `mime-setup-use-signature' is not nil, set
+       `message-signature' to nil.
+
+       * mime-setup.el.in: setting for message.el.
+
+Wed Mar 27 23:06:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * doc/tm-mh-e_ja.texi, doc/tm-mh-e_en.texi:
+       Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
+
+       * doc/tm-gnus_ja.texi, doc/tm-gnus_en.texi:
+       Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
+
+       * doc/tm_ja.texi, doc/tm_en.texi:
+       Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
+
+Wed Mar 27 19:38:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: rearrangement
+
+Tue Mar 26 08:07:24 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
+
+       * tm-bbdb.el (tm-bbdb/update-record): In XEmacs,
+       mail-extract-address-components still doesn't handle nil argument.
+       (cf. [tm-ja:396])
+
+\f
+Mon Mar 25 13:30:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.19 was released.
+       * tm: Version 7.48.2 was released.
+       * tm/mh-e: Version 7.57 was released.
+
+Wed Mar 20 13:00:06 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
+
+        * tm-file.el (mime-article/extract-file): Confirm before
+        overwriting an existing file. (cf. [tm-ja:1674])
+
+Thu Mar 14 13:39:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * signature.el: Function `signature-check-in-bbdb' was moved to
+       tm-bbdb.el.
+
+       * tm-bbdb.el (signature-check-in-bbdb): New function; moved from
+       signature.el.
+
+\f
+Wed Mar 13 18:05:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.18 was released.
+       * MEL: Version 3.5 was released.
+       * tm: Version 7.48 was released.
+
+Wed Mar 13 17:55:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/translate-buffer-hook): New hook.
+       (mime-editor/translate-buffer): New implementation;
+       use `mime-editor/translate-buffer-hook'.
+
+       * signature.el (signature-check-in-bbdb): require bbdb-com.
+
+Wed Mar 13 16:23:26 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
+
+       * tm-bbdb.el: fixed problem for wrong From field, such as
+       ``From: <>''. (cf.[tm-ja:1663])
+
+Tue Mar 12 19:37:54 1996  Artur Pioro <artur@flugor.if.uj.edu.pl>
+
+       * signature.el (signature-file-prefix): New variable.
+       (signature/get-signature-file-name): support
+       `signature-file-prefix' and method function.
+       (signature-check-in-bbdb): New function.
+
+Mon Mar 11 15:19:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-vm.el (tm-vm/use-original-url-button): New variable.
+       (tm-vm/preview-current-message):
+       Check `tm-vm/use-original-url-button'.
+
+Mon Mar 10 23:07:42 1996  Rob Kooper   <kooper@cc.gatech.edu>
+
+       * tm-vm.el (tm-vm/preview-current-message): VM does it's own
+       highlighting of URL's. Following is a patch to tm/tm-vm.el that
+       will make the highlighting work under tm. (cf.[bug-tm-en:373])
+
+Mon Mar 10 04:16:59 1996  Hiroshi Ueno <zodiac@ibm.net>
+
+       * TM-CFG (SHELLOPTION): New variable.
+       (LISPDIR): Use `defvar' instead of `setq'.
+       (TM_GNUS_COMPILE_FORMAT): New variable.
+       (TM_GNUS_INSTALL_FORMAT): New variable.
+       (BIN_SRC_DIR): New variable.
+       (METHOD_SRC_DIR): New variable.
+       (BIN_DIR): Use `defvar' instead of `setq'.
+
+       * inst-tm (compile-tm-gnus): Use variable `SHELLOPTION'.
+       (install-tm-gnus): Use variable `SHELLOPTION'.
+       (install-execs): Use variable `BIN_SRC_DIR' and `METHOD_SRC_DIR'.
+
+Mon Mar  8 19:15:33 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
+
+       * tm-vm.el (tm-vm/scroll-forward): when you go to a message with
+       the cursor keys in VM's summary buffer and press space to select
+       the message, the Preview buffer is scrolled forward instead of
+       simply displaying the new message which prevents you from seeing
+       the beginning of the new message.       
+
+Wed Mar  6 12:26:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/up-content): New implementation; bug
+       fixed. (cf. [tm-ja:1652])
+
+       * inst-tm (compile-tm): fixed to judge XEmacs.
+
+\f
+Wed Mar  6 02:12:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.15 was released.
+       * tm: Version 7.47 was released.
+       * tm/mh-e: Version 7.56 was released.
+
+       * README.en: tm-cfg was renamed to TM-CFG.
+
+       * inst-tm: tm-cfg was renamed to TM-CFG.
+
+       * inst-tm: tm-els was renamed to TM-ELS.
+
+Tue Mar  5 23:19:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el: Function `replace-space-with-underline' was moved to
+       tl-str.el.
+
+       * tm-edit.el (mime-editor/transfer-level): changed to buffer local
+       variable.
+       (mime-editor/transfer-level-string): changed to buffer local
+       variable.
+       (mime-editor/charset-default-encoding-alist): changed to buffer
+       local variable.
+
+Tue Mar  5 21:22:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/toggle-transfer-level): Function
+       `mime-editor/text-toggle-transfer-level' was renamed to
+       `mime-editor/toggle-transfer-level'.
+
+Tue Mar  5 21:19:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/transfer-level,
+       mime-editor/text-toggle-transfer-level, mime/editor-mode):
+       Variable `mime/default-transfer-level' was renamed to
+       `mime-editor/transfer-level'.
+
+Tue Mar  5 21:13:58 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime/default-transfer-level): moved from tm-edit.el.
+
+       * tm-def.el: Variable `mime/default-transfer-level' was moved to
+       tm-edit.el.
+
+       * tm-edit.el (mime-editor/text-toggle-transfer-level,
+       mime-editor/menu-list): Function
+       `mime-editor/text-toggle-transfer-level' was renamed to
+       `mime-editor/text-toggle-transfer-level'.
+
+Tue Mar  5 21:00:07 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/transfer-level-string,
+       mime/text-toggle-transfer-level, mime/editor-mode): use function
+       `mime/encoding-name'.
+
+       * tm-def.el (mime/encoding-name): add optional argument `not-omit'.
+
+       * tm-edit.el (mime-editor/transfer-level-string,
+       mime/text-toggle-transfer-level, `mime/editor-mode-flag' of
+       `minor-mode-alist', mime/editor-mode): Variable
+       `mime/trlevel-string' was renamed to
+       `mime-editor/transfer-level-string'.
+
+Tue Mar  5 20:42:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/charset-default-encoding-alist,
+       mime/text-toggle-transfer-level, mime-editor/normalize-body):
+       Variable `mime/charset-default-encoding-alist' was renamed to
+       `mime-editor/charset-default-encoding-alist'.
+
+Tue Mar  5 20:34:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime/charset-default-encoding-alist):
+       moved from tm-def.el.
+       (mime/trlevel-string): moved from tm-def.el.
+       (mime/text-toggle-transfer-level): moved from tm-def.el.
+
+       * tm-def.el (mime/charset-default-encoding-alist):
+       moved to tm-edit.el.
+       (mime/trlevel-string): moved to tm-edit.el.
+       (mime/text-toggle-transfer-level): moved to tm-edit.el.
+
+       * tm-def.el (mime/trlevel-string): Initial value was modified.
+
+Tue Mar  5 07:52:39 1996  Steinar Bang <sb@metis.no>
+
+       * tm-def.el (mime/trlevel-string): New variable.
+
+       * tm-edit.el (mime-editor/menu-list): add
+       `mime/text-toggle-transfer-level'.
+       (mime/editor-mode): modified for transfer-level.
+
+\f
 Mon Mar  4 09:24:23 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: Version 7.14 was released.