Tue Jan 23 05:38:46 1996 Morioka Tomohiko * tm: Version 7.41.1 was released. * tm/mh-e: Version 7.46 was released. * tm/gnus: Version 7.34 was released. * tm-view.el: declare `(defvar mime::preview/article-buffer nil)' for XEmacs Tue Jan 23 04:49:16 1996 Morioka Tomohiko * tm-rmail.el: (require 'tm-bbdb) if bbdb is provided. * tm-vm.el: Shuhei KOBAYASHI 's new implementation * tm-bbdb.el: new module: about BBDB Sat Jan 20 13:23:47 1996 Morioka Tomohiko * tl: Version 7.09 was released. * tm: Version 7.41 was released. * tm/gnus: Version 7.33.1 was released. Thu Jan 18 17:49:17 1996 Morioka Tomohiko * tm-edit.el (mime-editor/insert-file): File name is wrapped as quoted-string. * tm-edit.el (mime-file-types): Some file types were added. Thu Jan 18 01:55:25 1996 Yoshiyuki Yamagami * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474]) Wed Jan 17 08:27:26 1996 Morioka Tomohiko * tl: version 7.08 was released. * tm: version 7.40 was released. * tm/gnus: Version 7.33 was released. Sun Jan 14 05:52:49 1996 Morioka Tomohiko * tm-edit.el (mime-editor/choose-charset): New implementation: use function `mime/find-charset-region' instead of `mime-body-charset-chooser'. * tm-edit.el: Variable `mime-body-charset-chooser' and its implementations were deleted. * tm-edit.el (mime-editor/normalize-body): use variable `mime/charset-default-encoding-alist' instead of function `mime-editor/choose-encoding'. * tm-edit.el: Function `mime-editor/choose-encoding' was deleted. Fri Jan 12 13:59:13 1996 Morioka Tomohiko * tm-def.el (mime/find-charset-region): New function * tm-def.el (mime/charset-default-encoding-alist): New variable Thu Jan 11 18:31:43 1996 Morioka Tomohiko * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was renamed to `mime-eword/charset-encoding-alist'. * tm-ew-e.el: Constant `mime/eword-encoder-version' was renamed to `mime-eword/encoder-version'. * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was moved from tm-def.el. * tm-def.el: Variable `mime/default-charset-encoding-alist' was moved to tm-ew-e.el. * tm-ew-e.el: Function `mime/find-charset-rule' was renamed to `tm-eword::find-charset-rule'. * tm-ew-e.el (mime/find-charset-rule): modified to use function `mime/find-charset' * tm-def.el (mime/find-charset): new function Thu Jan 11 05:33:53 1996 Morioka Tomohiko * tm-ew-e.el (mime/find-charset-rule): new implementation * tm-orig.el: Variable `mime/decoding-charset-list' was deleted. Thu Jan 11 05:12:50 1996 Morioka Tomohiko * tm-nemacs.el, tm-orig.el: Variable `mime/lc-charset-rule-list' was deleted. * tm-mule.el: Variable `mime/lc-charset-rule-list' and `mime/unknown-charset-rule' were deleted. Thu Jan 11 05:09:28 1996 Morioka Tomohiko * tm-def.el (mime/default-charset-encoding-alist): new variable Thu Jan 11 04:56:08 1996 Morioka Tomohiko * tm-orig.el, tm-nemacs.el, tm-mule.el (mime/lc-charset-alist, mime/unknown-charset): new variable Wed Jan 10 00:07:57 1996 Morioka Tomohiko * tm-edit.el: (mime-editor/translate-body, mime-editor/translate-region): Spaces in boundary are replaced by underlines. (cf. [tm-en:255,258]) Tue Jan 9 19:08:21 1996 Morioka Tomohiko * tm-mule.el: Obsolete definitions were deleted. Tue Jan 9 18:43:12 1996 Morioka Tomohiko * tm-orig.el, tm-nemacs.el, tm-mule.el: Variable `mime/latin-lc-list' was deleted. Tue Jan 9 16:28:44 1996 Morioka Tomohiko * tm-orig.el, tm-nemacs.el, tm-mule.el: Variable `mime/lc-charset-and-encoding-alist' was deleted. Mon Dec 25 10:43:59 1995 Morioka Tomohiko * tm: Version 7.39 was released. * tm/gnus: Version 7.30 was released. * README.en: Sample of hilit19 was changed. Mon Dec 25 09:08:50 1995 Morioka Tomohiko * tm-rmail.el: fixed to work in Emacs 18.*, but some problems are rest. * tm-view.el (mime-viewer/redisplay): New variable: for redisplay Mon Dec 25 05:43:05 1995 Morioka Tomohiko * Makefile (19_29): `make gnus5' was commented out. Mon Dec 25 05:40:42 1995 Morioka Tomohiko * tm-rmail.el (tm-rmail/preview-message): New implementation * tm-rmail.el (rmail-summary-rmail-update): redefined * tm-rmail.el: `mime-viewer/show-summary-method' was set. Mon Dec 25 05:31:33 1995 Morioka Tomohiko * mk-tm (compile-tm): `(load "rmailsum")' was added. Mon Dec 25 03:20:41 1995 OKABE Yasuo * signature.el (signature-delete-blank-lines-at-eof): New variable Sat Dec 23 12:43:20 1995 Morioka Tomohiko * tm-def.el (tm:browse-url): argument was fixed. * README.en: fixed about PGP Sat Dec 23 09:32:27 1995 Tanaka Shinichiro * tm-pgp.el, README.en: Typos were fixed. (cf. [tm-ja:1419], [tm-ja:1421]) Fri Dec 22 09:00:20 1995 Morioka Tomohiko * tm: Version 7.38 was released. * tm/gnus: Version 7.28 was released. Thu Dec 21 18:27:09 1995 Morioka Tomohiko * tm-edit.el (mime-file-types): format was changed. (0) filename pattern (1) primary type (2) sub type (3) parameters of Content-Type field (4) Content-Transfer-Encoding (5) disposition-type (6) parameters of Content-Disposition field * tm-edit.el (mime-editor/insert-file): modified for new `mime-file-types' format. Thu Dec 21 18:17:03 1995 Morioka Tomohiko * tm-def.el (mime/disposition-type-regexp): New constant * tm-parse.el (mime/parse-Content-Disposition): New function * tm-parse.el (mime/Content-Disposition): New function * tm-view.el (mime-article/get-subject): function `mime-viewer/get-subject' was renamed to it. * tm-view.el (mime-article/get-uu-filename): New function: it was separated from function `mime-article/get-subject'. * tm-play.el (mime-article/get-original-filename): New function * tm-play.el (mime-article/get-filename): Function `mime-article/get-name' was renamed to it. It was modified to use `mime-article/get-original-filename' instead of `mime-article/get-subject'. * tm-file.el (mime-article/extract-file): modified to use `mime-article/get-filename' Wed Dec 20 15:27:35 1995 Morioka Tomohiko * tm-setup.el: According to Shuhei KOBAYASHI , `(require 'tm-gnus)' is add-hooked as append mode. (cf. [tm-ja:1391]) Thu Dec 20 05:48:56 1995 UENO Hiroshi * tm-pgp.el: (mime-article/check-pgp-signature): fixed to treat signed part as binary. (to fix problem in OS/2) Wed Dec 20 13:05:06 1995 Morioka Tomohiko * tl: Version 7.03.4 was released. * tm: Version 7.37 was released. * tm/gnus: Version 7.26 was released. Tue Dec 19 18:06:49 1995 Morioka Tomohiko * tm-pgp.el: draft-elkins-pem-pgp-01.txt was renewed to draft-elkins-pem-pgp-02.txt. Tue Dec 19 17:50:09 1995 Morioka Tomohiko * Makefile: tm/src/tmpgp was abolished. Tue Dec 19 17:47:16 1995 Morioka Tomohiko * tm-edit.el: pgp-elkins spec was renewed to draft-elkins-pem-pgp-02.txt. Tue Dec 19 17:13:19 1995 Morioka Tomohiko * tm-pgp.el (mime-article/check-pgp-signature): treats encoding * tm-edit.el: `(autoload 'mc-pgp-lookup-key "mc-pgp")' was added. Tue Dec 18 03:52:48 1995 Katsumi Yamaoka * tm-view.el (mime-viewer/filter-text/plain): put URL into text-property. (cf. [tm-ja:1367]) Mon Dec 15 21:32:16 1995 Shuhei KOBAYASHI * tm-vm.el (tm-vm-load-hook): New hook * tm-vm.el (tm-vm/preview-current-message): fixed to end as current-buffer is folder buffer. Some problem is still rest. (cf. [tm-ja:1348]) Mon Dec 18 11:16:18 1995 Morioka Tomohiko * tm: Version 7.36 was released. * tm/gnus: Version 7.25 was released. * methods/tm-au: new implementation Mon Dec 18 10:45:02 1995 Morioka Tomohiko * tm-view.el (mime-viewer/quit): New implementation * tm-view.el (mime-viewer/show-summary): New function: it is bound with `h' key. * tm-view.el (mime-viewer/show-summary-method): New variable Mon Dec 18 01:32:23 1995 Morioka Tomohiko * methods/tmdecode, methods/tm-plain: replaced by NAGIRA Naoki 's code. Sun Dec 17 14:35:01 1995 Morioka Tomohiko * tm-view.el: setting for "image/x-mag" Sun Dec 17 14:29:17 1995 Morioka Tomohiko * tm-pgp.el: application/pgp-encrypted support * tm-pgp.el (mime-article/check-pgp-signature): bug fix * tm-pgp.el: setting for "text/x-pgp" * tm-setup.el: setting for tm-image.el when XEmacs is running. * tm-image.el: Filters were merged to function `mime-preview/filter-for-image'. Sat Dec 16 14:59:29 1995 Morioka Tomohiko * tm-image.el: Initial revision Sat Dec 15 16:16:32 1995 Morioka Tomohiko * tm: Version 7.35 was released. * tm/gnus: Version 7.24 was released. Fri Dec 15 15:40:10 1995 Morioka Tomohiko * tm-pgp.el: According to Shuhei KOBAYASHI , `(autoload 'mc-snarf-keys "mc-toplev")' was added. (cf. [tm-ja:1345]) * tm-view.el: (1) Popup menu for Emacs 19.* was deleted. (2) MIME-View menu was defined for Emacs 19.*. In Emacs 19.29 or later, system popup menu is available. Fri Dec 15 15:02:14 1995 Morioka Tomohiko * tm-edit.el (mime/editor-mode): DOC string was fixed. Fri Dec 15 13:58:51 1995 Morioka Tomohiko * tm-vm.el: (1) New variable `tm-vm/use-xemacs-popup-menu'. (2) popup menu of MIME-Edit minor mode became sub menu. Fri Dec 15 13:56:51 1995 Morioka Tomohiko * tm-rmail.el: Setting was modified to load tm-mail after tm-edit is loaded. * tm-mail.el: (1) New variable `tm-mail/use-xemacs-popup-menu'. (2) popup menu of MIME-Edit minor mode became sub menu. * tm-def.el (tm:set-fields): New function Fri Dec 15 12:00:23 1995 Morioka Tomohiko * tm-pgp.el (mime-article/check-pgp-signature): fixed problem of binary declarations * tm-file.el: delete unnecessary `(file-coding-system *noconv*)' Thu Dec 14 17:03:27 1995 Morioka Tomohiko * tm: Version 7.34 was released. * Makefile: New file tm/src/tmpgp: it is used to sign by pgp-elkins style. Thu Dec 14 15:49:00 1995 Morioka Tomohiko * tm-edit.el: (1) `pgp-elkins' style PGP signature was implemented. (2) New function `mime-editor/insert-key': It is based on draft-elkins-pem-pgp-01.txt. Thu Dec 14 15:41:18 1995 Morioka Tomohiko * tm-pgp.el: New function `mime-article/add-pgp-keys' Thu Dec 14 15:37:13 1995 Morioka Tomohiko * tm-play.el (mime-article/decode-caesar): encoding field is symbol, not string. * tm-html.el: encoding field is symbol, not string. Thu Dec 14 15:17:56 1995 Shuhei KOBAYASHI * tm-vm.el(tm-vm/scroll-forward, tm-vm/scroll-backward): According to AKITO Ishihara 's report, `vm-scroll-(forward|backward)' was enclosed by `(let ((vm-inhibit-startup-message t)) ...)'. (cf. [tm-ja:1313], [tm-ja:1314]) Thu Dec 14 06:22:20 1995 Morioka Tomohiko * signature.el (signature/insert-signature-at-eof): `(delete-blank-lines)' was commented out. Thu Dec 13 15:37:16 1995 Shuhei KOBAYASHI * tm-vm.el (tm-vm/scroll-forward, tm-vm/scroll-backward): It might be better to treat `vm-honor-page-delimiters' (and `vm-auto-next-message' too) in tm-vm. (cf. [tm-ja:1292]) Wed Dec 13 13:40:58 1995 AKITO Ishihara * tm-vm.el (tm-vm/scroll-backward): fixed to comment out `(goto-char (point-max))'. (cf. [tm-ja:1289]) Wed Dec 13 13:10:27 1995 Morioka Tomohiko * tm-edit.el (mime-editor/process-pgp-kazu): fixed to insert dummy mail-header-separator before calling mailcrypt function. Wed Dec 13 05:46:06 1995 Morioka Tomohiko * tl: Version 7.03.3 was released. * tm: Version 7.33 was released. * tm/mh-e: Version 7.44 was released. * tm/gnus: Version 7.22 was released. * tm-view.el: (1) New field variable `mime-viewer/visible-field-list' (2) New function `mime-preview/cut-header' * tm-view.el: (mime-viewer/default-content-header-filter): New implementation Tue Dec 11 15:31:29 1995 Shuhei KOBAYASHI * tm-file.el: comment was fixed. * methods/tm-html, methods/tm-image: fixed to insert spaces previous and next of "=" (cf. [tm-ja:1262]) Mon Dec 11 18:02:36 1995 Morioka Tomohiko * tl: Version 7.03.2 was released. * tm: Version 7.32 was released. * tm/gnus: Version 7.21.2 was released. Sun Dec 10 20:33:48 1995 Morioka Tomohiko * tm-view.el, tm-play.el: Function `mime::point-preview-content' was renamed to `mime-preview/point-pcinfo'. * tm-edit.el: does not exit from MIME editor mode if function `mime-editor/pgp-processing' is fail. * tm-edit.el: (1) New variable `mime-editor/signing-type' and `mime-editor/encrypting-type': their types are pgp-elkins, pgp-kazu or nil. pgp-elkins is not supported yet. (2) New function `mime-editor/enclose-signed-region' and `mime-editor/enclose-encrypted-region' for new enclosure `signed' and `encrypted'. (3) New function `mime-editor/process-pgp-kazu': to process `signed' and `encrypted' enclosure as application/pgp. (4) New function `mime-editor/set-split' Sat Dec 9 08:37:21 1995 Morioka Tomohiko * tm-pgp.el (mime-article/check-pgp-signature): Status does not work. Sat Dec 9 08:32:56 1995 Morioka Tomohiko * tm-edit.el (mime-editor/process-multipart-1): Boundary is folded. * tm-edit.el: rearrangement Sat Dec 9 04:58:16 1995 Morioka Tomohiko * tm-play.el (mime-article/show-output-buffer): `(get-buffer-create mime/output-buffer-name)' was inserted. Sat Dec 9 04:51:49 1995 Morioka Tomohiko * tm-pgp.el: application/pgp-signature support. * tm-play.el: Function `mime-article/decode-message/partial' was modified not to use `find-file'. Sat Dec 9 04:11:11 1995 Morioka Tomohiko * tm-def.el: Constant `mime/decoding-buffer-name' was deleted (because it seems not be used). * tm-edit.el: application/pgp support Sat Dec 9 03:42:47 1995 Morioka Tomohiko * tm-file.el: setting for another variables to regard as binary. Sat Dec 9 02:04:41 1995 Morioka Tomohiko * tm-view.el: Function `mime-viewer/display-content' was fixed about judgement of root content. Sat Dec 9 01:56:28 1995 Morioka Tomohiko * tm-parse.el: Function `mime/parse-multipart' was fixed about point-max slot of content-info. Sat Dec 9 01:41:18 1995 Morioka Tomohiko * tm-def.el: New constant `mime/temp-buffer-name'. * tm-play.el: Function `mime-article/decode-message/partial' was modified to use `mime/temp-buffer-name'. Fri Dec 8 23:27:19 1995 Morioka Tomohiko * tm-pgp.el: Initial revision Fri Dec 8 22:32:55 1995 Morioka Tomohiko * tm-vm.el: According to Junya Watanabe , fixed problem about XEmacs menu in Emacs and Mule. (cf. [tm-ja:1249]) Fri Dec 8 22:29:27 1995 Morioka Tomohiko * tm-view.el: New variable `mime-viewer/content-subject-showing-Content-Type-list' Sat Dec 8 18:29:51 1995 Shuhei KOBAYASHI * tm-file.el(mime-article/extract-file): Variable `require-final-newline' should be nil. Thu Dec 7 12:07:47 1995 Morioka Tomohiko * tl: Version 7.03.1 was released. * tm: Version 7.31 was released. * tm/gnus: Version 7.21.1 was released. * Makefile: tl/README.eng was renamed to tl/README.en. Thu Dec 7 10:23:55 1995 Morioka Tomohiko * tm-vm.el: vm-mail-mode pop up menu setting for XEmacs. * tm-mail.el: pop up menu setting for XEmacs. * tm-edit.el: MUA depended codes about XEmacs pop up menu were moved to tm-MUAs. * tm-view.el: defvar `mime::article/preview-buffer' and `mime::article/code-converter' for XEmacs. * tm-edit.el: some comments are modified. Thu Dec 7 09:10:28 1995 Morioka Tomohiko * Makefile: (1) drives `make gnus5' and `make sgnus' for xemacs and 19_29. (2) README.eng was rename to README.en. Thu Dec 7 08:01:31 1995 Morioka Tomohiko * tm-play.el: Function `mime-article/view-message/rfc822' was modified to set buffer local variable `mime::article/code-converter'. * tm-view.el: New buffer local variable `mime::article/code-converter': It specifies code-converter. If it is nil, `mime-viewer/code-converter-alist' is used. Thu Dec 7 06:18:21 1995 Morioka Tomohiko * tm-view.el: pop up menu support by mouse-button-3 for Emacs 19 and XEmacs. Thu Dec 7 06:10:32 1995 Steven L. Baur * tm-edit.el: pop up menu for XEmacs. (cf. [tm-en:209]) Thu Dec 7 04:55:49 1995 Morioka Tomohiko * tm-rmail.el: version variables were added. * tm-rmail.el: Shuhei KOBAYASHI 's patch was applied to fix problem of function `tm-rmail/forward' in *mail* buffer. (and some extensions) (cf. [tm-ja:1225]) Thu Dec 6 23:16:14 1995 Steven L. Baur * tm-view.el: mouse-button-3 menu for XEmacs. (cf. [tm-en:206]) Thu Dec 6 15:53:54 1995 Shuhei KOBAYASHI * README.eng: fixed typo about VM (cf. [tm-ja:1224]) * tm-file.el: fix and extend. (cf. [tm-ja:1224]) Wed Dec 6 15:35:52 1995 Morioka Tomohiko * tm-rmail.el: `(substitute-key-definition 'rmail-forward 'tm-rmail/forward rmail-mode-map)' should be enclosed by (call-after-loaded 'mime-setup ..). Wed Dec 6 12:52:53 1995 Morioka Tomohiko * tm: Version 7.30 was released. * tm/mh-e: Version 7.43 was released. * tm/gnus: Version 7.21 was released. * tl: Version 7.03 was released. * tm-edit.el: In function `mime-editor/split-and-send', to `(make-variable-buffer-local 'mail-header-separator)' was changed to `(make-local-variable 'mail-header-separator)'. * tm-play.el: In function `mime-article/decode-caesar', `(setq buffer-read-only nil)' was inserted before `(erase-buffer)'. (cf. [tm-ja:1214]) Wed Dec 6 09:21:07 1995 Morioka Tomohiko * README.eng: According to Shuhei KOBAYASHI , added and rewrote about VM. Wed Dec 6 08:49:15 1995 Morioka Tomohiko * tm-vm.el: (1) Function `tm-vm/over-to-previous' was renamed to `tm-vm/over-to-previous-method'. (2) Function `tm-vm/over-to-next was renamed to `tm-vm/over-to-next-method'. Wed Dec 6 06:55:07 1995 Shuhei KOBAYASHI * tm-vm.el: - Variable `tm-vm/automatic-mime-preview' was changed to user variable. - Names of tm-vm hooks were unified to `tm-vm/xxx-hook' from `vm-xxx-hook'. - New function `tm-vm/over-to-previous' and `tm-vm/over-to-next': they are over-to-previous-method and over-to-next-method. They are not only set for vm-mode, but also vm-virtual-mode. - add-hook to `tm-vm/update-record' was fixed to `tm-vm/bbdb-update-record'. It is typo. Wed Dec 6 08:20:02 1995 Morioka Tomohiko * tm-eword.el, tm-ew-d.el: comment was modified. * README.eng: New section `How to get new version'. * tm-view.el, tm-play.el: (1) buffer local variable `mime/show-mode-old-window-configuration' was renamed to `mime::article/preview-buffer'. (2) modified about window configuration. * tm-vm.el: (1) Function `tm-vm/preview-current-message' was modified. (2) over-to-previous-method and over-to-next-method are modified. Wed Dec 6 04:18:23 1995 Shuhei KOBAYASHI * tm-nemacs.el: Function `mime/code-convert-region-to-emacs' was modified to use function `code-convert-region'. (cf. [tm-ja:1204]) Wed Dec 5 18:52:52 1995 steve@miranova.com (Steven L. Baur) * config.tm: bindir declaration was fixed. Tue Dec 5 07:58:52 1995 Morioka Tomohiko * tm: Version 7.29 was released. * tm/mh-e: Version 7.41 was released. * tm/gnus: Version 7.20.1 was released. * tl: Version 7.02 was released. * tm-edit.el: Setting for ISO-2022-KR. Mon Dec 4 20:33:11 1995 Shuhei KOBAYASHI * tm-vm.el: setting for mime-viewer/over-to-(previous|next)-method-alist. (cf. [tm-ja:1195]) * tm-view.el: New keybind "<" and ">" (cf. [tm-ja:1195]) Mon Dec 4 00:24:19 1995 Morioka Tomohiko * tm: Version 7.28 was released. * tm/mh-e: Version 7.40 was released. * tm/gnus: Version 7.20 was released. * tm-view.el: setting for external method ``tm-html''. * tm-html.el: setting for "extract" mode. * README.eng: rewrote for tm 7.*. * Makefile: tm/richtext.el and tm/tinyrich.el were moved to tl package. * mk-tm: richtext.el and tinyrich.el were moved to tl package. Sun Dec 3 14:09:18 1995 Morioka Tomohiko * tm-vm.el: modified to use tm-mail. * tm-rmail.el: Setting for `mime-editor/message-inserter-alist' using tm-mail.el. * tm-mail.el: New module: for mail-mode. Fri Dec 1 17:11:01 1995 Morioka Tomohiko * tm-ew-e.el: fixed problem of exceptional case of encoding. Wed Nov 29 21:51:05 1995 Morioka Tomohiko * mime-setup.el: According to Steven L. Baur , (setq mail-signature nil) when `mime-setup-use-signature' is t. (cf. [tm-eng:176]) * tm-vm.el: (1) fixed problem in function `tm-vm/preview-current-message'. (2) New function `tm-vm/visit-folder-function'. It is set to `vm-visit-folder-hook' instead of `tm-vm/preview-current-message' directly. It is bug fix for getting new mail when visit to a folder. * tm-vm.el: Shuhei KOBAYASHI 's patch was applied. (cf. [tm-ja:1164]) Sat Nov 25 02:14:25 1995 Morioka Tomohiko * tm-edit.el: Function `mime-editor/enclose-region' was fixed not to insert "text/plain" tag when end of enclosure is end of buffer. Thu Nov 23 10:21:05 1995 Morioka Tomohiko * tm 7.27.1 was released. * tm-view.el: ".*Received" was inserted into default value of variable `mime-viewer/ignored-field-list'. * mime-setup.el: autoload setting for function `mime/decode-message-header'. Tue Nov 21 09:43:00 1995 Morioka Tomohiko * tm-vm.el: fixed problem of function `tm-vm/quit'. Mon Nov 20 23:54:54 1995 Morioka Tomohiko * tm-vm.el: Function `tm-vm/preview-current-message' was modified. Mon Nov 20 02:48:34 1995 Morioka Tomohiko * tm 7.27 is released. * tm/mh-e: Attached version 7.25. * tm/gnus: Attached version 7.18. * tm-vm.el: (1) Function `tm-vm/preview-current-message' was fixed. (2) setting for BBDB was modified. * tm-edit.el: In function `mime-editor/enclose-region, interpretation mistake of RFC 1521 was fixed. Sun Nov 19 18:06:34 1995 Morioka Tomohiko * tm-vm.el: fixed problem of function `tm-vm/scroll-forward' and `tm-vm/scroll-backward'. * tm-vm.el: (1) insert (run-hooks 'tm-vm/vm-select-message-hook) into function `tm-vm/preview-current-message'. (2) setting for BBDB. (Please insert (load "tm-vm") after (bbdb-insinuate-vm)) * mime-setup.el: (add-hook 'mail-setup-hook 'mime/editor-mode 'append) instead of (add-hook 'mail-mode-hook 'mime/editor-mode). * tm-vm.el: (1) fixed problem of function `mime::article/preview-buffer'. (2) Don't reset of hooks when mime-setup is loaded. Fri Nov 17 14:34:52 1995 Morioka Tomohiko * tm-vm.el: Oscar Figueiredo 's modification was applied. * tm-html.el: KOBAYASHI Shuuhei 's patch was applied. (cf. [tm-ja:1117]) * tm-vm.el: changed Subject field decoding way when does not use tiny-mime patch. * tm-vm.el: SHIONO Jun'ichi 's patch was applied. (cf. [tm-ja:1120]) * tm-vm.el: SHIONO Jun'ichi 's patch was applied. (cf. [tm-ja:1119]) * mh-e/tm-mh-e.el: In function `tm-mh-e/forward', use forwcomps specified by variable `tm-mh-e/forwcomps' when variable `tm-mh-e/use-forwcomps' was non-nil. * mh-e/tm-mh-e.el: YAMAOKA Katsumi 's patch was applied. (cf. [tm-ja:1116])