From: morioka Date: Mon, 9 Mar 1998 12:44:55 +0000 (+0000) Subject: tm 7.41. X-Git-Tag: tm7_41~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d6dfd9fac33e6c563ad626595d22766fd59d3eaa;p=elisp%2Ftm.git tm 7.41. --- diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..ef1a511 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,830 @@ +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]) diff --git a/Makefile b/Makefile index be126e2..30cfadb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 7.12 1995/12/25 05:43:05 morioka Exp morioka $ +# $Id: Makefile,v 7.14 1996/01/18 10:27:43 morioka Exp morioka $ # include config.tm @@ -7,8 +7,9 @@ include config.tm BINS = src/ol2 src/decode-b UTILS = $(BINS) GOMI = $(BINS) *.elc loadpath +FLAGS = -batch -q -no-site-file -l mk-tm -TM_FILES = tm/README.en tm/Changes* \ +TM_FILES = tm/README.en tm/ChangeLog \ tm/config.tm tm/Makefile tm/mk-tm \ tm/tm-mule.el tm/tm-nemacs.el tm/tm-orig.el tm/tm-def.el \ tm/tm-eword.el tm/tm-ew-d.el tm/tm-ew-e.el \ @@ -23,13 +24,13 @@ TM_FILES = tm/README.en tm/Changes* \ tm/methods/tm* \ tm/src/*.c \ tm/doc/Makefile tm/doc/*.ol tm/doc/*.tex \ - tm/doc/*.texi + tm/doc/*.texi tm/old-logs/*.en tm/old-logs/*.ja TM_MUA_FILES = tm/tm-rmail.el tm/tm-vm.el tm/tm-mail.el \ tm/gnus/Makefile tm/gnus/*-path tm/gnus/mk-tgnus \ - tm/gnus/*.el tm/gnus/ChangeLog-* \ + tm/gnus/*.el tm/gnus/ChangeLog \ tm/mh-e/Makefile tm/mh-e/mk-tmh tm/mh-e/code-jp.ol \ - tm/mh-e/*.el tm/mh-e/ChangeLog-* + tm/mh-e/*.el tm/mh-e/ChangeLog MEL_FILES = mel/*.el mel/Makefile mel/mk-mel mel/ChangeLog @@ -38,13 +39,13 @@ TL_FILES = tl/README.en tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi \ FILES = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES) -TARFILE = tm7.40.tar.gz +TARFILE = tm7.41.tar.gz 18: cd ../tl; PWD=`pwd` $(MAKE) elc EMACS=$(EMACS18) cd ../mel; PWD=`pwd` $(MAKE) elc EMACS=$(EMACS18) - $(EMACS18) -batch -l mk-tm -f compile-tm + $(EMACS18) $(FLAGS) -f compile-tm cd gnus; PWD=`pwd` $(MAKE) gnus3 EMACS=$(EMACS18) # If you use GNUS 4.*, please use following comment: # cd gnus; PWD=`pwd` $(MAKE) gnus4 EMACS=$(EMACS18) @@ -55,7 +56,7 @@ install-18: 18 $(MAKE) install-18 EMACS=$(EMACS18) TLDIR18=$(TLDIR18) cd ../mel; PWD=`pwd` \ $(MAKE) install-18 EMACS=$(EMACS18) MELDIR18=$(MELDIR18) - $(EMACS18) -batch -l mk-tm -f install-tm $(TMDIR18) + $(EMACS18) $(FLAGS) -f install-tm $(TMDIR18) cd gnus; PWD=`pwd` \ $(MAKE) install-18 EMACS=$(EMACS18) TMDIR18=$(TM_GNUS_DIR18) cd mh-e; PWD=`pwd` \ @@ -65,7 +66,7 @@ install-18: 18 xemacs: cd ../tl; PWD=`pwd` $(MAKE) elc EMACS=$(XEMACS) cd ../mel; PWD=`pwd` $(MAKE) elc EMACS=$(XEMACS) - $(XEMACS) -batch -l mk-tm -f compile-tm + $(XEMACS) $(FLAGS) -f compile-tm cd gnus; PWD=`pwd` $(MAKE) gnus EMACS=$(XEMACS) cd gnus; PWD=`pwd` $(MAKE) gnus5 EMACS=$(XEMACS) cd gnus; PWD=`pwd` $(MAKE) sgnus EMACS=$(XEMACS) @@ -76,7 +77,7 @@ install-xemacs: xemacs $(MAKE) install-19 EMACS=$(XEMACS) TLDIR19=$(TLDIR19) cd ../mel; PWD=`pwd` \ $(MAKE) install-19 EMACS=$(XEMACS) MELDIR19=$(MELDIR19) - $(XEMACS) -batch -l mk-tm -f install-tm $(TMDIR19) + $(XEMACS) $(FLAGS) -f install-tm $(TMDIR19) cd gnus; PWD=`pwd` \ $(MAKE) install-19 EMACS=$(XEMACS) TMDIR19=$(TM_GNUS_DIR19) cd mh-e; PWD=`pwd` \ @@ -86,7 +87,7 @@ install-xemacs: xemacs 19_29: cd ../tl; PWD=`pwd` $(MAKE) elc EMACS=$(EMACS19_29) cd ../mel; PWD=`pwd` $(MAKE) elc EMACS=$(EMACS19_29) - $(EMACS19_29) -batch -l mk-tm -f compile-tm + $(EMACS19_29) $(FLAGS) -f compile-tm cd gnus; PWD=`pwd` $(MAKE) gnus EMACS=$(EMACS19_29) # cd gnus; PWD=`pwd` $(MAKE) gnus5 EMACS=$(EMACS19_29) cd gnus; PWD=`pwd` $(MAKE) sgnus EMACS=$(EMACS19_29) @@ -97,7 +98,7 @@ install-19_29: 19_29 $(MAKE) install-19 EMACS=$(EMACS19_29) TLDIR19=$(TLDIR19_29) cd ../mel; PWD=`pwd` \ $(MAKE) install-19 EMACS=$(EMACS19_29) MELDIR19=$(MELDIR19_29) - $(EMACS19_29) -batch -l mk-tm -f install-tm $(TMDIR19_29) + $(EMACS19_29) $(FLAGS) -f install-tm $(TMDIR19_29) cd gnus; PWD=`pwd` \ $(MAKE) install-19_29 EMACS=$(EMACS19_29) \ TMDIR19_29=$(TM_GNUS_DIR19_29) diff --git a/gnus/ChangeLog b/gnus/ChangeLog new file mode 100644 index 0000000..29bfd0e --- /dev/null +++ b/gnus/ChangeLog @@ -0,0 +1,252 @@ +Sat Jan 20 02:23:40 1996 Morioka Tomohiko + + * tm/gnus: Version 7.33.1 was released. + + * tm-gnus.el: redefine function `gnus-news-reply' for GNUS 3.15 .. + 4.1.* to fix problem about following. (cf. [tm-ja:1456], + [tm-ja:1473]) + +Thu Jan 18 01:55:25 1996 Yoshiyuki Yamagami + + * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474]) + + +Tue Jan 9 12:06:29 1996 Morioka Tomohiko + + * tm/gnus: version 7.33 was released. + + * tm-sgnus.el: `gnus-forward-insert-buffer' redefining was changed + because `eval-after-load' is not exist in XEmacs. + (cf. [tm-en:249]) + +Tue Dec 26 07:03:36 1995 Morioka Tomohiko + + * tm-sgnus.el: setting for message/rfc822 style forward if + mime-setup is used. + +Tue Dec 26 00:11:39 1995 Morioka Tomohiko + + * tm-sgnus.el (tm-gnus/summary-toggle-header): + `mime-viewer/ignored-field-regexp' was not set. + + * tm-sgnus.el (tm-gnus/preview-article): does not cut fields in + `mime/viewer-mode'. + + +Mon Dec 25 08:15:56 1995 Morioka Tomohiko + + * tm/gnus: Version 7.30 was released. + + * tm-sgnus.el (tm-gnus/summary-toggle-header): + use `mime-viewer/redisplay' + + * mk-tgnus: (install-tm-gnus): + `(setq command-line-args-left (cdr command-line-args-left))' + was added. + +Sat Dec 23 12:57:25 1995 Morioka Tomohiko + + * tm-sgnus.el (tm-gnus/summary-toggle-header): New implement + + * tm-sgnus.el: uses original `gnus-article-hide-headers-if-wanted' + + +Fri Dec 22 08:57:48 1995 Morioka Tomohiko + + * tm/gnus: Version 7.28 was released. + +Fri Dec 22 07:08:15 1995 MURATA Masahiro + + * tm-sgnus.el: + `(eval-when-compile (require 'cl))' was inserted. + (cf. [tm-ja:1414]) + + * tm-sgnus.el (tm-gnus/preview-cut-header): 'gnus-type and + 'headers are added to text property. (cf. [tm-ja:1414]) + + +Wed Dec 20 12:00:19 1995 Morioka Tomohiko + + * tm/gnus: Version 7.26 was released. + + * tm-gnus4.el: (tm-gnus/preview-article-if-you-need): + `(setq buffer-read-only nil)' for GNUS. + +Wed Dec 20 07:04:55 1995 MURATA Masahiro + + * tm-sgnus.el: use text property to hide fields. + (cf. [tm-ja:1384]) + +Mon Dec 18 11:08:33 1995 Morioka Tomohiko + + * tm-gnus4.el, tm-sgnus.el: + setting for `mime-viewer/show-summary-method' + + +Mon Dec 18 12:06:27 1995 Morioka Tomohiko + + * tm/gnus: Version 7.25 was released. + +Sat Dec 16 14:54:31 1995 Morioka Tomohiko + + * tm-gnus4.el: + (tm-gnus/view-message, tm-gnus/preview-article-if-you-need): + enclose `(run-hooks 'tm-gnus/article-prepare-hook)' by + `(let (buffer-read-only) ...)'. (cf. [tm-ja:1350]) + + +Sat Dec 15 15:03:15 1995 Morioka Tomohiko + + * tm/gnus: Version 7.24 was released. + +Fri Dec 15 13:47:36 1995 Morioka Tomohiko + + * tm-sgnus.el (tm-gnus/summary-toggle-header): + new implementation + + +Wed Dec 13 19:12:47 1995 Morioka Tomohiko + + * tm/gnus: Version 7.22 was released. + +Mon Dec 11 12:50:58 1995 Morioka Tomohiko + + * tm-sgnus.el (tm-gnus/summary-toggle-header): + use `tm-gnus/automatic-mime-preview' to judge automatic MIME + preview or not. + + +Mon Dec 11 18:05:06 1995 Morioka Tomohiko + + * tm/gnus: Version 7.21.2 was released. + +Fri Dec 8 22:35:14 1995 Morioka Tomohiko + + * tm-gnus.el: modified about XEmacs menu setting in Emacs and + Mule. + + +Thu Dec 7 10:21:22 1995 Morioka Tomohiko + + * tm/gnus: Version 7.21.1 was released. + + * tm-gnus.el: news-reply-mode pop up menu setting for XEmacs. + +Thu Dec 7 08:44:12 1995 Morioka Tomohiko + + * tm-gnus4.el: + Function `tm-gnus/article-reset-variable' was modified to reset + `gnus-original-article-buffer' to nil instead of + `gnus-article-buffer'. + + +Wed Dec 6 07:39:37 1995 Morioka Tomohiko + + * tm/gnus: Version 7.21 was released. + + * tm-sgnus.el: New function `tm-gnus/partial-preview-function'. + + * Makefile: install-* were modified. + + +Tue Dec 5 07:51:04 1995 Morioka Tomohiko + + * tm/gnus: Version 7.20.1 was released. + + * Makefile: fixed typo of `install-18'. + +Tue Dec 5 07:36:32 1995 Morioka Tomohiko + + * tm-gnus4.el: Function `tm-gnus/preview-article-if-you-need' was + fixed to set variable `tm-gnus/automatic-mime-preview' and + variable `gnus-original-article-buffer'. + +Mon Dec 4 23:55:05 1995 Morioka Tomohiko + + * tm-gnus.el: + call-after-loaded definitions for tm-edit are merged. + +Mon Dec 4 20:33:11 1995 Shuhei KOBAYASHI + + * tm-gnus.el: + mime-editor/message-inserter-alist setting for mail-mode + (cf. [tm-ja:1195]) + +Tue Dec 4 14:30:44 1995 Dave Goldberg + + * Makefile: + There's a problem with tm/gnus/Makefile. In particular, the order + of the -l arguments is wrong because of the + (require 'tl-misc) in the g*-path files. Since load-path gets set + to find ../../tl in mk-tgnus.el, that has to be loaded first. + +Mon Dec 4 06:32:43 1995 Morioka Tomohiko + + * tm-gnus4.el: + OKABE, Yasuo 's patch was applied to fix + problem of function `tm-gnus/view-message' in automatic MIME preview + mode. (cf. [tm-ja:1191]) + + +Mon Dec 4 00:25:21 1995 Morioka Tomohiko + + * tm/gnus: Version 7.20 was released. + + * tm-sgnus.el: quitting method was fixed. + + * tm-gnus4.el: fixed problem of quitting method. + + * tm-gnus4.el: + Function `tm-gnus/view-message' was fixed for automatic MIME preview + mode. + +Fri Dec 1 23:12:36 1995 Morioka Tomohiko + + * tm-gnus4.el: (1) New variable `gnus-original-article-buffer'. + (2) New function `tm-gnus/article-reset-variable'. + (3) `(setq buffer-read-only nil)' was deleted in function + `tm-gnus/preview-article-if-you-need'. + +Fri Dec 1 19:23:51 1995 Morioka Tomohiko + + * tm-gnus4.el: + applied OKABE Yasuo 's patch to fix + problem of quitting method. + + +Thu Nov 23 19:31:40 1995 Morioka Tomohiko + + * tm/gnus: Version 7.19 was released. + +Tue Nov 21 03:02:27 1995 Morioka Tomohiko + + * tm-gnus.el: Version judgement was changed. + + +Mon Nov 20 12:01:58 1995 Morioka Tomohiko + + * tm/gnus: Version 7.18 was released. + +Sun Nov 19 08:30:08 1995 Morioka Tomohiko + + * tm-gnus.el: module composition was changed. + (ding) Gnus support was stopped. + + * tm-sgnus.el: insert (require 'tm-gd5). + + * tm-gd5.el: Initial revision + tm-gnus library module for Gnus 5.*. + + * tm-gnus4.el: tm-gnus5.el was merged into tm-gnus4.el. + (tm-gnus5.el was abolished.) + + * tm-gnus3.el: + (1) `tm-ognus.el' was renamed to `tm-gd3.el'. + (2) setting for BBDB. + + * tm-gd3.el: some codes for tm-gnus3.el was moved to + tm-gnus3.el. + + * tm-sgnus.el: setting for variable + `gnus-decode-encoded-word-method'. (It will be proposed as a + variable of September Gnus) diff --git a/gnus/Makefile b/gnus/Makefile index 25ebfc7..625614a 100644 --- a/gnus/Makefile +++ b/gnus/Makefile @@ -1,9 +1,10 @@ # -# $Id: Makefile,v 7.3 1995/12/06 07:39:37 morioka Exp morioka $ +# $Id: Makefile,v 7.4 1996/01/18 10:28:57 morioka Exp morioka $ # # Please specify emacs executables: EMACS = mule +FLAGS = -batch -q -no-site-file -l mk-tgnus # Please specfy Emacs Lisp install directory: @@ -27,32 +28,32 @@ TMDIR19_29 = $(DATADIR19_29)/$(EMACS_PREFIX)/site-lisp FILES = tm/gnus/*.el tm/doc/tm-gnus*.texi -TARFILE = tm-gnus7.30.tar +TARFILE = tm-gnus7.33.1.tar gnus: - $(EMACS) -batch -l mk-tgnus -f compile-tm-gnus + $(EMACS) $(FLAGS) -f compile-tm-gnus gnus3: - $(EMACS) -batch -l mk-tgnus -l g3-path -f compile-tm-gnus + $(EMACS) $(FLAGS) -l g3-path -f compile-tm-gnus gnus4: - $(EMACS) -batch -l mk-tgnus -l g4-path -f compile-tm-gnus + $(EMACS) $(FLAGS) -l g4-path -f compile-tm-gnus gnus5: - $(EMACS) -batch -l mk-tgnus -l g5-path -f compile-tm-gnus + $(EMACS) $(FLAGS) -l g5-path -f compile-tm-gnus sgnus: - $(EMACS) -batch -l mk-tgnus -l s-path -f compile-tm-gnus + $(EMACS) $(FLAGS) -l s-path -f compile-tm-gnus install-18: - $(EMACS) -batch -l mk-tgnus -f install-tm-gnus $(TMDIR18) + $(EMACS) $(FLAGS) -f install-tm-gnus $(TMDIR18) install-19: - $(EMACS) -batch -l mk-tgnus -f install-tm-gnus $(TMDIR19) + $(EMACS) $(FLAGS) -f install-tm-gnus $(TMDIR19) install-19_29: - $(EMACS) -batch -l mk-tgnus -f install-tm-gnus $(TMDIR19_29) + $(EMACS) $(FLAGS) -f install-tm-gnus $(TMDIR19_29) clean: -rm *.elc diff --git a/gnus/s-path b/gnus/s-path index 3087552..c94a383 100644 --- a/gnus/s-path +++ b/gnus/s-path @@ -7,4 +7,4 @@ ;;; ;; please edit -(add-path "sgnus-0.26/lisp" 'all-paths) +(add-path "sgnus-0.29/lisp" 'all-paths) diff --git a/gnus/tm-gnus.el b/gnus/tm-gnus.el index aace694..b8443a9 100644 --- a/gnus/tm-gnus.el +++ b/gnus/tm-gnus.el @@ -2,14 +2,14 @@ ;;; tm-gnus.el --- MIME extension for GNUS ;;; ;;; Copyright (C) 1995 Free Software Foundation, Inc. -;;; Copyright (C) 1993,1994,1995 MORIOKA Tomohiko +;;; Copyright (C) 1993 .. 1996 MORIOKA Tomohiko ;;; ;;; Author: MORIOKA Tomohiko ;;; modified by KOBAYASHI Shuhei ;;; Maintainer: MORIOKA Tomohiko ;;; Created: 1993/11/20 (obsolete mol's gnus-mime.el) ;;; Version: -;;; $Id: tm-gnus.el,v 7.13 1995/12/08 22:35:14 morioka Exp $ +;;; $Id: tm-gnus.el,v 7.14 1996/01/20 02:23:40 morioka Exp $ ;;; Keywords: news, MIME, multimedia, encoded-word, multilingual ;;; ;;; This file is part of tm (Tools for MIME). @@ -27,6 +27,8 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with This program. If not, write to the Free Software ;;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; +;;; Code: (require 'gnus) @@ -58,6 +60,19 @@ (add-hook 'gnus-select-group-hook 'tm-gnus/decode-summary-subjects) (fset 'gnus-article-set-mode-line (function tm-gnus/article-set-mode-line)) + + (require 'gnuspost) + (or (fboundp 'tm-gnus/original-news-reply) + (fset 'tm-gnus/original-news-reply + (symbol-function 'gnus-news-reply)) + ) + (defun gnus-news-reply (&optional yank) + (if (eq major-mode 'mime/viewer-mode) + (let ((major-mode 'gnus-article-mode)) + (tm-gnus/original-news-reply yank) + ) + (tm-gnus/original-news-reply yank) + )) ) ((string-match "^GNUS 3" gnus-version) ;; for GNUS 3.14.* @@ -68,6 +83,7 @@ ;;; @ for tm-edit ;;; + ;; suggested by OKABE Yasuo ;; 1995/11/08 (c.f. [tm ML:1067]) (defun tm-gnus/insert-article (&optional message) @@ -131,3 +147,5 @@ (provide 'tm-gnus) (run-hooks 'tm-gnus-load-hook) + +;;; tm-gnus.el ends here diff --git a/mh-e/ChangeLog b/mh-e/ChangeLog new file mode 100644 index 0000000..7192af4 --- /dev/null +++ b/mh-e/ChangeLog @@ -0,0 +1,149 @@ +Thu Jan 18 01:55:25 1996 Yoshiyuki Yamagami + + * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474]) + + +Wed Dec 13 05:48:43 1995 Morioka Tomohiko + + * tm/mh-e: Version 7.44 was released. + + * tm-mh-e.el (tm-mh-e/content-header-filter): + use `mime-preview/cut-header' + + +Wed Dec 6 12:31:27 1995 Morioka Tomohiko + + * tm/mh-e: Version 7.43 was released. + + * tm-mh-e.el: Variable `tm-mh-e/automatic-mime-preview' and + `tm-mh-e/decode-encoded-word' were changed to user variable. + +Wed Dec 6 07:34:13 1995 Morioka Tomohiko + + * tm-mh-e.el: + New function `tm-mh-e/set-window-configuration': it is set to + `mh-show-hook'. + + +Tue Dec 5 17:14:13 1995 Morioka Tomohiko + + * tm/mh-e: Version 7.41 was released. + +Mon Dec 4 03:45:44 1995 Morioka Tomohiko + + * tm-mh-e.el: (defalias 'mh-get-header-field 'mh-get-field) if + function `mh-get-header-field' is not exist. (function + `mh-get-header-field' is mh-e 5.* function) + + * tm-mh-e3.el: + (1) New variable `mh-forward-subject-format' + (2) New function `mh-forwarded-letter-subject' + + +Mon Dec 4 09:29:41 1995 Morioka Tomohiko + + * tm/mh-e: Version 7.40 was released. + + * tm-mh-e.el: + Function `tm-mh-e/forward' was modified to work with Emacs 18, but + it still does not... + + * tm-mh-e.el: + Function `tm-mh-e/forward' was modified to fix position to insert + `(require 'tm-edit)'. + +Fri Dec 1 19:14:52 1995 Morioka Tomohiko + + * tm-mh-e3.el: New function `mh-read-address'. + +Fri Dec 1 09:33:37 1995 Morioka Tomohiko + + * tm-mh-e3.el: New function `mh-read-address'. + + * tm-mh-e.el: + fixed problem in setting up function `tm-mh-e/yank-cur-msg'. + +Thu Nov 30 07:54:54 1995 Morioka Tomohiko + + * tm-mh-e.el: + OKABE Yasuo 's patch was applied. + (cf. [tm-ja:1184]) + +Wed Nov 29 16:41:41 1995 Morioka Tomohiko + + * tm-mh-e.el: + OKABE Yasuo 's patch was applied: + (cf. [tm-ja:1178]) + (0) New function `tm-mh-e/yank-cur-msg': for called from Gnus. + (1) function `tm-mh-e/prompt-for-message' was modified. + (2) function `tm-mh-e/insert-mail' was modified to use + `insert-file-contents' instead of `insert-file'. + (3) New function `tm-mh-e/insert-letter'. + +Wed Nov 29 16:32:06 1995 Morioka Tomohiko + + * tm-mh-e.el: + fixed some problems by OKABE Yasuo . + (cf. [tm-ja:1172]) + + * tm-mh-e.el: + OKABE Yasuo 's patch was merged. + (cf. [tm-ja:1168]) + + * tm-mh-e.el: + According to Eric Ding , + fixed mistake about tm-view change in tm 7.24. + +Sat Nov 25 02:16:08 1995 Morioka Tomohiko + + * tm-mh-e.el: Function `tm-mh-e/forward' was fixed to use function + `mime-editor/insert-tag' and `mime-editor/enclose-region'. + + +Sat Nov 25 08:11:36 1995 Morioka Tomohiko + + * tm/mh-e: Version 7.30 was released. + +Fri Nov 24 22:57:59 1995 Morioka Tomohiko + + * tm-mh-e.el: + (1) Function `tm-mh-e/insert-mail' was modified to apply its + argument to function `tm-mh-e/query-message'. + (2) Function `tm-mh-e/query-message' was modified to changed + its argument to `tm-mh-e::message' type. + + * tm-mh-e.el: + Function `tm-mh-e/insert-message' was modified to use function + `tm-mh-e/insert-mail' when mh mail is inserted. (Because of + Mule code conversion) + +Fri Nov 24 21:49:48 1995 Morioka Tomohiko + + * tm-mh-e.el: + (1) Function `tm-mh-e/insert-message' was modified for Gnus. + (2) function `tm-mh-e/query-message' was fixed. + (3) function `tm-mh-e/prompt-for-message' was fixed. + + * tm-mh-e.el: + OKABE Yasuo 's patch was applied. + (cf. [tm-ja:1156]) + + +Thu Nov 23 19:28:16 1995 Morioka Tomohiko + + * tm/mh-e: Version 7.26 was released. + +Tue Nov 21 08:55:01 1995 Morioka Tomohiko + + * tm-mh-e.el: + Variable `tm-mh-e/use-forwcomps' was abolished. + (cf. [tm-ja:1133]) + + +Mon Nov 20 11:59:40 1995 Morioka Tomohiko + + * tm/mh-e: Version 7.25 was released. + +Sun Nov 19 06:44:32 1995 Morioka Tomohiko + + * tm-mh-e.el: fixed fatal problem in Emacs 18. diff --git a/mh-e/Makefile b/mh-e/Makefile index 832ea7d..010a5e2 100644 --- a/mh-e/Makefile +++ b/mh-e/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 6.2 1995/08/14 17:06:55 morioka Exp morioka $ +# $Id: Makefile,v 6.3 1996/01/18 10:31:49 morioka Exp morioka $ # # Please specify emacs executables: @@ -9,6 +9,7 @@ # MULE2 = for MULE 2.* (based on Emacs 19.*) EMACS = mule +FLAGS = -batch -q -no-site-file -l mk-tmh # Please specfy Emacs Lisp install directory: @@ -27,13 +28,13 @@ TARFILE = tm-mh-e7.44.tar elc: - $(EMACS) -batch -l mk-tmh -f compile-tm-mh-e + $(EMACS) $(FLAGS) -f compile-tm-mh-e install-18: - $(EMACS) -batch -l mk-tmh -f install-tm-mh-e $(TMDIR18) + $(EMACS) $(FLAGS) -f install-tm-mh-e $(TMDIR18) install-19: - $(EMACS) -batch -l mk-tmh -f install-tm-mh-e $(TMDIR19) + $(EMACS) $(FLAGS) -f install-tm-mh-e $(TMDIR19) clean: diff --git a/old-logs/Changes-6.81-6.83.en b/old-logs/Changes-6.81-6.83.en new file mode 100644 index 0000000..080d519 --- /dev/null +++ b/old-logs/Changes-6.81-6.83.en @@ -0,0 +1,138 @@ +* tl + + Attached version 6.6.5. + + +tl/tl-header.el +---------------------------- +revision 5.9 +date: 1995/09/20 12:11:33; author: morioka; state: Exp; lines: +12 -3 +(1) Function `message/field-end' was created. +(2) Function `message/get-field-body' was modified to use function + `message/field-end'. +---------------------------- + + +* tm + +tm/tiny-mime.el +---------------------------- +revision 6.7 +date: 1995/09/20 12:17:28; author: morioka; state: Exp; lines: +2 -10 +Function `mime/unfolding' was modified to use function +`message/field-end'. +---------------------------- + +tm/tinyrich.el +---------------------------- +revision 5.0 +date: 1995/09/20 14:45:56; author: morioka; state: Exp; lines: +12 -41 +It was modified to use function `tm:set-face-region'. +---------------------------- + +tm/tm-def.el +---------------------------- +revision 6.1 +date: 1995/09/20 14:44:49; author: morioka; state: Exp; lines: +30 -2 +function `tm:set-face-region' was defined for each emacs variants. +---------------------------- +revision 6.0 +date: 1995/09/19 16:09:04; author: morioka; state: Exp; lines: +2 -2 +UENO Hiroshi said: +====================================================================== +tm-def gets `mime/tmp-dir' from environment variable `TM_TMPDIR', on +the other hand external methods get from `TM_TMP_DIR'. External +methods for OS/2 is using `TM_TMP_DIR', because csh version external +methods, which are model of OS/2 methods, were using `TM_TMP_DIR'. So +I think TM_TMP_DIR may be correct. Anyway, I think they should be +unified. +====================================================================== +So I fixed to use `TM_TMP_DIR'. +---------------------------- +revision 5.0 +date: 1995/09/14 15:48:25; author: morioka; state: Exp; lines: +13 -1 +Variable `mime/use-multi-frame' and variable `mime/find-file-function' +are defined. +---------------------------- + +tm/tm-ftp.el +---------------------------- +revision 6.1 +date: 1995/09/14 15:49:43; author: morioka; state: Exp; lines: +11 -4 +When variable `mime/use-multi-frame' is non-nil, dired is displayed as +another frame. +---------------------------- + +tm/tm-latex.el +---------------------------- +revision 3.0 +date: 1995/09/14 15:51:35; author: morioka; state: Exp; lines: +6 -4 +Variable `mime/find-file-function' was defined as a function to find +file. +---------------------------- + +tm/tm-partial.el +---------------------------- +revision 6.0 +date: 1995/09/20 14:39:23; author: morioka; state: Exp; lines: +12 -7 +Fixed a problem of function `mime/decode-message/grab-partials'. +---------------------------- + +tm/tm-tar.el +---------------------------- +By UENO Hiroshi . +It is a internal method of tm-view to view files included in tar or +tar.gz content. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 6.83 +date: 1995/09/20 14:19:42; author: morioka; state: Exp; lines: +5 -1 +Function `mime-viewer/make-preview-buffer' was fixed about +message/partial announcement. If body is empty, empty line is inserted. +---------------------------- +revision 6.82 +date: 1995/09/20 12:16:14; author: morioka; state: Exp; lines: +26 -3 +(1) Display X-Face. +(2) X-Face field does not display in default. +---------------------------- +revision 6.81 +date: 1995/09/14 15:46:45; author: morioka; state: Exp; lines: +10 -3 +2 announcements of message/partial, mouse is available or not, was +defined. +---------------------------- + +tm/tm-w3.el +---------------------------- +revision 1.1 +date: 1995/09/14 15:51:57; author: morioka; state: Exp; +Internal method to view HTML content. +---------------------------- + + +* tm/mh-e + + Attached version 6.27. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 6.27 +date: 1995/09/20 12:34:39; author: morioka; state: Exp; lines: +4 -2 + + (if (featurep 'hilit19) + (hilit-rehighlight-buffer-quietly) + ) + +was inserted in function `tm-mh-e/content-header-filter'. +---------------------------- +revision 6.26 +date: 1995/09/20 12:19:28; author: morioka; state: Exp; lines: +2 -1 +Function `tm-mh-e/content-header-filter' was modified to call function +`mime-viewer/x-face-function'. +---------------------------- +revision 6.25 +date: 1995/09/15 06:58:00; author: morioka; state: Exp; lines: +24 -1 +Function `tm-mh-e/toggle-showing' was defined to fix a problem of `t' +key in summary mode. +---------------------------- diff --git a/old-logs/Changes-6.81-6.83.ja b/old-logs/Changes-6.81-6.83.ja new file mode 100644 index 0000000..3ce7ca6 --- /dev/null +++ b/old-logs/Changes-6.81-6.83.ja @@ -0,0 +1,136 @@ +* tl + + Version 6.6.5 を添付した。 + + +tl/tl-header.el +---------------------------- +revision 5.9 +date: 1995/09/20 12:11:33; author: morioka; state: Exp; lines: +12 -3 +(1) 関数 message/field-end を追加した。 +(2) 関数 message/field-end を使うように関数 message/get-field-body を + 修正した。 +---------------------------- + + +* tm + +tm/tiny-mime.el +---------------------------- +revision 6.7 +date: 1995/09/20 12:17:28; author: morioka; state: Exp; lines: +2 -10 +関数 mime/unfolding で関数 message/field-end を使うようにした。 +---------------------------- + +tm/tinyrich.el +---------------------------- +revision 5.0 +date: 1995/09/20 14:45:56; author: morioka; state: Exp; lines: +12 -41 +関数 tm:set-face-region を使うようにした。 +---------------------------- + +tm/tm-def.el +---------------------------- +revision 6.1 +date: 1995/09/20 14:44:49; author: morioka; state: Exp; lines: +30 -2 +各 Emacs の variant に対して、関数 tm:set-face-region を定義した。 +---------------------------- +revision 6.0 +date: 1995/09/19 16:09:04; author: morioka; state: Exp; lines: +2 -2 +上野 博 さん曰く: +====================================================================== +まず tm-def で mime/tmp-dir を環境変数 TM_TMPDIR から取るようになって +いるのですが、外部 method の方は TM_TMP_DIR になっています。 OS/2 用の +外部 method も TM_TMP_DIR を使っているのですが、確かこれは csh 用に書 +かれていた method をまねて書いたので TM_TMP_DIR が正しいような気がしま +す。まぁどっちが正しいということもないので、どちらかに統一すればよいの +でしょう。 +====================================================================== +という訳で、TM_TMP_DIR に修正した。 +---------------------------- +revision 5.0 +date: 1995/09/14 15:48:25; author: morioka; state: Exp; lines: +13 -1 +変数 mime/use-multi-frame と変数 mime/find-file-function を定義した。 +---------------------------- + +tm/tm-ftp.el +---------------------------- +revision 6.1 +date: 1995/09/14 15:49:43; author: morioka; state: Exp; lines: +11 -4 +変数 mime/dired-function が non-nil の時、dired を別 frame に表示する +ようにした。 +---------------------------- + +tm/tm-latex.el +---------------------------- +revision 3.0 +date: 1995/09/14 15:51:35; author: morioka; state: Exp; lines: +6 -4 +file の参照に用いる関数として、変数 mime/find-file-function の値を用い +るようにした。 +---------------------------- + +tm/tm-partial.el +---------------------------- +revision 6.0 +date: 1995/09/20 14:39:23; author: morioka; state: Exp; lines: +12 -7 +関数 mime/decode-message/grab-partials の不具合を修正した。 +---------------------------- + +tm/tm-tar.el +---------------------------- +上野 博 さん作。 +tar や tar.gz file を閲覧するための内部 method. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 6.83 +date: 1995/09/20 14:19:42; author: morioka; state: Exp; lines: +5 -1 +関数 mime-viewer/make-preview-buffer を、message/partial の時に +preview buffer に表示する message の前に必ず空行が入るように修正した。 +---------------------------- +revision 6.82 +date: 1995/09/20 12:16:14; author: morioka; state: Exp; lines: +26 -3 +(1) X-Face を表示するようにした。 +(2) X-Face field を表示しないようにした。 +---------------------------- +revision 6.81 +date: 1995/09/14 15:46:45; author: morioka; state: Exp; lines: +10 -3 +message/partial 用の message を mouse が使える場合と使えない場合の2通 +り用意した。 +---------------------------- + +tm/tm-w3.el +---------------------------- +revision 1.1 +date: 1995/09/14 15:51:57; author: morioka; state: Exp; +HTML を閲覧するための内部 method. +---------------------------- + + +* tm/mh-e + + Version 6.27 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 6.27 +date: 1995/09/20 12:34:39; author: morioka; state: Exp; lines: +4 -2 +関数 tm-mh-e/content-header-filter に + + (if (featurep 'hilit19) + (hilit-rehighlight-buffer-quietly) + ) + +を入れた。 +---------------------------- +revision 6.26 +date: 1995/09/20 12:19:28; author: morioka; state: Exp; lines: +2 -1 +関数 tm-mh-e/content-header-filter を関数 mime-viewer/x-face-function +を呼ぶように修正した。 +---------------------------- +revision 6.25 +date: 1995/09/15 06:58:00; author: morioka; state: Exp; lines: +24 -1 +関数 tm-mh-e/toggle-showing を定義し、summary mode で `t' key がうまく +働くように修正した。 +---------------------------- diff --git a/old-logs/Changes-6.84-6.88.en b/old-logs/Changes-6.84-6.88.en new file mode 100644 index 0000000..dc82163 --- /dev/null +++ b/old-logs/Changes-6.84-6.88.en @@ -0,0 +1,217 @@ +* tl + + Attached version 6.6.6. + + - emu is changed. + +tl/emu-18.el +---------------------------- +revision 6.0 +date: 1995/09/21 00:06:48; author: morioka; state: Exp; lines: +3 -1 +comment was modified. +---------------------------- +revision 5.0 +date: 1995/09/20 23:29:11; author: morioka; state: Exp; lines: +10 -2 +Variable `mouse-button-2' was created. +---------------------------- + +tl/emu-19.el +---------------------------- +revision 2.0 +date: 1995/09/21 00:10:55; author: morioka; state: Exp; lines: +3 -1 +comment was modified. +---------------------------- +revision 1.1 +date: 1995/09/20 23:31:30; author: morioka; state: Exp; +It was created as emu module for Emacs 19.*. +---------------------------- + +tl/emu-mule.el +---------------------------- +revision 6.3 +date: 1995/09/21 00:08:02; author: morioka; state: Exp; lines: +3 -1 +comment was modified. +---------------------------- +revision 6.2 +date: 1995/09/20 23:42:12; author: morioka; state: Exp; lines: +16 -3 +Function `tl:make-overlay', `tl:overlay-put', `tl:add-text-properties' +were defined. +---------------------------- + +tl/emu-nemacs.el +---------------------------- +revision 6.1 +date: 1995/09/21 00:07:24; author: morioka; state: Exp; lines: +3 -1 +comment was modified. +---------------------------- +revision 6.0 +date: 1995/09/20 23:38:29; author: morioka; state: Exp; lines: +30 -2 +Function `tl:make-overlay', + `tl:overlay-put', + `tl:add-text-properties', +and variable `mouse-button-2' and `tl:available-face-attribute-alist' +were defined. +---------------------------- + +tl/emu-orig.el +---------------------------- +revision 4.0 +date: 1995/09/21 00:09:37; author: morioka; state: Exp; lines: +3 -1 +comment was modified. +---------------------------- +revision 3.0 +date: 1995/09/20 23:45:23; author: morioka; state: Exp; lines: +18 -2 +(require 'emu-xemacs) for XEmacs, (require 'emu-19) for FSF original +Emacs 19. +---------------------------- + +tl/emu-xemacs.el +---------------------------- +revision 5.0 +date: 1995/09/21 00:08:50; author: morioka; state: Exp; lines: +4 -2 +comment was modified. +---------------------------- +revision 4.0 +date: 1995/09/20 23:35:02; author: morioka; state: Exp; lines: +35 -21 +Function `tl:set-text-properties', + `tl:add-text-properties', + `tl:make-overlay', + `tl:overlay-put', + `tl:overlay-buffer', + `tl:move-overlay', +and variable `mouse-button-2' were defined. +---------------------------- + +tl/emu.el +---------------------------- +revision 4.0 +date: 1995/09/21 00:05:57; author: morioka; state: Exp; lines: +10 -2 +comment was modified. +---------------------------- +revision 3.0 +date: 1995/09/20 23:46:38; author: morioka; state: Exp; lines: +1 -5 +(require 'emu-xemacs) was moved to emu-orig.el. +---------------------------- + + +* tm + +tm/tm-def.el +---------------------------- +revision 6.3 +date: 1995/09/21 00:12:52; author: morioka; state: Exp; lines: +2 -2 +comment was modified. +---------------------------- +revision 6.2 +date: 1995/09/20 23:53:54; author: morioka; state: Exp; lines: +39 -28 +Function `tm:set-face-region', + `tm:add-button', + `tm:button-dispatcher', +and variable `tm:button-face', `tm:mouse-face' were defined. +---------------------------- + +tm/tm-rich.el +---------------------------- +revision 6.14 +date: 1995/09/21 00:18:32; author: morioka; state: Exp; lines: +3 -3 +Function `mime-viewer/filter-text/enriched' was fixed to use function +`mime-viewer/default-code-convert-region'. +---------------------------- +revision 6.13 +date: 1995/09/21 00:14:07; author: morioka; state: Exp; lines: +2 -2 +comment was modified. +---------------------------- +revision 6.12 +date: 1995/09/20 19:48:26; author: morioka; state: Exp; lines: +19 -2 +comment was modified. +---------------------------- +revision 6.11 +date: 1995/09/20 19:34:15; author: morioka; state: Exp; lines: +15 -3 +Eric Ding said: +====================================================================== +if text/enriched mail is encoded with quoted-printable, tm-view +doesn't seem to be decoding it properly. +====================================================================== +I applied this patch. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 6.88 +date: 1995/09/21 02:33:28; author: morioka; state: Exp; lines: +2 -2 +In function `mime-viewer/insert-content-subject', button does not +include new line. +---------------------------- +revision 6.87 +date: 1995/09/21 02:12:25; author: morioka; state: Exp; lines: +3 -1 +tm:add-button was set for announcement of message/partial. +---------------------------- +revision 6.86 +date: 1995/09/21 00:13:26; author: morioka; state: Exp; lines: +2 -2 +comment was modified. +---------------------------- +revision 6.85 +date: 1995/09/21 00:00:42; author: morioka; state: Exp; lines: +35 -34 +(1) In function `mime-viewer/insert-content-subject', button setting + was added. +(2) Setting of mouse-button-2 is modified to use variable + `mouse-button-2' and function `tm:button-dispatcher'. +---------------------------- +revision 6.84 +date: 1995/09/20 20:01:21; author: morioka; state: Exp; lines: +13 -7 +Setting for message/news was added. +---------------------------- + + +* tm/gnus + + Attached version 6.22.1. + +tm/gnus/tm-gnus.el +---------------------------- +revision 6.3 +date: 1995/09/21 02:59:55; author: morioka; state: Exp; lines: +10 -4 +September Gnus was supported. +---------------------------- + + +* tm/mh-e + + Attached version 6.32. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 6.32 +date: 1995/09/21 00:20:10; author: morioka; state: Exp; lines: +3 -3 +comment was modified. +---------------------------- +revision 6.31 +date: 1995/09/20 20:17:13; author: morioka; state: Exp; lines: +13 -4 +comment was modified. +---------------------------- +revision 6.30 +date: 1995/09/20 20:11:48; author: morioka; state: Exp; lines: +7 -2 +ARIURA 's mhl supporting patch was applied. +---------------------------- +revision 6.29 +date: 1995/09/20 19:25:17; author: morioka; state: Exp; lines: +7 -4 +In function `tm-mh-e/cite', + + (if (not (eq nil mime::article/preview-buffer)) + mime::article/preview-buffer + (current-buffer)) + +was rewrote to + + (or mime::article/preview-buffer (current-buffer)) +---------------------------- +revision 6.28 +date: 1995/09/20 19:14:48; author: morioka; state: Exp; lines: +6 -3 +Eric Ding said: +====================================================================== +in tm-mh-e/cite 6.25, there is an assumption that mh-reply is being +called from within mh-e, which is not always true (for instance, if +it's being used from within gnus). Here's the patch. +====================================================================== +I applied this patch. +---------------------------- diff --git a/old-logs/Changes-6.84-6.88.ja b/old-logs/Changes-6.84-6.88.ja new file mode 100644 index 0000000..d50e745 --- /dev/null +++ b/old-logs/Changes-6.84-6.88.ja @@ -0,0 +1,217 @@ +* tl + + Version 6.6.6 を添付した。 + + - emu の構成を変更した。 + +tl/emu-18.el +---------------------------- +revision 6.0 +date: 1995/09/21 00:06:48; author: morioka; state: Exp; lines: +3 -1 +comment を修正した。 +---------------------------- +revision 5.0 +date: 1995/09/20 23:29:11; author: morioka; state: Exp; lines: +10 -2 +変数 mouse-button-2 を追加した。 +---------------------------- + +tl/emu-19.el +---------------------------- +revision 2.0 +date: 1995/09/21 00:10:55; author: morioka; state: Exp; lines: +3 -1 +comment を修正した。 +---------------------------- +revision 1.1 +date: 1995/09/20 23:31:30; author: morioka; state: Exp; +Emacs 19 系用の module として新設した。 +---------------------------- + +tl/emu-mule.el +---------------------------- +revision 6.3 +date: 1995/09/21 00:08:02; author: morioka; state: Exp; lines: +3 -1 +comment を修正した。 +---------------------------- +revision 6.2 +date: 1995/09/20 23:42:12; author: morioka; state: Exp; lines: +16 -3 +関数 tl:make-overlay, tl:overlay-put, tl:add-text-properties を定義し +た。 +---------------------------- + +tl/emu-nemacs.el +---------------------------- +revision 6.1 +date: 1995/09/21 00:07:24; author: morioka; state: Exp; lines: +3 -1 +comment を修正した。 +---------------------------- +revision 6.0 +date: 1995/09/20 23:38:29; author: morioka; state: Exp; lines: +30 -2 +関数 tl:make-overlay, + tl:overlay-put, + tl:add-text-properties, +および、変数 mouse-button-2, tl:available-face-attribute-alist を定義 +した。 +---------------------------- + +tl/emu-orig.el +---------------------------- +revision 4.0 +date: 1995/09/21 00:09:37; author: morioka; state: Exp; lines: +3 -1 +comment を修正した。 +---------------------------- +revision 3.0 +date: 1995/09/20 23:45:23; author: morioka; state: Exp; lines: +18 -2 +XEmacs の場合は emu-xemacs, FSF original Emacs 19 の場合は emu-19 を +require するようにした。 +---------------------------- + +tl/emu-xemacs.el +---------------------------- +revision 5.0 +date: 1995/09/21 00:08:50; author: morioka; state: Exp; lines: +4 -2 +comment を修正した。 +---------------------------- +revision 4.0 +date: 1995/09/20 23:35:02; author: morioka; state: Exp; lines: +35 -21 +関数 tl:set-text-properties, + tl:add-text-properties, + tl:make-overlay, + tl:overlay-put, + tl:overlay-buffer, + tl:move-overlay, +および、変数 mouse-button-2 を定義した。 +---------------------------- + +tl/emu.el +---------------------------- +revision 4.0 +date: 1995/09/21 00:05:57; author: morioka; state: Exp; lines: +10 -2 +comment を修正した。 +---------------------------- +revision 3.0 +date: 1995/09/20 23:46:38; author: morioka; state: Exp; lines: +1 -5 +emu-xemacs を require する部分を emu-orig.el に移した。 +---------------------------- + + +* tm + +tm/tm-def.el +---------------------------- +revision 6.3 +date: 1995/09/21 00:12:52; author: morioka; state: Exp; lines: +2 -2 +comment を修正した。 +---------------------------- +revision 6.2 +date: 1995/09/20 23:53:54; author: morioka; state: Exp; lines: +39 -28 +関数 tm:set-face-region, tm:add-button, tm:button-dispatcher, +および、変数 tm:button-face, tm:mouse-face を追加した。 +---------------------------- + +tm/tm-rich.el +---------------------------- +revision 6.14 +date: 1995/09/21 00:18:32; author: morioka; state: Exp; lines: +3 -3 +関数 mime-viewer/default-code-convert-region を使うように、関数 +mime-viewer/filter-text/enriched を修正した。 +---------------------------- +revision 6.13 +date: 1995/09/21 00:14:07; author: morioka; state: Exp; lines: +2 -2 +comment を修正した。 +---------------------------- +revision 6.12 +date: 1995/09/20 19:48:26; author: morioka; state: Exp; lines: +19 -2 +comment を修正した。 +---------------------------- +revision 6.11 +date: 1995/09/20 19:34:15; author: morioka; state: Exp; lines: +15 -3 +Eric Ding さん曰く: +====================================================================== +if text/enriched mail is encoded with quoted-printable, tm-view +doesn't seem to be decoding it properly. +====================================================================== +この patch を当てた。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 6.88 +date: 1995/09/21 02:33:28; author: morioka; state: Exp; lines: +2 -2 +関数 mime-viewer/insert-content-subject における button の範囲に改行が +含まれないようにした。 +---------------------------- +revision 6.87 +date: 1995/09/21 02:12:25; author: morioka; state: Exp; lines: +3 -1 +message/partial の announcement に対して tm:add-button の設定を行なっ +た。 +---------------------------- +revision 6.86 +date: 1995/09/21 00:13:26; author: morioka; state: Exp; lines: +2 -2 +comment を修正した。 +---------------------------- +revision 6.85 +date: 1995/09/21 00:00:42; author: morioka; state: Exp; lines: +35 -34 +(1) 関数 mime-viewer/insert-content-subject で button の設定を行なった。 +(2) mouse-button-2 の設定を変数 mouse-button-2 と関数 + tm:button-dispatcher を使うように修正した。 +---------------------------- +revision 6.84 +date: 1995/09/20 20:01:21; author: morioka; state: Exp; lines: +13 -7 +message/news 用の設定を行なった。 +---------------------------- + + +* tm/gnus + + Version 6.22.1 を添付した。 + +tm/gnus/tm-gnus.el +---------------------------- +revision 6.3 +date: 1995/09/21 02:59:55; author: morioka; state: Exp; lines: +10 -4 +September Gnus に対応した。 +---------------------------- + + +* tm/mh-e + + Version 6.32 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 6.32 +date: 1995/09/21 00:20:10; author: morioka; state: Exp; lines: +3 -3 +comment を修正した。 +---------------------------- +revision 6.31 +date: 1995/09/20 20:17:13; author: morioka; state: Exp; lines: +13 -4 +comment を修正した。 +---------------------------- +revision 6.30 +date: 1995/09/20 20:11:48; author: morioka; state: Exp; lines: +7 -2 +有浦 俊一郎 さんの mhl 対応 patch を当てた。 +---------------------------- +revision 6.29 +date: 1995/09/20 19:25:17; author: morioka; state: Exp; lines: +7 -4 +関数 tm-mh-e/cite において、 + + (if (not (eq nil mime::article/preview-buffer)) + mime::article/preview-buffer + (current-buffer)) + +を + + (or mime::article/preview-buffer (current-buffer)) + +に書き換えた。 +---------------------------- +revision 6.28 +date: 1995/09/20 19:14:48; author: morioka; state: Exp; lines: +6 -3 +Eric Ding さん曰く: +====================================================================== +in tm-mh-e/cite 6.25, there is an assumption that mh-reply is being +called from within mh-e, which is not always true (for instance, if +it's being used from within gnus). Here's the patch. +====================================================================== +この patch を当てた。 +---------------------------- diff --git a/old-logs/Changes-6.89-6.92.en b/old-logs/Changes-6.89-6.92.en new file mode 100644 index 0000000..18b4e7a --- /dev/null +++ b/old-logs/Changes-6.89-6.92.en @@ -0,0 +1,65 @@ +* tm + +tm/tm-def.el +---------------------------- +revision 6.6 +date: 1995/09/24 22:24:17; author: morioka; state: Exp; lines: +9 -4 +Function `tm:browse-url' was defined. +---------------------------- +revision 6.5 +date: 1995/09/24 20:19:02; author: morioka; state: Exp; lines: +14 -4 +Function `tm:button-dispatcher' was modified to call variable +`tm:mother-button-dispatcher' when tm-callback is not found. +---------------------------- +revision 6.4 +date: 1995/09/22 00:08:37; author: morioka; state: Exp; lines: +14 -1 +Variable `tm:URL-regexp' and variable `browse-url-browser-function' +are defined. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 6.92 +date: 1995/09/24 22:25:24; author: morioka; state: Exp; lines: +2 -2 +Function `tm:browse-url' was called instead of variable +`browse-url-browser-function'. +---------------------------- +revision 6.91 +date: 1995/09/24 20:16:11; author: morioka; state: Exp; lines: +16 -10 +Some functions were added optional arguments to specify article-buffer +and preview-buffer. It is to support preview buffer support feature of +September Gnus. +---------------------------- +revision 6.90 +date: 1995/09/22 00:02:55; author: morioka; state: Exp; lines: +41 -25 +(1) Does not decode X-Face automatically. New command + `mime-viewer/display-x-face' to decode X-Face was bound to `f' key + of mime/viewer-mode. +(2) If variable `browse-url-browser-function' is set, button to call + it is set for URL regions of text/plain contents. +---------------------------- +revision 6.89 +date: 1995/09/21 23:20:55; author: morioka; state: Exp; lines: +4 -6 +Format of variable `mime-viewer/ignored-field-regexp' was changed. Its +head is `^', bottom is `:'. +---------------------------- + + +* tm/gnus + + Attached version 6.23. + +tm/gnus/tm-gnus.el +---------------------------- +revision 6.4 +date: 1995/09/24 20:22:40; author: morioka; state: Exp; lines: +5 -2 +(require 'tm-sgnus) when September Gnus. +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 6.23 +date: 1995/09/24 20:20:32; author: morioka; state: Exp; +It was created for September Gnus. +Notice that it needs September Gnus v0.02 or later. +---------------------------- diff --git a/old-logs/Changes-6.89-6.92.ja b/old-logs/Changes-6.89-6.92.ja new file mode 100644 index 0000000..b576f83 --- /dev/null +++ b/old-logs/Changes-6.89-6.92.ja @@ -0,0 +1,64 @@ +* tm + +tm/tm-def.el +---------------------------- +revision 6.6 +date: 1995/09/24 22:24:17; author: morioka; state: Exp; lines: +9 -4 +関数 tm:browse-url を定義した。 +---------------------------- +revision 6.5 +date: 1995/09/24 20:19:02; author: morioka; state: Exp; lines: +14 -4 +変数 tm:mother-button-dispatcher を追加し、tm-callback が見つからない +時これを呼ぶように、関数 tm:button-dispatcher を修正した。 +---------------------------- +revision 6.4 +date: 1995/09/22 00:08:37; author: morioka; state: Exp; lines: +14 -1 +変数 tm:URL-regexp と変数 browse-url-browser-function を定義した。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 6.92 +date: 1995/09/24 22:25:24; author: morioka; state: Exp; lines: +2 -2 +変数 browse-url-browser-function を直接呼ぶ代わりに、関数 +tm:browse-url を呼ぶようにした。 +---------------------------- +revision 6.91 +date: 1995/09/24 20:16:11; author: morioka; state: Exp; lines: +16 -10 +September Gnus に対応するため、optional 変数として article-buffer と +preview-buffer を指定できるようにした。 +---------------------------- +revision 6.90 +date: 1995/09/22 00:02:55; author: morioka; state: Exp; lines: +41 -25 +(1) 自動的に X-Face を decode するのはやめ、mime/viewer-mode の `f' + key に decode するための command `mime-viewer/display-x-face' を + bind した。 +(2) もし、変数 browse-url-browser-function が設定されていれば、 + text/plain content の URL に対して、これを呼ぶ button を設定するよ + うにした。 +---------------------------- +revision 6.89 +date: 1995/09/21 23:20:55; author: morioka; state: Exp; lines: +4 -6 +変数 mime-viewer/ignored-field-regexp の先頭に `^', 末尾に `:' を付け +るようにした。 +---------------------------- + + +* tm/gnus + + Version 6.23 を添付した。 + +tm/gnus/tm-gnus.el +---------------------------- +revision 6.4 +date: 1995/09/24 20:22:40; author: morioka; state: Exp; lines: +5 -2 +September Gnus の時 tm-sgnus を require するようにした。 +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 6.23 +date: 1995/09/24 20:20:32; author: morioka; state: Exp; +September Gnus 用の module として新設した。 +September Gnus v0.02 以降が必要なので注意すること。 +---------------------------- diff --git a/old-logs/Changes-6.92-7.06.en b/old-logs/Changes-6.92-7.06.en new file mode 100644 index 0000000..11d95a0 --- /dev/null +++ b/old-logs/Changes-6.92-7.06.en @@ -0,0 +1,128 @@ +* tl + + Attached version 6.6.7. + +tl/tl-header.el +---------------------------- +revision 5.10 +date: 1995/09/26 00:23:15; author: morioka; state: Exp; lines: +1 -18 +Parsed data structure was deleted. +---------------------------- + + +* tm + +tm/tm-def.el +---------------------------- +revision 6.7 +date: 1995/09/25 22:21:48; author: morioka; state: Exp; lines: +15 -1 +Definitions of constants were moved from tm-view.el. +---------------------------- + +tm/tm-parse.el +---------------------------- +revision 2.4 +date: 1995/09/26 13:19:32; author: morioka; state: Exp; lines: +3 -2 +Quoted-string is strip in function `mime/parse-parameter'. +---------------------------- +revision 2.3 +date: 1995/09/26 04:25:13; author: morioka; state: Exp; lines: +4 -4 +Parser of tm-view.el was separated into tm-parse.el. +Parser was rewrote to speedup. +---------------------------- + +tm/tm-play.el +---------------------------- +revision 1.2 +date: 1995/09/26 11:54:38; author: morioka; state: Exp; lines: +25 -11 +Decoder of tm-view.el was separated into tm-play.el. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.6 +date: 1995/09/26 11:53:46; author: morioka; state: Exp; lines: +41 -242 +Codes of decoder were moved to tm-play.el. +---------------------------- +revision 7.5 +date: 1995/09/26 10:22:34; author: morioka; state: Exp; lines: +107 -116 +Content displayer in function `mime-viewer/make-preview-buffer' was +separated into function `mime-viewer/display-content'. +---------------------------- +revision 7.4 +date: 1995/09/26 07:34:14; author: morioka; state: Exp; lines: +5 -8 +Argument `cinfo' of function `mime-viewer/make-preview-buffer' was deleted. +---------------------------- +revision 7.3 +date: 1995/09/26 07:15:29; author: morioka; state: Exp; lines: +16 -18 +Function `mime-viewer/make-preview-buffer' was modified. +---------------------------- +revision 7.2 +date: 1995/09/26 05:54:35; author: morioka; state: Exp; lines: +46 -51 +Function `mime-viewer/parse-message' was renamed to +`mime-viewer/setup-buffer'. +---------------------------- +revision 7.1 +date: 1995/09/26 05:28:56; author: morioka; state: Exp; lines: +4 -4 +Function `mime::make-flat-content-list' was renamed to +`mime/flatten-content-info'. +---------------------------- +revision 7.0 +date: 1995/09/26 03:21:54; author: morioka; state: Exp; lines: +2 -6 +Definition of structure `mime::content-info' was moved to tm-parse.el. +---------------------------- +revision 6.99 +date: 1995/09/26 02:59:41; author: morioka; state: Exp; lines: +2 -2 +tm-1521.el was renamed to tm-parse.el. +---------------------------- +revision 6.98 +date: 1995/09/26 02:32:27; author: morioka; state: Exp; lines: +2 -2 +Function `mime-viewer/parse' was renamed to `mime/parse-message'. +---------------------------- +revision 6.97 +date: 1995/09/26 02:22:17; author: morioka; state: Exp; lines: +1 -37 +Function `mime-viewer/parse' was moved to tm-1521.el. +---------------------------- +revision 6.96 +date: 1995/09/26 02:20:45; author: morioka; state: Exp; lines: +35 -39 +Unnecessary (save-excursion (save-restriction ...)) was deleted. +---------------------------- +revision 6.95 +date: 1995/09/26 01:15:00; author: morioka; state: Exp; lines: +4 -17 +Function `mime-viewer/parse' and function `mime/parse-multipart' were +modified. +---------------------------- +revision 6.94 +date: 1995/09/26 00:55:34; author: morioka; state: Exp; lines: +3 -111 +Parser for multipart was moved to tm-1521.el and renamed to +`mime/parse-multipart'. +---------------------------- +revision 6.93 +date: 1995/09/25 22:21:05; author: morioka; state: Exp; lines: +4 -16 +Definitions of constants were moved to tm-def.el. +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 6.3 +date: 1995/09/26 00:15:07; author: morioka; state: Exp; lines: +4 -4 +Does not unfold because function `mime/parse-Content-Type' unfolds. +---------------------------- +revision 6.2 +date: 1995/09/25 23:41:10; author: morioka; state: Exp; lines: +2 -2 +Function `mime::parse-field-body/Content-Type' was renamed to +`mime/parse-Content-Type'. +---------------------------- + + +tm/gnus + + Attached version 6.24. + +tm/tm-sgnus.el +---------------------------- +revision 6.24 +date: 1995/09/26 12:08:35; author: morioka; state: Exp; lines: +2 -6 +Quitting-method was set for gnus-original-article-mode. +(Notice that it needs September Gnus v0.3 or later.) +---------------------------- diff --git a/old-logs/Changes-6.92-7.06.ja b/old-logs/Changes-6.92-7.06.ja new file mode 100644 index 0000000..80bc660 --- /dev/null +++ b/old-logs/Changes-6.92-7.06.ja @@ -0,0 +1,128 @@ +* tl + + Version 6.6.7 を添付した。 + +tl/tl-header.el +---------------------------- +revision 5.10 +date: 1995/09/26 00:23:15; author: morioka; state: Exp; lines: +1 -18 +parsed data structure を削除した。 +---------------------------- + + +* tm + +tm/tm-def.el +---------------------------- +revision 6.7 +date: 1995/09/25 22:21:48; author: morioka; state: Exp; lines: +15 -1 +tm-view.el にあった定数の定義を移した。 +---------------------------- + +tm/tm-parse.el +---------------------------- +revision 2.4 +date: 1995/09/26 13:19:32; author: morioka; state: Exp; lines: +3 -2 +関数 mime/parse-parameter で value を strip するようにした。 +---------------------------- +revision 2.3 +date: 1995/09/26 04:25:13; author: morioka; state: Exp; lines: +4 -4 +tm-view.el の parser 関係の code を tm-parse.el として独立させた。 +parser を大幅に書き直し、無駄な code を削減させた。 +---------------------------- + +tm/tm-play.el +---------------------------- +revision 1.2 +date: 1995/09/26 11:54:38; author: morioka; state: Exp; lines: +25 -11 +tm-view.el の decoder 関係の code を tm-play.el として独立させた。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.6 +date: 1995/09/26 11:53:46; author: morioka; state: Exp; lines: +41 -242 +decoder 関係の code を tm-play.el に移した。 +---------------------------- +revision 7.5 +date: 1995/09/26 10:22:34; author: morioka; state: Exp; lines: +107 -116 +関数 mime-viewer/make-preview-buffer 中の各 content を表示する部分を関 +数 mime-viewer/display-content に分けた。 +---------------------------- +revision 7.4 +date: 1995/09/26 07:34:14; author: morioka; state: Exp; lines: +5 -8 +関数 mime-viewer/make-preview-buffer の引数 cinfo を廃止した。 +---------------------------- +revision 7.3 +date: 1995/09/26 07:15:29; author: morioka; state: Exp; lines: +16 -18 +関数 mime-viewer/make-preview-buffer をいじった。 +---------------------------- +revision 7.2 +date: 1995/09/26 05:54:35; author: morioka; state: Exp; lines: +46 -51 +関数 mime-viewer/parse-message を `mime-viewer/setup-buffer' に改名し +た。 +---------------------------- +revision 7.1 +date: 1995/09/26 05:28:56; author: morioka; state: Exp; lines: +4 -4 +関数 mime::make-flat-content-list を `mime/flatten-content-info' に改 +名した。 +---------------------------- +revision 7.0 +date: 1995/09/26 03:21:54; author: morioka; state: Exp; lines: +2 -6 +構造体 mime::content-info の定義を tm-parse.el に移した。 +---------------------------- +revision 6.99 +date: 1995/09/26 02:59:41; author: morioka; state: Exp; lines: +2 -2 +tm-1521.el を tm-parse.el に改名した。 +---------------------------- +revision 6.98 +date: 1995/09/26 02:32:27; author: morioka; state: Exp; lines: +2 -2 +関数 mime-viewer/parse を `mime/parse-message' に改名した。 +---------------------------- +revision 6.97 +date: 1995/09/26 02:22:17; author: morioka; state: Exp; lines: +1 -37 +関数 mime-viewer/parse を tm-1521.el に移した。 +---------------------------- +revision 6.96 +date: 1995/09/26 02:20:45; author: morioka; state: Exp; lines: +35 -39 +不要な (save-excursion (save-restriction ...)) を削除した。 +---------------------------- +revision 6.95 +date: 1995/09/26 01:15:00; author: morioka; state: Exp; lines: +4 -17 +関数 mime-viewer/parse と関数 mime/parse-multipart を修正した。 +---------------------------- +revision 6.94 +date: 1995/09/26 00:55:34; author: morioka; state: Exp; lines: +3 -111 +multipart を parse する関数を `mime/parse-multipart' として、 +tm-1521.el に移した。 +---------------------------- +revision 6.93 +date: 1995/09/25 22:21:05; author: morioka; state: Exp; lines: +4 -16 +定数の定義を tm-def.el に移した。 +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 6.3 +date: 1995/09/26 00:15:07; author: morioka; state: Exp; lines: +4 -4 +関数 mime/parse-Content-Type が unfolding を行なうようになったので、引 +数を unfolding するのはやめた。 +---------------------------- +revision 6.2 +date: 1995/09/25 23:41:10; author: morioka; state: Exp; lines: +2 -2 +tm-view 6.94 に合わせて、関数 mime::parse-field-body/Content-Type を +`mime/parse-Content-Type' に書き直した。 +---------------------------- + + +tm/gnus + + Version 6.24 を添付した。 + +tm/tm-sgnus.el +---------------------------- +revision 6.24 +date: 1995/09/26 12:08:35; author: morioka; state: Exp; lines: +2 -6 +gnus-original-article-mode に対して quitting-method を設定するようにし +た。(September Gnus v0.3 以降が必要) +---------------------------- diff --git a/old-logs/Changes-7.07-7.09.en b/old-logs/Changes-7.07-7.09.en new file mode 100644 index 0000000..24fa739 --- /dev/null +++ b/old-logs/Changes-7.07-7.09.en @@ -0,0 +1,146 @@ +* tl + + Attached version 6.6.8. + + - tl-822.el was created as new RFC 822 parser. + - tl-cite.el was created as a citation utility. + + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.0 +date: 1995/10/03 04:27:39; author: morioka; state: Exp; lines: +12 -4 +tm-eword.el was used instead of tiny-mime.el. +---------------------------- + +tm/tm-def.el +---------------------------- +revision 6.9 +date: 1995/10/03 04:30:57; author: morioka; state: Exp; lines: +2 -2 +Function `tm:browse-url' was modified to call variable +`tm:mother-button-dispatcher' interactively. +---------------------------- + +tm/tm-ew-d.el +---------------------------- +revision 7.1 +date: 1995/10/03 04:34:26; author: morioka; state: Exp; lines: +24 -33 +It was separated from tiny-mime.el as MIME encoded-word decoder. A lot +of parts were changed. +---------------------------- + +tm/tm-ew-e.el +---------------------------- +revision 7.0 +date: 1995/10/03 04:35:11; author: morioka; state: Exp; +It was created as MIME encoded-word encoder. It was wrote from scratch. +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.0 +date: 1995/10/03 04:40:06; author: morioka; state: Exp; lines: +28 -549 +(1) tiny-mime.el was renamed to tm-eword.el. +(2) decoder was moved to tm-ew-d.el. +(3) major parts of encoder were erased, tm-ew-e.el was used. +---------------------------- + +tm/tm-mule.el +---------------------------- +revision 7.1 +date: 1995/10/03 04:49:53; author: morioka; state: Exp; lines: +11 -1 +comment was modified. +---------------------------- +revision 7.0 +date: 1995/10/03 04:44:11; author: morioka; state: Exp; lines: +59 -24 +Definitions for tm-ew-e.el were added. +---------------------------- + +tm/tm-nemacs.el +---------------------------- +revision 7.1 +date: 1995/10/03 04:51:07; author: morioka; state: Exp; lines: +11 -1 +comment was modified. +---------------------------- +revision 7.0 +date: 1995/10/03 04:44:50; author: morioka; state: Exp; lines: +11 -1 +Definitions for tm-ew-e.el were added. +---------------------------- + +tm/tm-orig.el +---------------------------- +revision 7.1 +date: 1995/10/03 04:52:16; author: morioka; state: Exp; lines: +11 -1 +comment was modified. +---------------------------- +revision 7.0 +date: 1995/10/03 04:45:50; author: morioka; state: Exp; lines: +13 -3 +Definitions for tm-ew-e.el were added. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.9 +date: 1995/10/03 04:56:10; author: morioka; state: Exp; lines: +2 -5 +tm-eword.el was used instead of tiny-mime.el. +---------------------------- +revision 7.8 +date: 1995/09/26 16:04:39; author: morioka; state: Exp; lines: +5 -2 +In function `mime-viewer/display-content', problems of getting subject +was fixed. +---------------------------- +revision 7.7 +date: 1995/09/26 14:49:23; author: morioka; state: Exp; lines: +2 -1 +In function `mime-viewer/display-content', problem of single-part +message which has hidden body was fixed. +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 6.7 +date: 1995/09/28 06:05:20; author: morioka; state: Exp; lines: +18 -10 +encoded-word decoder was set to variable `rmail-message-filter' again. +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.0 +date: 1995/10/03 05:04:35; author: morioka; state: Exp; lines: +22 -9 +Comment was modified because tm-eword.el was used instead of +tiny-mime.el. +---------------------------- + + +* tm/gnus + + Version 7.0 を添付した。 + +tm/gnus/tm-gnus.el +---------------------------- +revision 6.5 +date: 1995/09/28 02:20:46; author: morioka; state: Exp; lines: +9 -9 +modified to support ``Gnus 5.* with September patch''. +---------------------------- + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.0 +date: 1995/10/03 05:07:54; author: morioka; state: Exp; lines: +31 -22 +tm-eword.el was used instead of tiny-mime.el. +---------------------------- + +tm/gnus/tm-ognus.el +---------------------------- +revision 7.0 +date: 1995/10/03 05:08:59; author: morioka; state: Exp; lines: +20 -5 +tm-eword.el was used instead of tiny-mime.el. +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.0 +date: 1995/10/03 05:09:53; author: morioka; state: Exp; lines: +27 -14 +tm-eword.el was used instead of tiny-mime.el. +---------------------------- diff --git a/old-logs/Changes-7.07-7.09.ja b/old-logs/Changes-7.07-7.09.ja new file mode 100644 index 0000000..204fc88 --- /dev/null +++ b/old-logs/Changes-7.07-7.09.ja @@ -0,0 +1,148 @@ +* tl + + Version 6.6.8 を添付した。 + + - 新しい tl-822.el を作成した。 + - citation 用の utility として tl-cite.el を作成した。 + + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.0 +date: 1995/10/03 04:27:39; author: morioka; state: Exp; lines: +12 -4 +tiny-mime.el を使うのをやめて、tm-eword.el を使うようにした。 +---------------------------- + +tm/tm-def.el +---------------------------- +revision 6.9 +date: 1995/10/03 04:30:57; author: morioka; state: Exp; lines: +2 -2 +変数 tm:mother-button-dispatcher を interactive に呼ぶように関数 +tm:browse-url を修正した。 +---------------------------- + +tm/tm-ew-d.el +---------------------------- +revision 7.1 +date: 1995/10/03 04:34:26; author: morioka; state: Exp; lines: +24 -33 +MIME encoded-word decoder として tiny-mime.el から分離し、大幅に書き直 +した。 +---------------------------- + +tm/tm-ew-e.el +---------------------------- +revision 7.0 +date: 1995/10/03 04:35:11; author: morioka; state: Exp; +MIME encoded-word encoder として新設した。encoder は全面的に書き直され +ている。 +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.0 +date: 1995/10/03 04:40:06; author: morioka; state: Exp; lines: +28 -549 +(1) tiny-mime.el を tm-eword.el に改名した。 +(2) decoder を tm-ew-d.el に移した。 +(3) encoder の大部分を削除し、tm-ew-e.el を使うようにした。 +---------------------------- + +tm/tm-mule.el +---------------------------- +revision 7.1 +date: 1995/10/03 04:49:53; author: morioka; state: Exp; lines: +11 -1 +comment を修正した。 +---------------------------- +revision 7.0 +date: 1995/10/03 04:44:11; author: morioka; state: Exp; lines: +59 -24 +tm-ew-e.el 用の定義を追加した。 +---------------------------- + +tm/tm-nemacs.el +---------------------------- +revision 7.1 +date: 1995/10/03 04:51:07; author: morioka; state: Exp; lines: +11 -1 +comment を修正した。 +---------------------------- +revision 7.0 +date: 1995/10/03 04:44:50; author: morioka; state: Exp; lines: +11 -1 +tm-ew-e.el 用の定義を追加した。 +---------------------------- + +tm/tm-orig.el +---------------------------- +revision 7.1 +date: 1995/10/03 04:52:16; author: morioka; state: Exp; lines: +11 -1 +comment を修正した。 +---------------------------- +revision 7.0 +date: 1995/10/03 04:45:50; author: morioka; state: Exp; lines: +13 -3 +tm-ew-e.el 用の定義を追加した。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.9 +date: 1995/10/03 04:56:10; author: morioka; state: Exp; lines: +2 -5 +tiny-mime.el を使うのをやめて、tm-ew-d.el を使うようにした。 +---------------------------- +revision 7.8 +date: 1995/09/26 16:04:39; author: morioka; state: Exp; lines: +5 -2 +関数 mime-viewer/display-content において、subject を取る部分の不具合 +を修正した。 +---------------------------- +revision 7.7 +date: 1995/09/26 14:49:23; author: morioka; state: Exp; lines: +2 -1 +body が隠された single-part の message の場合の関数 +mime-viewer/display-content の不具合を修正した。 +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 6.7 +date: 1995/09/28 06:05:20; author: morioka; state: Exp; lines: +18 -10 +encoded-word の decode はやっぱり変数 rmail-message-filter に設定する +ことにした。 +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.0 +date: 1995/10/03 05:04:35; author: morioka; state: Exp; lines: +22 -9 +tiny-mime.el を使うのをやめて tm-ew-e.el を使うことになったのに伴い、 +comment を修正した。 +---------------------------- + + +* tm/gnus + + Version 7.0 を添付した。 + +tm/gnus/tm-gnus.el +---------------------------- +revision 6.5 +date: 1995/09/28 02:20:46; author: morioka; state: Exp; lines: +9 -9 +``Gnus 5.* with September patch'' に対応した。 +---------------------------- + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.0 +date: 1995/10/03 05:07:54; author: morioka; state: Exp; lines: +31 -22 +tiny-mime.el を使うのをやめて tm-ew-d.el を使うことにした。 +---------------------------- + +tm/gnus/tm-ognus.el +---------------------------- +revision 7.0 +date: 1995/10/03 05:08:59; author: morioka; state: Exp; lines: +20 -5 +tiny-mime.el を使うのをやめて tm-ew-d.el を使うようにした。 +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.0 +date: 1995/10/03 05:09:53; author: morioka; state: Exp; lines: +27 -14 +tiny-mime.el を使うのをやめて tm-ew-d.el を使うようにした。 +---------------------------- diff --git a/old-logs/Changes-7.09-7.10.en b/old-logs/Changes-7.09-7.10.en new file mode 100644 index 0000000..122e8f4 --- /dev/null +++ b/old-logs/Changes-7.09-7.10.en @@ -0,0 +1,135 @@ +* tl + + Attached version 7.00. + +tl/tl-822.el +---------------------------- +revision 4.0 +date: 1995/10/05 13:22:22; author: morioka; state: Exp; lines: +21 -4 +Constant `rfc822/linear-white-space-regexp', +`rfc822/quoted-pair-regexp', `rfc822/qtext-regexp', +`rfc822/quoted-string-regexp' was added. +---------------------------- +revision 3.0 +date: 1995/10/05 12:09:52; author: morioka; state: Exp; lines: +5 -3 +Constant `rfc822/field-top-regexp' was added. +---------------------------- +revision 2.0 +date: 1995/10/05 11:26:43; author: morioka; state: Exp; lines: +83 -1 +Constant `rfc822/field-name-regexp', +function `rfc822/field-end', `rfc822/get-field-body', +function `rfc822/strip-quoted-pair', `rfc822/strip-quoted-string', +function `rfc822/unfolding-string' was added. +---------------------------- + +tl/tl-str.el +---------------------------- +revision 7.0 +date: 1995/10/05 13:21:07; author: morioka; state: Exp; lines: +11 -10 +Fixed problem of function `get-version-string'. +---------------------------- + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.2 +date: 1995/10/05 10:34:43; author: morioka; state: Exp; lines: +11 -3 +In setting to variable `mh-letter-mode-hook', mail-header-separator is +regularized. +---------------------------- +revision 7.1 +date: 1995/10/04 13:41:01; author: morioka; state: Exp; lines: +12 -6 +Variable `mime-setup-default-signature-key' and +`mime-setup-signature-key-alist' is added. Variable +`mime-setup-signature-key' was deleted. +---------------------------- + +tm/signature.el +---------------------------- +revision 2.0 +date: 1995/10/05 11:24:45; author: morioka; state: Exp; lines: +24 -8 +Use tl-822 instead of tl-header. +---------------------------- + +tm/tm-def.el +---------------------------- +revision 7.0 +date: 1995/10/05 13:27:34; author: morioka; state: Exp; lines: +3 -3 +Use tl-822 instead of tl-header. +---------------------------- + +tm/tm-ew-d.el +---------------------------- +revision 7.2 +date: 1995/10/05 12:20:36; author: morioka; state: Exp; lines: +4 -3 +Use tl-822 instead of tl-header. +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.2 +date: 1995/10/05 12:22:42; author: morioka; state: Exp; lines: +2 -4 +Function `mime/encode-field' was modified to use constant +`rfc822/field-top-regexp'. +---------------------------- +revision 7.1 +date: 1995/10/05 11:27:38; author: morioka; state: Exp; lines: +46 -48 +Use tl-822 instead of tl-header. +---------------------------- + +tm/tm-parse.el +---------------------------- +revision 3.0 +date: 1995/10/05 11:28:40; author: morioka; state: Exp; lines: +7 -7 +Use tl-822 instead of tl-header. +---------------------------- + +tm/tm-rich.el +---------------------------- +revision 7.0 +date: 1995/10/04 05:27:50; author: morioka; state: Exp; lines: +8 -6 +comment was modified. +---------------------------- +revision 6.15 +date: 1995/10/04 05:23:29; author: morioka; state: Exp; lines: +3 -1 +Eric Ding 's patch was applied. +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.1 +date: 1995/10/05 13:04:10; author: morioka; state: Exp; lines: +5 -2 +(require 'tl-header) was deleted. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.10 +date: 1995/10/05 10:35:19; author: morioka; state: Exp; lines: +7 -7 +Use tl-822 instead of tl-header. +---------------------------- + + +* tm/gnus + + Attached version 7.02. + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.2 +date: 1995/10/05 12:57:53; author: morioka; state: Exp; lines: +5 -5 +Use tl-822 instead of tl-header. +---------------------------- +revision 7.1 +date: 1995/10/03 15:02:14; author: morioka; state: Exp; lines: +50 -13 +Function `gnus-mail-forward-using-mhe-mime' by OKABE Yasuo + was added. +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.1 +date: 1995/10/05 13:01:17; author: morioka; state: Exp; lines: +12 -17 +modified a little. +---------------------------- diff --git a/old-logs/Changes-7.09-7.10.ja b/old-logs/Changes-7.09-7.10.ja new file mode 100644 index 0000000..8308109 --- /dev/null +++ b/old-logs/Changes-7.09-7.10.ja @@ -0,0 +1,133 @@ +* tl + + Version 7.00 を添付した。 + +tl/tl-822.el +---------------------------- +revision 4.0 +date: 1995/10/05 13:22:22; author: morioka; state: Exp; lines: +21 -4 +定数 rfc822/linear-white-space-regexp, rfc822/quoted-pair-regexp, +rfc822/qtext-regexp, rfc822/quoted-string-regexp を追加した。 +---------------------------- +revision 3.0 +date: 1995/10/05 12:09:52; author: morioka; state: Exp; lines: +5 -3 +定数 rfc822/field-top-regexp を追加した。 +---------------------------- +revision 2.0 +date: 1995/10/05 11:26:43; author: morioka; state: Exp; lines: +83 -1 +定数 rfc822/field-name-regexp, +関数 rfc822/field-end, rfc822/get-field-body, +関数 rfc822/strip-quoted-pair, rfc822/strip-quoted-string, +関数 rfc822/unfolding-string を追加した。 +---------------------------- + +tl/tl-str.el +---------------------------- +revision 7.0 +date: 1995/10/05 13:21:07; author: morioka; state: Exp; lines: +11 -10 +関数 get-version-string の不具合を修正した。 +---------------------------- + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.2 +date: 1995/10/05 10:34:43; author: morioka; state: Exp; lines: +11 -3 +変数 mh-letter-mode-hook において、mail-header-separator を正規化する +ようにした。 +---------------------------- +revision 7.1 +date: 1995/10/04 13:41:01; author: morioka; state: Exp; lines: +12 -6 +変数 mime-setup-default-signature-key と変数 +mime-setup-signature-key-alist を設けた。変数 mime-setup-signature-key +は廃止した。 +---------------------------- + +tm/signature.el +---------------------------- +revision 2.0 +date: 1995/10/05 11:24:45; author: morioka; state: Exp; lines: +24 -8 +tl-header を使うのをやめて tl-822 を使うようにした。 +---------------------------- + +tm/tm-def.el +---------------------------- +revision 7.0 +date: 1995/10/05 13:27:34; author: morioka; state: Exp; lines: +3 -3 +tl-header を使うのをやめて tl-822 を使うようにした。 +---------------------------- + +tm/tm-ew-d.el +---------------------------- +revision 7.2 +date: 1995/10/05 12:20:36; author: morioka; state: Exp; lines: +4 -3 +tl-header を使うのをやめ、tl-822 を使うようにした。 +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.2 +date: 1995/10/05 12:22:42; author: morioka; state: Exp; lines: +2 -4 +関数 mime/encode-field で定数 rfc822/field-top-regexp を使うようにした。 +---------------------------- +revision 7.1 +date: 1995/10/05 11:27:38; author: morioka; state: Exp; lines: +46 -48 +tl-header を使うのをやめて tl-822 を使うようにした。 +---------------------------- + +tm/tm-parse.el +---------------------------- +revision 3.0 +date: 1995/10/05 11:28:40; author: morioka; state: Exp; lines: +7 -7 +tl-header を使うのをやめて tl-822 を使うようにした。 +---------------------------- + +tm/tm-rich.el +---------------------------- +revision 7.0 +date: 1995/10/04 05:27:50; author: morioka; state: Exp; lines: +8 -6 +comment を修正した。 +---------------------------- +revision 6.15 +date: 1995/10/04 05:23:29; author: morioka; state: Exp; lines: +3 -1 +Eric Ding さんの patch を当てた。 +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.1 +date: 1995/10/05 13:04:10; author: morioka; state: Exp; lines: +5 -2 +(require 'tl-header) を除去した。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.10 +date: 1995/10/05 10:35:19; author: morioka; state: Exp; lines: +7 -7 +tl-header を使うのをやめて tl-822 を使うようにした。 +---------------------------- + + +* tm/gnus + + Version 7.02 を添付した。 + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.2 +date: 1995/10/05 12:57:53; author: morioka; state: Exp; lines: +5 -5 +tl-header を使うのをやめて tl-822 を使うようにした。 +---------------------------- +revision 7.1 +date: 1995/10/03 15:02:14; author: morioka; state: Exp; lines: +50 -13 +岡部 寿男 さんが作った関数 +gnus-mail-forward-using-mhe-mime を入れた。 +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.1 +date: 1995/10/05 13:01:17; author: morioka; state: Exp; lines: +12 -17 +ちょっと書き換えただけ。 +---------------------------- diff --git a/old-logs/Changes-7.11.en b/old-logs/Changes-7.11.en new file mode 100644 index 0000000..6dc4f0d --- /dev/null +++ b/old-logs/Changes-7.11.en @@ -0,0 +1,67 @@ +* tl + + Attached version 7.01. + + - tl-cite.el was renamed to mu-cite.el. + + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.3 +date: 1995/10/06 07:17:22; author: morioka; state: Exp; lines: +16 -1 +Code for Gnus 5.*, September Gnus was added. +---------------------------- + +tm/tm-comp.el +---------------------------- +revision 7.2 +date: 1995/10/08 09:31:05; author: morioka; state: Exp; lines: +2 -2 +Fixed a mistake about renaming. +---------------------------- +revision 7.1 +date: 1995/10/08 09:07:37; author: morioka; state: Exp; lines: +7 -7 +tl-822 was used instead of tl-header. +---------------------------- +revision 7.0 +date: 1995/10/07 05:44:49; author: morioka; state: Exp; lines: +20 -13 +comment was modified. +---------------------------- +revision 6.13 +date: 1995/10/07 05:37:40; author: morioka; state: Exp; lines: +5 -3 +Richard Stanton fixed for OS/2 Emacs. +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.3 +date: 1995/10/06 05:44:48; author: morioka; state: Exp; lines: +3 -2 +Function `mime/encode-message-header' was modified to use function +`buffer-substring-no-properties'. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.11 +date: 1995/10/06 07:00:00; author: morioka; state: Exp; lines: +1 -7 +Unnecessary function was deleted. +---------------------------- + + +* tm/mh-e + + Attached version 7.01. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.1 +date: 1995/10/07 08:26:47; author: morioka; state: Exp; lines: +2 -2 +Function `tm-mh-e/cite' was modified to use `save-excursion' instead +of `save-window-excursion'. +---------------------------- +revision 7.0 +date: 1995/10/07 08:24:48; author: morioka; state: Exp; lines: +25 -18 +Function `tm-mh-e/cite' was modified to support variable +`mh-delete-yanked-msg-window' when it is automatic MIME preview mode. +---------------------------- diff --git a/old-logs/Changes-7.11.ja b/old-logs/Changes-7.11.ja new file mode 100644 index 0000000..32daa7b --- /dev/null +++ b/old-logs/Changes-7.11.ja @@ -0,0 +1,68 @@ +* tl + + Version 7.01 を添付した。 + + - tl-cite.el を mu-cite.el に改名した。 + + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.3 +date: 1995/10/06 07:17:22; author: morioka; state: Exp; lines: +16 -1 +Gnus 5.*, September Gnus 対策用の code を入れた。 +---------------------------- + +tm/tm-comp.el +---------------------------- +revision 7.2 +date: 1995/10/08 09:31:05; author: morioka; state: Exp; lines: +2 -2 +名前の変更し忘れを修正した。 +---------------------------- +revision 7.1 +date: 1995/10/08 09:07:37; author: morioka; state: Exp; lines: +7 -7 +tl-header を使うのをやめて tl-822 を使うようにした。 +---------------------------- +revision 7.0 +date: 1995/10/07 05:44:49; author: morioka; state: Exp; lines: +20 -13 +comment を修正した。 +---------------------------- +revision 6.13 +date: 1995/10/07 05:37:40; author: morioka; state: Exp; lines: +5 -3 +Richard Stanton さんの OS/2 用の patch を +当てた。 +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.3 +date: 1995/10/06 05:44:48; author: morioka; state: Exp; lines: +3 -2 +関数 mime/encode-message-header において、関数 +buffer-substring-no-properties を使うように修正した。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.11 +date: 1995/10/06 07:00:00; author: morioka; state: Exp; lines: +1 -7 +不要な関数を消去した。 +---------------------------- + + +* tm/mh-e + + Version 7.01 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.1 +date: 1995/10/07 08:26:47; author: morioka; state: Exp; lines: +2 -2 +関数 tm-mh-e/cite において、save-window-excursion を使っていたところを +save-excursion に変えた。 +---------------------------- +revision 7.0 +date: 1995/10/07 08:24:48; author: morioka; state: Exp; lines: +25 -18 +関数 tm-mh-e/cite において、automatic MIME preview mode の時も変数 +mh-delete-yanked-msg-window が有効になるように修正した。 +---------------------------- diff --git a/old-logs/Changes-7.12.en b/old-logs/Changes-7.12.en new file mode 100644 index 0000000..5364d78 --- /dev/null +++ b/old-logs/Changes-7.12.en @@ -0,0 +1,61 @@ +* tl + + Attached version 7.01. + +tl/emu-nemacs.el +---------------------------- +revision 7.1 +date: 1995/10/11 11:49:55; author: morioka; state: Exp; lines: +16 -1 +Function `find-charset-string' and function `find-charset-region' were +created. +---------------------------- + +tl/emu-orig.el +---------------------------- +revision 6.0 +date: 1995/10/11 11:50:24; author: morioka; state: Exp; lines: +16 -1 +Function `find-charset-string' and function `find-charset-region' were +created. +---------------------------- + + +* tm + +tm/tm-ew-e.el +---------------------------- +revision 7.1 +date: 1995/10/11 11:56:46; author: morioka; state: Exp; lines: +10 -8 +(1) function `tm-eword::phrase-route-addr-to-rwl' was modified to + delete top linear-white-space. +(2) In function `tm-eword::phrase-to-rwl', treatment of quoted-string + was changed. +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.4 +date: 1995/10/11 11:53:17; author: morioka; state: Exp; lines: +9 -5 +(1) In function `mime/encode-message-header', field extraction was + changed. +(2) If a field has only US-ASCII, it is not touched. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.12 +date: 1995/10/11 12:12:06; author: morioka; state: Exp; lines: +6 -6 +Function `mime::get-point-content-number' was renamed to +`mime-article/point-content-number'. +---------------------------- + + +tm/gnus + + Attached version 7.02.1. + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.2 +date: 1995/10/11 10:20:29; author: morioka; state: Exp; lines: +24 -22 +nnheader patch support. +---------------------------- diff --git a/old-logs/Changes-7.12.ja b/old-logs/Changes-7.12.ja new file mode 100644 index 0000000..084cf00 --- /dev/null +++ b/old-logs/Changes-7.12.ja @@ -0,0 +1,57 @@ +* tl + + Version 7.01 を添付した。 + +tl/emu-nemacs.el +---------------------------- +revision 7.1 +date: 1995/10/11 11:49:55; author: morioka; state: Exp; lines: +16 -1 +関数 find-charset-string と関数 find-charset-region を追加した。 +---------------------------- + +tl/emu-orig.el +---------------------------- +revision 6.0 +date: 1995/10/11 11:50:24; author: morioka; state: Exp; lines: +16 -1 +関数 find-charset-string と関数 find-charset-region を追加した。 +---------------------------- + + +* tm + +tm/tm-ew-e.el +---------------------------- +revision 7.1 +date: 1995/10/11 11:56:46; author: morioka; state: Exp; lines: +10 -8 +(1) 関数 tm-eword::phrase-route-addr-to-rwl で先頭の + linear-white-space を取り除くようにした。 +(2) 関数 tm-eword::phrase-to-rwl での quoted-string の取り扱いを変えた。 +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.4 +date: 1995/10/11 11:53:17; author: morioka; state: Exp; lines: +9 -5 +(1) 関数 mime/encode-message-header での field の取り方を変えた。 +(2) field に US-ASCII しか含まれていない場合は encode しないようにした。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.12 +date: 1995/10/11 12:12:06; author: morioka; state: Exp; lines: +6 -6 +関数 mime::get-point-content-number を +`mime-article/point-content-number' に改名した。 +---------------------------- + + +tm/gnus + + Version 7.02.1 を添付した。 + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.2 +date: 1995/10/11 10:20:29; author: morioka; state: Exp; lines: +24 -22 +nnheader patch に対応した。 +---------------------------- diff --git a/old-logs/Changes-7.13.en b/old-logs/Changes-7.13.en new file mode 100644 index 0000000..75f2fea --- /dev/null +++ b/old-logs/Changes-7.13.en @@ -0,0 +1,31 @@ +* tm + +tm/tm-parse.el +---------------------------- +revision 4.0 +date: 1995/10/12 06:08:12; author: morioka; state: Exp; lines: +12 -11 +rcnum (reversed content number) slot was added to `mime::content-info' +structure. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.13 +date: 1995/10/12 06:10:04; author: morioka; state: Exp; lines: +6 -2 +In function `mime-viewer/display-content', `cnum' was made from +`rcnum' slot value of argument `content'. +---------------------------- + + +* tm/mh-e + + Attached version 7.02. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.2 +date: 1995/10/12 05:43:34; author: morioka; state: Exp; lines: +33 -106 +When it is automatic MIME preview mode, buffer name of preview buffer is +``show-+FOLDER'' and it is indicated from mh-show-buffer. Then article +buffer is created as ``article-+FOLDER''. +---------------------------- diff --git a/old-logs/Changes-7.13.ja b/old-logs/Changes-7.13.ja new file mode 100644 index 0000000..788aaaf --- /dev/null +++ b/old-logs/Changes-7.13.ja @@ -0,0 +1,31 @@ +* tm + +tm/tm-parse.el +---------------------------- +revision 4.0 +date: 1995/10/12 06:08:12; author: morioka; state: Exp; lines: +12 -11 +mime::content-info 構造体に rcnum (reversed content number) slot を設 +けた。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.13 +date: 1995/10/12 06:10:04; author: morioka; state: Exp; lines: +6 -2 +関数 mime-viewer/display-content において、cnum を引数 content の +rcnum slot の情報から作るようにした。 +---------------------------- + + +* tm/mh-e + + Version 7.02 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.2 +date: 1995/10/12 05:43:34; author: morioka; state: Exp; lines: +33 -106 +automatic MIME preview mode の時、preview buffer の buffer 名を +show-+FOLDER とし、mh-show-buffer から指されるようにした。また、この時、 +article-+FOLDER という名前の article buffer を作るようにした。 +---------------------------- diff --git a/old-logs/Changes-7.14-7.15.en b/old-logs/Changes-7.14-7.15.en new file mode 100644 index 0000000..b5db47c --- /dev/null +++ b/old-logs/Changes-7.14-7.15.en @@ -0,0 +1,34 @@ +* tm + +tm/tm-parse.el +---------------------------- +revision 5.0 +date: 1995/10/12 14:29:30; author: morioka; state: Exp; lines: +5 -3 +In function `mime/parse-message', a bug about message/rfc822 was +fixed. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.15 +date: 1995/10/13 08:43:49; author: morioka; state: Exp; lines: +14 -9 +Eric Ding fixed function +`mime-viewer/x-face-function'. +---------------------------- +revision 7.14 +date: 1995/10/13 07:19:52; author: morioka; state: Exp; lines: +4 -2 +In function `mime-viewer/display-content', I fixed to decode subject. +---------------------------- + + +* tm/mh-e + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.3 +date: 1995/10/13 08:15:17; author: morioka; state: Exp; lines: +20 -4 +According to Eric Ding 's report, `,' +problem was fixed. + +But it may have problems. +---------------------------- diff --git a/old-logs/Changes-7.14-7.15.ja b/old-logs/Changes-7.14-7.15.ja new file mode 100644 index 0000000..ef0fbe7 --- /dev/null +++ b/old-logs/Changes-7.14-7.15.ja @@ -0,0 +1,35 @@ +* tm + +tm/tm-parse.el +---------------------------- +revision 5.0 +date: 1995/10/12 14:29:30; author: morioka; state: Exp; lines: +5 -3 +関数 mime/parse-message における message/rfc822 の場合の不具合を修正し +た。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.15 +date: 1995/10/13 08:43:49; author: morioka; state: Exp; lines: +14 -9 +関数 mime-viewer/x-face-function に Eric Ding + さんの修正を行った。 +---------------------------- +revision 7.14 +date: 1995/10/13 07:19:52; author: morioka; state: Exp; lines: +4 -2 +関数 mime-viewer/display-content において、subject 中の encoded-word +を decode するのを忘れていたのを修正。 +---------------------------- + + +* tm/mh-e + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.3 +date: 1995/10/13 08:15:17; author: morioka; state: Exp; lines: +20 -4 +Eric Ding さんの指摘に従い、`,' が効か +なくなった問題を修正した。 + +但し、まだ問題あり。 +---------------------------- diff --git a/old-logs/Changes-7.16.en b/old-logs/Changes-7.16.en new file mode 100644 index 0000000..2b630e0 --- /dev/null +++ b/old-logs/Changes-7.16.en @@ -0,0 +1,153 @@ +* tm + +tm/mime-setup.el +---------------------------- +revision 7.4 +date: 1995/10/17 16:20:39; author: morioka; state: Exp; lines: +4 -1 +In variable `mime-file-types', setting for *.diff. +---------------------------- + +tm/tm-ew-d.el +---------------------------- +revision 7.5 +date: 1995/10/18 11:18:03; author: morioka; state: Exp; lines: +2 -1 +Function `mime-eword/decode-string' unfolds string. +---------------------------- +revision 7.4 +date: 1995/10/17 16:45:27; author: morioka; state: Exp; lines: +4 -4 +Function `mime/decode-encoded-words-string' was renamed to +`mime-eword/decode-string', function +`mime/decode-encoded-words-region' was renamed to +`mime-eword/decode-region'. +---------------------------- +revision 7.3 +date: 1995/10/17 16:39:47; author: morioka; state: Exp; lines: +8 -2 +Version constant `mime/eword-decoder-version' was defined. +---------------------------- + +tm/tm-ew-e.el +---------------------------- +revision 7.4 +date: 1995/10/18 08:54:59; author: morioka; state: Exp; lines: +6 -1 +Function `mime-eword/encode-string' was created. +---------------------------- +revision 7.3 +date: 1995/10/17 16:37:25; author: morioka; state: Exp; lines: +9 -3 +Version constant `mime/eword-encoder-version' was defined. +---------------------------- +revision 7.2 +date: 1995/10/17 16:32:15; author: morioka; state: Exp; lines: +94 -1 +Public functions about encoded-word encoder were moved from +tm-eword.el. +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.9 +date: 1995/10/18 08:55:37; author: morioka; state: Exp; lines: +8 -6 +Function `mime-eword/encode-string' was defined. +---------------------------- +revision 7.8 +date: 1995/10/17 16:46:33; author: morioka; state: Exp; lines: +3 -3 +Function `mime/decode-encoded-words-string' was renamed to +`mime-eword/decode-string', function +`mime/decode-encoded-words-region' was renamed to +`mime-eword/decode-region'. +---------------------------- +revision 7.7 +date: 1995/10/17 16:33:57; author: morioka; state: Exp; lines: +1 -3 +tm-eword-load-hook was deleted. +---------------------------- +revision 7.6 +date: 1995/10/17 16:33:26; author: morioka; state: Exp; lines: +2 -10 +version constant was deleted. +---------------------------- +revision 7.5 +date: 1995/10/17 16:31:20; author: morioka; state: Exp; lines: +4 -97 +Functions about encoded-word encoder were moved to tm-ew-e.el. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.16 +date: 1995/10/17 16:48:06; author: morioka; state: Exp; lines: +2 -2 +Function `mime/decode-encoded-words-string' was renamed to +`mime-eword/decode-string'. +---------------------------- + +tm/tm-partial.el +---------------------------- +revision 7.0 +date: 1995/10/18 08:19:27; author: morioka; state: Exp; lines: +10 -2 +Support for September Gnus and Gnus 5.0.* with September patch. (It is +not beautiful). +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.1 +date: 1995/10/17 16:49:51; author: morioka; state: Exp; lines: +2 -2 +Comment was modified because function +`mime/decode-encoded-words-string' was renamed to +`mime-eword/decode-string'. +---------------------------- + + +tm/mh-e + + Attached version 7.05. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.5 +date: 1995/10/18 09:57:56; author: morioka; state: Exp; lines: +14 -14 +(1) When `,' key is pressed, encoded-words are not decoded. +(2) When `,' key is pressed in automatic MIME preview mode, article + buffer is displayed. +---------------------------- +revision 7.4 +date: 1995/10/18 09:43:43; author: morioka; state: Exp; lines: +18 -6 +(1) New implementation about `.' and `,'. +(2) When `,' key is pressed in automatic MIME preview mode, it displays + preview buffer which has all headers. +---------------------------- + + +tm/gnus + + Attached version 7.04. + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.3 +date: 1995/10/17 16:52:54; author: morioka; state: Exp; lines: +6 -6 +Function `mime/decode-encoded-words-string' was renamed to +`mime-eword/decode-string'. +---------------------------- + +tm/gnus/tm-ognus.el +---------------------------- +revision 7.1 +date: 1995/10/17 16:56:12; author: morioka; state: Exp; lines: +6 -7 +Function `mime/decode-encoded-words-string' was renamed to +`mime-eword/decode-string'. +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.4 +date: 1995/10/18 08:32:36; author: morioka; state: Exp; lines: +39 -8 +(1) alias `mime/decode-encoded-words-string' was defined to indicate + `mime-eword/decode-string'. It is for old nnheader patch. + +(2) Function `tm-gnus/article-hide-headers-if-wanted' is added to + `gnus-article-display-hook' instead of + `gnus-article-hide-headers-if-wanted'. It does not call function + `gnus-article-hide-headers-if-wanted' when automatic MIME preview + mode. +---------------------------- +revision 7.3 +date: 1995/10/17 16:58:05; author: morioka; state: Exp; lines: +4 -4 +Function `mime/decode-encoded-words-string' was renamed to +`mime-eword/decode-string'. +---------------------------- diff --git a/old-logs/Changes-7.16.ja b/old-logs/Changes-7.16.ja new file mode 100644 index 0000000..e5aba52 --- /dev/null +++ b/old-logs/Changes-7.16.ja @@ -0,0 +1,151 @@ +* tm + +tm/mime-setup.el +---------------------------- +revision 7.4 +date: 1995/10/17 16:20:39; author: morioka; state: Exp; lines: +4 -1 +変数 mime-file-types に *.diff を設定した。 +---------------------------- + +tm/tm-ew-d.el +---------------------------- +revision 7.5 +date: 1995/10/18 11:18:03; author: morioka; state: Exp; lines: +2 -1 +関数 mime-eword/decode-string で unfolding するようにした。 +---------------------------- +revision 7.4 +date: 1995/10/17 16:45:27; author: morioka; state: Exp; lines: +4 -4 +関数 mime/decode-encoded-words-string を `mime-eword/decode-string' に、 +関数 mime/decode-encoded-words-region を `mime-eword/decode-region' に +改名した。 +---------------------------- +revision 7.3 +date: 1995/10/17 16:39:47; author: morioka; state: Exp; lines: +8 -2 +version 定数 `mime/eword-decoder-version' を定義した。 +---------------------------- + +tm/tm-ew-e.el +---------------------------- +revision 7.4 +date: 1995/10/18 08:54:59; author: morioka; state: Exp; lines: +6 -1 +関数 mime-eword/encode-string を追加した。 +---------------------------- +revision 7.3 +date: 1995/10/17 16:37:25; author: morioka; state: Exp; lines: +9 -3 +version 定数 `mime/eword-encoder-version' を新設した。 +---------------------------- +revision 7.2 +date: 1995/10/17 16:32:15; author: morioka; state: Exp; lines: +94 -1 +encoded-word の encode に関する公開用の関数を tm-eword.el から移した。 +---------------------------- + +tm/tm-eword.el +---------------------------- +revision 7.9 +date: 1995/10/18 08:55:37; author: morioka; state: Exp; lines: +8 -6 +関数 mime-eword/encode-string を追加した。 +---------------------------- +revision 7.8 +date: 1995/10/17 16:46:33; author: morioka; state: Exp; lines: +3 -3 +関数 mime/decode-encoded-words-string を `mime-eword/decode-string' に、 +関数 mime/decode-encoded-words-region を `mime-eword/decode-region' に +改名した。 +---------------------------- +revision 7.7 +date: 1995/10/17 16:33:57; author: morioka; state: Exp; lines: +1 -3 +tm-eword-load-hook を廃止した。 +---------------------------- +revision 7.6 +date: 1995/10/17 16:33:26; author: morioka; state: Exp; lines: +2 -10 +version 定数を廃止した。 +---------------------------- +revision 7.5 +date: 1995/10/17 16:31:20; author: morioka; state: Exp; lines: +4 -97 +encode 関係の関数を全て tm-ew-e.el に移した。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.16 +date: 1995/10/17 16:48:06; author: morioka; state: Exp; lines: +2 -2 +関数 mime/decode-encoded-words-string を `mime-eword/decode-string' に +改名した。 +---------------------------- + +tm/tm-partial.el +---------------------------- +revision 7.0 +date: 1995/10/18 08:19:27; author: morioka; state: Exp; lines: +10 -2 +September Gnus および Gnus 5.0.* with September patch にとりあえず対応 +した。 +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.1 +date: 1995/10/17 16:49:51; author: morioka; state: Exp; lines: +2 -2 +関数 mime/decode-encoded-words-string を `mime-eword/decode-string' に +改名したことに伴い、comment を修正した。 +---------------------------- + + +tm/mh-e + + Version 7.05 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.5 +date: 1995/10/18 09:57:56; author: morioka; state: Exp; lines: +14 -14 +(1) `,' を押した時、encoded-word は decode しないようにした。 +(2) automatic MIME preview mode の時に `,' を押した場合、article + buffer を表示するようにした。 +---------------------------- +revision 7.4 +date: 1995/10/18 09:43:43; author: morioka; state: Exp; lines: +18 -6 +(1) `.' と `,' を実現する関数を作り直した。 +(2) automatic MIME preview mode において `,' を押した時、header を全部 + 表示した preview buffer を表示するようにした。 +---------------------------- + + +tm/gnus + + Version 7.04 を添付した。 + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.3 +date: 1995/10/17 16:52:54; author: morioka; state: Exp; lines: +6 -6 +関数 mime/decode-encoded-words-string を `mime-eword/decode-string' に +改名した。 +---------------------------- + +tm/gnus/tm-ognus.el +---------------------------- +revision 7.1 +date: 1995/10/17 16:56:12; author: morioka; state: Exp; lines: +6 -7 +関数 mime/decode-encoded-words-string を `mime-eword/decode-string' に +改名した。 +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.4 +date: 1995/10/18 08:32:36; author: morioka; state: Exp; lines: +39 -8 +(1) 関数 mime/decode-encoded-words-string が + `mime-eword/decode-string' に改名された事に伴い、古い Gnus 5.0.* + nnheader patch を考慮して、関数 mime-eword/decode-string を + `mime/decode-encoded-words-string' に alias した。 + +(2) gnus-article-display-hook から関数 + gnus-article-hide-headers-if-wanted を取り除き、代わりに、 + automatic MIME preview mode の時以外にのみ + gnus-article-hide-headers-if-wanted を 動かす関数 + tm-gnus/article-hide-headers-if-wanted を設定した。 +---------------------------- +revision 7.3 +date: 1995/10/17 16:58:05; author: morioka; state: Exp; lines: +4 -4 +関数 mime/decode-encoded-words-string を `mime-eword/decode-string' に +改名した。 +---------------------------- diff --git a/old-logs/Changes-7.17.en b/old-logs/Changes-7.17.en new file mode 100644 index 0000000..0fb2115 --- /dev/null +++ b/old-logs/Changes-7.17.en @@ -0,0 +1,29 @@ +* tm + + - Manual was modified. + +tm/tm-view.el +---------------------------- +revision 7.17 +date: 1995/10/19 07:55:54; author: morioka; state: Exp; lines: +43 -36 +Use rcnum instead of cnum. +---------------------------- + +tm/tm-w3.el +---------------------------- +revision 2.0 +date: 1995/10/19 07:57:57; author: morioka; state: Exp; lines: +7 -1 +Decode base64 or quoted-printable content. +---------------------------- + + +* tm/mh-e + + Attached version 7.06. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.6 +date: 1995/10/19 07:51:52; author: morioka; state: Exp; lines: +5 -9 +Fixed problem of `.' and `,'. +---------------------------- diff --git a/old-logs/Changes-7.17.ja b/old-logs/Changes-7.17.ja new file mode 100644 index 0000000..1a56b1e --- /dev/null +++ b/old-logs/Changes-7.17.ja @@ -0,0 +1,29 @@ +* tm + + - manual を少し書き直した。 + +tm/tm-view.el +---------------------------- +revision 7.17 +date: 1995/10/19 07:55:54; author: morioka; state: Exp; lines: +43 -36 +cnum を使っていたところを rcnum を使うように修正した。 +---------------------------- + +tm/tm-w3.el +---------------------------- +revision 2.0 +date: 1995/10/19 07:57:57; author: morioka; state: Exp; lines: +7 -1 +base64 や quoted-printable の場合、decode するようにした。 +---------------------------- + + +* tm/mh-e + + Version 7.06 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.6 +date: 1995/10/19 07:51:52; author: morioka; state: Exp; lines: +5 -9 +`.' と `,' の不具合を修正した。 +---------------------------- diff --git a/old-logs/Changes-7.18.en b/old-logs/Changes-7.18.en new file mode 100644 index 0000000..01f8644 --- /dev/null +++ b/old-logs/Changes-7.18.en @@ -0,0 +1,83 @@ +* tl + + Attached version 7.01.1. + +tl/mu-cite.el +---------------------------- +revision 3.3 +date: 1995/10/20 10:43:28; author: morioka; state: Exp; lines: +4 -2 +Fixed function `mu-cite/cite-original'. +---------------------------- + + +* mel + + Attached Version 2.1. + +mel/mel.el +---------------------------- +revision 2.1 +date: 1995/10/20 10:51:39; author: morioka; state: Exp; lines: +18 -1 +Function `mime/encode-region' was created. +---------------------------- +revision 2.0 +date: 1995/10/20 10:38:08; author: morioka; state: Exp; lines: +27 -1 +Function `mime/decode-region' was created. +---------------------------- + + +* tm + +tm/tm-rich.el +---------------------------- +revision 7.1 +date: 1995/10/20 10:40:06; author: morioka; state: Exp; lines: +3 -15 +Use function `mime/decode-region'. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.18 +date: 1995/10/20 10:41:59; author: morioka; state: Exp; lines: +3 -9 +Function `mime-viewer/filter-text/plain' was modified: +(1) Use function `mime/decode-region'. +(2) Unnecessary goto-char was deleted. +(3) Unnecessary save-excursion was deleted. +---------------------------- + +tm/tm-w3.el +---------------------------- +revision 3.0 +date: 1995/10/20 10:42:41; author: morioka; state: Exp; lines: +2 -7 +Use function `mime/decode-region'. +---------------------------- +revision 2.0 +date: 1995/10/19 07:57:57; author: morioka; state: Exp; lines: +7 -1 +Decode base64 or quoted-printable. +---------------------------- + + +* tm/gnus + + Attached Version 7.5. + +tm/tm-sgnus.el +---------------------------- +revision 7.5 +date: 1995/10/19 14:22:47; author: morioka; state: Exp; lines: +1 -5 +Not support gnus-5.0.6-nnheader.diff. (^_^; +---------------------------- + + +* tm/mh-e + + Attached Version 7.7. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.7 +date: 1995/10/20 10:54:27; author: morioka; state: Exp; lines: +10 -2 +(1) In automatic MIME preview mode, if `,' key is pressed, it displays + preview buffer which has all fields of message header. +(2) Raw message displaying function is bound to `ESC ,'. +---------------------------- diff --git a/old-logs/Changes-7.18.ja b/old-logs/Changes-7.18.ja new file mode 100644 index 0000000..2ff3ef2 --- /dev/null +++ b/old-logs/Changes-7.18.ja @@ -0,0 +1,83 @@ +* tl + + Version 7.01.1 を添付した。 + +tl/mu-cite.el +---------------------------- +revision 3.3 +date: 1995/10/20 10:43:28; author: morioka; state: Exp; lines: +4 -2 +関数 mu-cite/cite-original を修正した。 +---------------------------- + + +* mel + + Version 2.1 を添付した。 + +mel/mel.el +---------------------------- +revision 2.1 +date: 1995/10/20 10:51:39; author: morioka; state: Exp; lines: +18 -1 +関数 mime/encode-region を追加した。 +---------------------------- +revision 2.0 +date: 1995/10/20 10:38:08; author: morioka; state: Exp; lines: +27 -1 +関数 mime/decode-region を追加した。 +---------------------------- + + +* tm + +tm/tm-rich.el +---------------------------- +revision 7.1 +date: 1995/10/20 10:40:06; author: morioka; state: Exp; lines: +3 -15 +関数 mime/decode-region を使うようにした。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.18 +date: 1995/10/20 10:41:59; author: morioka; state: Exp; lines: +3 -9 +関数 mime-viewer/filter-text/plain を修正した: +(1) 関数 mime/decode-region を使うようにした。 +(2) 無駄な goto-char を削除した。 +(3) 無駄な save-excursion を削除した。 +---------------------------- + +tm/tm-w3.el +---------------------------- +revision 3.0 +date: 1995/10/20 10:42:41; author: morioka; state: Exp; lines: +2 -7 +関数 mime/decode-region を使うようにした。 +---------------------------- +revision 2.0 +date: 1995/10/19 07:57:57; author: morioka; state: Exp; lines: +7 -1 +base64 や quoted-printable の場合、decode するようにした。 +---------------------------- + + +* tm/gnus + + Version 7.5 を添付した。 + +tm/tm-sgnus.el +---------------------------- +revision 7.5 +date: 1995/10/19 14:22:47; author: morioka; state: Exp; lines: +1 -5 +gnus-5.0.6-nnheader.diff を見捨てた。(^_^; +---------------------------- + + +* tm/mh-e + + Version 7.7 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.7 +date: 1995/10/20 10:54:27; author: morioka; state: Exp; lines: +10 -2 +(1) automatic MIME preview mode の時に `,' を押した場合、header を全部 + 表示した preview buffer を表示するようにした。 +(2) 常に生の画面を表示する関数を `ESC ,' に割り当てた。 +---------------------------- diff --git a/old-logs/Changes-7.19.en b/old-logs/Changes-7.19.en new file mode 100644 index 0000000..5b86e6f --- /dev/null +++ b/old-logs/Changes-7.19.en @@ -0,0 +1,139 @@ +* tm + +tm/tm-partial.el +---------------------------- +revision 7.9 +date: 1995/10/23 09:27:29; author: morioka; state: Exp; lines: +6 -5 +Function `mime/decode-message/partial-region' was renamed to +`mime-article/decode-message/partial'. +---------------------------- +revision 7.8 +date: 1995/10/22 14:28:50; author: morioka; state: Exp; lines: +12 -71 +Stop checking about number, etc. +---------------------------- +revision 7.7 +date: 1995/10/22 13:13:39; author: morioka; state: Exp; lines: +1 -19 +Setting for VM was moved to tm-vm.el. +---------------------------- +revision 7.6 +date: 1995/10/22 12:51:23; author: morioka; state: Exp; lines: +1 -22 +Setting for mh-e was moved to tm-mh-e.el. +---------------------------- +revision 7.5 +date: 1995/10/22 12:37:34; author: morioka; state: Exp; lines: +3 -19 +Setting for September Gnus and Gnus 5.0.* with September patch was +moved to tm-sgnus.el. +---------------------------- +revision 7.4 +date: 1995/10/22 12:08:45; author: morioka; state: Exp; lines: +1 -16 +Setting for GNUS 4 was moved to tm-gnus4.el. +---------------------------- +revision 7.3 +date: 1995/10/22 12:01:35; author: morioka; state: Exp; lines: +1 -16 +Setting for GNUS 3.* was moved to tm-gnus3.el. +---------------------------- +revision 7.2 +date: 1995/10/22 11:56:28; author: morioka; state: Exp; lines: +17 -11 +Variable `tm-partial/display-article-method-alist' was renamed to +`tm-partial/preview-article-method-alist', function +`tm-partial/display-article' was renamed to +`tm-partial/preview-article'. +---------------------------- +revision 7.1 +date: 1995/10/22 10:22:30; author: morioka; state: Exp; lines: +117 -99 +Implementation was changed: +(1) Some check for Subject searching in Summary was cut. +(2) Use message/partial method of tm-view. +(3) Separate setting for each MUA from the function. +---------------------------- + +tm/tm-play.el +---------------------------- +revision 2.0 +date: 1995/10/23 09:26:41; author: morioka; state: Exp; lines: +2 -2 +Function `mime/decode-message/partial-region' was renamed to +`mime-article/decode-message/partial'. +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.3 +date: 1995/10/23 08:53:47; author: morioka; state: Exp; lines: +29 -1 +Setting for tm-partial was added. +---------------------------- +revision 7.2 +date: 1995/10/22 15:42:46; author: morioka; state: Exp; lines: +2 -2 +Fixed a problem about quitting method setting. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.19 +date: 1995/10/23 09:27:13; author: morioka; state: Exp; lines: +2 -2 +Function `mime/decode-message/partial-region' was renamed to +`mime-article/decode-message/partial'. +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.2 +date: 1995/10/22 13:17:12; author: morioka; state: Exp; lines: +25 -2 +Setting for tm-partial was added. +---------------------------- + + +* tm/mh-e + + Attached version 7.08. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.8 +date: 1995/10/22 14:40:59; author: morioka; state: Exp; lines: +29 -1 +Setting for tm-partial was added. +---------------------------- + + +* tm/gnus + + Attached version 7.09. + +tm/gnus/tm-gnus3.el +---------------------------- +revision 7.0 +date: 1995/10/22 12:02:04; author: morioka; state: Exp; lines: +24 -1 +Setting for tm-partial was added. +---------------------------- + +tm/gnus/tm-gnus4.el +---------------------------- +revision 7.0 +date: 1995/10/22 12:12:56; author: morioka; state: Exp; lines: +24 -1 +Setting for tm-partial was added. +---------------------------- + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.4 +date: 1995/10/22 12:13:50; author: morioka; state: Exp; lines: +24 -1 +Setting for tm-partial was added. +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.9 +date: 1995/10/23 10:18:13; author: morioka; state: Exp; lines: +13 -7 +`tm-gnus/article-prepare-hook' was created. +---------------------------- +revision 7.8 +date: 1995/10/23 08:55:03; author: morioka; state: Exp; lines: +11 -1 +measure for BBDB. +---------------------------- +revision 7.7 +date: 1995/10/22 14:38:08; author: morioka; state: Exp; lines: +5 -6 +Fixed a problem for tm-partial. +---------------------------- +revision 7.6 +date: 1995/10/22 12:37:59; author: morioka; state: Exp; lines: +23 -1 +Setting for tm-partial was added. +---------------------------- diff --git a/old-logs/Changes-7.19.ja b/old-logs/Changes-7.19.ja new file mode 100644 index 0000000..2928e36 --- /dev/null +++ b/old-logs/Changes-7.19.ja @@ -0,0 +1,138 @@ +* tm + +tm/tm-partial.el +---------------------------- +revision 7.9 +date: 1995/10/23 09:27:29; author: morioka; state: Exp; lines: +6 -5 +関数 mime/decode-message/partial-region を +`mime-article/decode-message/partial' に改名した。 +---------------------------- +revision 7.8 +date: 1995/10/22 14:28:50; author: morioka; state: Exp; lines: +12 -71 +番号等の check を行うのを止めた。 +---------------------------- +revision 7.7 +date: 1995/10/22 13:13:39; author: morioka; state: Exp; lines: +1 -19 +VM 用の設定を tm-vm.el に移した。 +---------------------------- +revision 7.6 +date: 1995/10/22 12:51:23; author: morioka; state: Exp; lines: +1 -22 +mh-e 用の設定を tm-mh-e.el に移した。 +---------------------------- +revision 7.5 +date: 1995/10/22 12:37:34; author: morioka; state: Exp; lines: +3 -19 +September Gnus および Gnus 5.0.* with September patch 用の設定を +tm-sgnus.el に移した。 +---------------------------- +revision 7.4 +date: 1995/10/22 12:08:45; author: morioka; state: Exp; lines: +1 -16 +GNUS 4 用の設定を tm-gnus4.el に移した。 +---------------------------- +revision 7.3 +date: 1995/10/22 12:01:35; author: morioka; state: Exp; lines: +1 -16 +GNUS 3.* 用の設定を tm-gnus3.el に移した。 +---------------------------- +revision 7.2 +date: 1995/10/22 11:56:28; author: morioka; state: Exp; lines: +17 -11 +変数 tm-partial/display-article-method-alist を +`tm-partial/preview-article-method-alist' に、関数 +tm-partial/display-article を `tm-partial/preview-article' に改名した。 +---------------------------- +revision 7.1 +date: 1995/10/22 10:22:30; author: morioka; state: Exp; lines: +117 -99 +実装を大幅に修正した。 +(1) Summary における Subject 検索の条件を緩めた。 +(2) tm-view の message/partial 用の method を利用するようにした。 +(3) 各 MUA 用の設定を関数本体から分離した。 +---------------------------- + +tm/tm-play.el +---------------------------- +revision 2.0 +date: 1995/10/23 09:26:41; author: morioka; state: Exp; lines: +2 -2 +関数 mime/decode-message/partial-region を +`mime-article/decode-message/partial' に改名した。 +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.3 +date: 1995/10/23 08:53:47; author: morioka; state: Exp; lines: +29 -1 +tm-partial 用の設定を追加した。 +---------------------------- +revision 7.2 +date: 1995/10/22 15:42:46; author: morioka; state: Exp; lines: +2 -2 +quitting method の設定における不具合を修正した。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.19 +date: 1995/10/23 09:27:13; author: morioka; state: Exp; lines: +2 -2 +関数 mime/decode-message/partial-region を +`mime-article/decode-message/partial' に改名した。 +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.2 +date: 1995/10/22 13:17:12; author: morioka; state: Exp; lines: +25 -2 +tm-partial 用の設定を行った。 +---------------------------- + + +* tm/mh-e + + Version 7.08 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.8 +date: 1995/10/22 14:40:59; author: morioka; state: Exp; lines: +29 -1 +tm-partial 用の設定を追加した。 +---------------------------- + + +* tm/gnus + + Version 7.09 を添付した。 + +tm/gnus/tm-gnus3.el +---------------------------- +revision 7.0 +date: 1995/10/22 12:02:04; author: morioka; state: Exp; lines: +24 -1 +tm-partial 用の設定を行った。 +---------------------------- + +tm/gnus/tm-gnus4.el +---------------------------- +revision 7.0 +date: 1995/10/22 12:12:56; author: morioka; state: Exp; lines: +24 -1 +tm-partial 用の設定を行った。 +---------------------------- + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.4 +date: 1995/10/22 12:13:50; author: morioka; state: Exp; lines: +24 -1 +tm-partial 用の設定を行った。 +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.9 +date: 1995/10/23 10:18:13; author: morioka; state: Exp; lines: +13 -7 +tm-gnus/article-prepare-hook を設けた。 +---------------------------- +revision 7.8 +date: 1995/10/23 08:55:03; author: morioka; state: Exp; lines: +11 -1 +BBDB 対策用の code を入れた。 +---------------------------- +revision 7.7 +date: 1995/10/22 14:38:08; author: morioka; state: Exp; lines: +5 -6 +tm-partial での不具合を修正した。 +---------------------------- +revision 7.6 +date: 1995/10/22 12:37:59; author: morioka; state: Exp; lines: +23 -1 +tm-partial 用の設定を行った。 +---------------------------- diff --git a/old-logs/Changes-7.20.en b/old-logs/Changes-7.20.en new file mode 100644 index 0000000..e94e834 --- /dev/null +++ b/old-logs/Changes-7.20.en @@ -0,0 +1,122 @@ +* mel + + Attached version 3.0. + +mel/mel.el +---------------------------- +revision 3.0 +date: 1995/10/25 05:03:11; author: morioka; state: Exp; lines: +13 -8 +(1) setting for mel-u.el. +(2) New variable `mime-encoding-method-alist': it is used to choose + encoder in function `mime/encode-region'. +---------------------------- + +mel/mel-b.el +---------------------------- +revision 2.0 +date: 1995/10/25 02:40:49; author: morioka; state: Exp; lines: +15 -9 +Fixed a problem in Mule. +---------------------------- + +mel/mel-q.el +---------------------------- +revision 2.1 +date: 1995/10/25 05:00:54; author: morioka; state: Exp; lines: +15 -9 +Fixed a problem in Mule. +---------------------------- + +mel/mel-u.el +---------------------------- +revision 1.1 +date: 1995/10/25 05:01:17; author: morioka; state: Exp; +New module: it is for uuencode. +---------------------------- + + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.7 +date: 1995/10/26 11:12:49; author: morioka; state: Exp; lines: +3 -112 +Setting for tm-edit.el instead of setting for mime.el and tm-comp.el. +---------------------------- +revision 7.6 +date: 1995/10/26 00:17:08; author: morioka; state: Exp; lines: +1 -39 +Setting for variable `mime-file-types' was deleted. +---------------------------- +revision 7.5 +date: 1995/10/24 00:23:57; author: morioka; state: Exp; lines: +11 -11 +According to KOBAYASHI Shuuhei in +[tm ML (Japanese):1031], setting for VM variables was deleted. +---------------------------- + +tm/signature.el +---------------------------- +revision 4.0 +date: 1995/10/26 09:25:23; author: morioka; state: Exp; lines: +5 -3 +Function `signature/insert-signature-at-point' and function +`signature/insert-signature-at-eof' were modified to return file name +of inserted signature. +---------------------------- +revision 3.0 +date: 1995/10/25 04:58:18; author: morioka; state: Exp; lines: +33 -21 +Fixed a problem of function `signature/get-signature-file-name'. +---------------------------- + +tm/tm-edit.el +---------------------------- +revision 7.11 +date: 1995/10/26 11:12:05; author: morioka; state: Exp; lines: +51 -67 +New module: it was created based on mime.el and tm-comp.el. +---------------------------- + +tm/tm-ew-e.el +---------------------------- +revision 7.5 +date: 1995/10/24 00:18:39; author: morioka; state: Exp; lines: +2 -3 +According to KOBAYASHI Shuuhei in +[tm ML (Japanese):1031], forgot part, which should be renamed, was +renamed. +---------------------------- + +tm/tm-partial.el +---------------------------- +revision 7.10 +date: 1995/10/25 05:25:28; author: morioka; state: Exp; lines: +10 -9 +Fixed for cut off Subject: field. +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.4 +date: 1995/10/24 00:19:52; author: morioka; state: Exp; lines: +3 -6 +(require 'rmail) was added. +---------------------------- + +tm/tm-setup.el +---------------------------- +revision 6.4 +date: 1995/10/24 00:24:48; author: morioka; state: Exp; lines: +7 -2 +(require 'tm-rmail) is setting for rmail-mode-hook. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.20 +date: 1995/10/24 00:21:02; author: morioka; state: Exp; lines: +4 -1 +According to KOBAYASHI Shuuhei in +[tm ML (Japanese):1031], buffer local variables were defined. +---------------------------- + + +* tm/mh-e + + Attached version 7.9. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.9 +date: 1995/10/26 09:26:23; author: morioka; state: Exp; lines: +20 -13 +Setting for tm-edit.el instead of tm-comp.el. +---------------------------- diff --git a/old-logs/Changes-7.20.ja b/old-logs/Changes-7.20.ja new file mode 100644 index 0000000..a0639fc --- /dev/null +++ b/old-logs/Changes-7.20.ja @@ -0,0 +1,125 @@ +* mel + + Version 3.0 を添付した。 + +mel/mel.el +---------------------------- +revision 3.0 +date: 1995/10/25 05:03:11; author: morioka; state: Exp; lines: +13 -8 +(1) mel-u.el に対する設定を行った。 +(2) 変数 mime-encoding-method-alist を設けて、関数 mime/encode-region + での encoder の選択にこれを用いるようにした。 +---------------------------- + +mel/mel-b.el +---------------------------- +revision 2.0 +date: 1995/10/25 02:40:49; author: morioka; state: Exp; lines: +15 -9 +Mule での不具合を修正した。 +---------------------------- + +mel/mel-q.el +---------------------------- +revision 2.1 +date: 1995/10/25 05:00:54; author: morioka; state: Exp; lines: +15 -9 +Mule での不具合を修正した。 +---------------------------- + +mel/mel-u.el +---------------------------- +revision 1.1 +date: 1995/10/25 05:01:17; author: morioka; state: Exp; +uuencode 用の module として作成した。 +---------------------------- + + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.7 +date: 1995/10/26 11:12:49; author: morioka; state: Exp; lines: +3 -112 +mime.el, tm-comp.el 用の設定を削除し、tm-edit.el 用の設定を行った。 +---------------------------- +revision 7.6 +date: 1995/10/26 00:17:08; author: morioka; state: Exp; lines: +1 -39 +変数 mime-file-types を設定するのをやめた。 +---------------------------- +revision 7.5 +date: 1995/10/24 00:23:57; author: morioka; state: Exp; lines: +11 -11 +[tm ML(日本語版):1031] での、小林 修平 + さんの指摘に従い、VM の変数に対する +設定を行うのを止めた。 +---------------------------- + +tm/signature.el +---------------------------- +revision 4.0 +date: 1995/10/26 09:25:23; author: morioka; state: Exp; lines: +5 -3 +関数 signature/insert-signature-at-point および関数 +signature/insert-signature-at-eof で挿入した signature の file 名を返 +すようにした。 +---------------------------- +revision 3.0 +date: 1995/10/25 04:58:18; author: morioka; state: Exp; lines: +33 -21 +関数 signature/get-signature-file-name の不具合を修正した。 +---------------------------- + +tm/tm-edit.el +---------------------------- +revision 7.11 +date: 1995/10/26 11:12:05; author: morioka; state: Exp; lines: +51 -67 +mime.el と tm-comp.el を基に作成した。 +---------------------------- + +tm/tm-ew-e.el +---------------------------- +revision 7.5 +date: 1995/10/24 00:18:39; author: morioka; state: Exp; lines: +2 -3 +[tm ML(日本語版):1031] での、小林 修平 + さんの指摘に従い、renameし忘れていた +部分を修正した。 +---------------------------- + +tm/tm-partial.el +---------------------------- +revision 7.10 +date: 1995/10/25 05:25:28; author: morioka; state: Exp; lines: +10 -9 +Subject: field が途中で切れている場合の事を考慮した。 +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.4 +date: 1995/10/24 00:19:52; author: morioka; state: Exp; lines: +3 -6 +(require 'rmail) するようにした。 +---------------------------- + +tm/tm-setup.el +---------------------------- +revision 6.4 +date: 1995/10/24 00:24:48; author: morioka; state: Exp; lines: +7 -2 +(require 'tm-rmail) を rmail-mode-hook に対して設定するようにした。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.20 +date: 1995/10/24 00:21:02; author: morioka; state: Exp; lines: +4 -1 +[tm ML(日本語版):1031] での、小林 修平 + さんの指摘に従い、buffer local 変数 +を全て defvar するようにした。 +---------------------------- + + +* tm/mh-e + + Version 7.9 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.9 +date: 1995/10/26 09:26:23; author: morioka; state: Exp; lines: +20 -13 +tm-comp 用の設定をするのをやめて、代わりに tm-edit 用の設定をするよう +にした。 +---------------------------- diff --git a/old-logs/Changes-7.21.en b/old-logs/Changes-7.21.en new file mode 100644 index 0000000..5a55202 --- /dev/null +++ b/old-logs/Changes-7.21.en @@ -0,0 +1,119 @@ +* mel + + Attached version 3.1. + +mel/mel.el +---------------------------- +revision 3.1 +date: 1995/10/30 06:03:37; author: morioka; state: Exp; lines: +18 -14 +(1) setting for function `uuencode-decode-region' of mel-u.el. +(2) Variable `mime-decoding-method-alist' was created to chose decoder + in function `mime/decode-region'. +---------------------------- + +mel/mel-u.el +---------------------------- +revision 2.0 +date: 1995/10/30 06:01:29; author: morioka; state: Exp; lines: +51 -1 +Function `uuencode-decode-region' was created. +---------------------------- + + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.9 +date: 1995/10/28 06:02:53; author: morioka; state: Exp; lines: +38 -39 +(1) all of VM settings were deleted. +(2) `mime-setup-load-hook' was created. +(3) Setting to decode encoded-words was inserted to variable + `mime/editor-mode-hook'. Other similar settings were deleted. +---------------------------- +revision 7.8 +date: 1995/10/27 08:36:13; author: morioka; state: Exp; lines: +2 -16 +For `mh-letter-mode-hook', do add-hook as append mode. +---------------------------- + +tm/tm-edit.el +---------------------------- +revision 7.14 +date: 1995/10/29 06:15:49; author: morioka; state: Exp; lines: +6 -120 +Unnecessary comments were deleted. +---------------------------- +revision 7.13 +date: 1995/10/28 05:48:36; author: morioka; state: Exp; lines: +501 -463 +(1) prefix was renamed from ``tm-edit/'' to ``mime-editor/''. +(2) `mime-mode' was renamed to `mime/editor-mode'. +(3) Does not set sending key. + It sets function `mime-editor/maybe-translate' to before sending + hooks of each MUAs'. +(4) Some problems were fixed. +---------------------------- +revision 7.12 +date: 1995/10/27 11:18:22; author: morioka; state: Exp; lines: +13 -43 +Forgot part to rename `mime-menu' to `tm-edit/menu' was renamed. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.21 +date: 1995/10/30 05:57:27; author: morioka; state: Exp; lines: +31 -17 +Variable `mime-viewer/over-to-previous-method-alist' and variable +`mime-viewer/over-to-next-method-alist' were created. +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.8 +date: 1995/10/30 05:52:36; author: morioka; state: Exp; lines: +80 -23 +automatic MIME preview support. +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.3 +date: 1995/10/28 06:00:09; author: morioka; state: Exp; lines: +13 -1 +Code for mime-setup. +---------------------------- + + +* tm/mh-e + + Attached version 7.10. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.10 +date: 1995/10/30 03:19:18; author: morioka; state: Exp; lines: +2 -2 +Setting for tm-edit was modified because variable +`tm-edit/message-inserter-alist' was renamed to +`mime-editor/message-inserter-alist'. +---------------------------- + + +* tm/gnus + + Attached version 7.12. + +tm/gnus/tm-gnus4.el +---------------------------- +revision 7.1 +date: 1995/10/28 05:44:44; author: morioka; state: Exp; lines: +1 -98 +Setting for tm-comp was deleted. +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.12 +date: 1995/10/29 14:13:08; author: morioka; state: Exp; lines: +16 -29 +(1) encoded-words decoding mode (tm-gnus/decode-all = nil) was + abolished. So variable `tm-gnus/decode-all' was deleted. +(2) Redefine function `gnus-article-hide-headers-if-wanted'. +(3) Variable `tm-gnus/automatic-mime-preview' was created. It is set + to variable `gnus-show-mime'. +---------------------------- +revision 7.11 +date: 1995/10/27 10:19:38; author: morioka; state: Exp; lines: +3 -1 +measure for BBDB again. +---------------------------- diff --git a/old-logs/Changes-7.21.ja b/old-logs/Changes-7.21.ja new file mode 100644 index 0000000..175ef66 --- /dev/null +++ b/old-logs/Changes-7.21.ja @@ -0,0 +1,125 @@ +* mel + + Version 3.1 を添付した。 + +mel/mel.el +---------------------------- +revision 3.1 +date: 1995/10/30 06:03:37; author: morioka; state: Exp; lines: +18 -14 +(1) mel-u.el の uuencode-decode-region の設定を行った。 +(2) 変数 mime-decoding-method-alist を設けて、関数 mime/decode-region + での decoder の選択にこれを用いるようにした。 +---------------------------- + +mel/mel-u.el +---------------------------- +revision 2.0 +date: 1995/10/30 06:01:29; author: morioka; state: Exp; lines: +51 -1 +関数 uuencode-decode-region を追加した。 +---------------------------- + + +* tm + +tm/mime-setup.el +---------------------------- +revision 7.9 +date: 1995/10/28 06:02:53; author: morioka; state: Exp; lines: +38 -39 +(1) VM 用の設定を全て削除した。 +(2) mime-setup-load-hook を設けた。 +(3) 変数 mime/editor-mode-hook に encoded-word の decode 用の code を + 入れ、それ以外の部分にあった mime/decode-message-header を呼ぶ設定 + を削除した。 +---------------------------- +revision 7.8 +date: 1995/10/27 08:36:13; author: morioka; state: Exp; lines: +2 -16 +mh-letter-mode-hook に対して append mode で add-hook するようにした。 +---------------------------- + +tm/tm-edit.el +---------------------------- +revision 7.14 +date: 1995/10/29 06:15:49; author: morioka; state: Exp; lines: +6 -120 +不要な comment を削除した。 +---------------------------- +revision 7.13 +date: 1995/10/28 05:48:36; author: morioka; state: Exp; lines: +501 -463 +(1) prefix を ``tm-edit/'' から ``mime-editor/'' に変えた。 +(2) mime-mode を mime/editor-mode に変えた。 +(3) 発信用の key を設定するのをやめ、各 MUA の発信直前に呼ばれる hook + に関数 mime-editor/maybe-translate を設定するようにした。 +(4) いろいろな不具合を修正した。 +---------------------------- +revision 7.12 +date: 1995/10/27 11:18:22; author: morioka; state: Exp; lines: +13 -43 +定数 mime-menu を tm-edit/menu に rename するのを忘れていた部分を修正 +した。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.21 +date: 1995/10/30 05:57:27; author: morioka; state: Exp; lines: +31 -17 +message の先頭 content から前に行こうとする時に呼ばれる +`mime-viewer/over-to-previous-method-alist' と message の末尾の +content から次の content に行こうとする時に呼ばれる +`mime-viewer/over-to-next-method-alist' を設けた。 +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.8 +date: 1995/10/30 05:52:36; author: morioka; state: Exp; lines: +80 -23 +automatic MIME preview support を行った。 +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.3 +date: 1995/10/28 06:00:09; author: morioka; state: Exp; lines: +13 -1 +mime-setup 対策用の code を入れた。 +---------------------------- + + +* tm/mh-e + + Version 7.10 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.10 +date: 1995/10/30 03:19:18; author: morioka; state: Exp; lines: +2 -2 +変数 tm-edit/message-inserter-alist が +`mime-editor/message-inserter-alist' に改名されたのに伴い、tm-edit の +設定を修正した。 +---------------------------- + + +* tm/gnus + + Version 7.12 を添付した。 + +tm/gnus/tm-gnus4.el +---------------------------- +revision 7.1 +date: 1995/10/28 05:44:44; author: morioka; state: Exp; lines: +1 -98 +tm-comp 用の設定を削除した。 +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.12 +date: 1995/10/29 14:13:08; author: morioka; state: Exp; lines: +16 -29 +(1) encoded-word の decode だけを行う mode(tm-gnus/decode-all が nil + である状態)を廃止した。これに伴い、変数 tm-gnus/decode-all を廃止 + した。 +(2) 関数 gnus-article-hide-headers-if-wanted を再定義するようにした。 +(3) 変数 tm-gnus/automatic-mime-preview を設けた。これは変数 + gnus-show-mime に代入される。(default の状態で automatic MIME + preview mode にし、なおかつ、user が初期状態を設定できるようにする + ため) +---------------------------- +revision 7.11 +date: 1995/10/27 10:19:38; author: morioka; state: Exp; lines: +3 -1 +BBDB 対策用の設定をまたまた修正。 +---------------------------- diff --git a/old-logs/Changes-7.22.en b/old-logs/Changes-7.22.en new file mode 100644 index 0000000..d3d1499 --- /dev/null +++ b/old-logs/Changes-7.22.en @@ -0,0 +1,136 @@ +* tl + + Attached version 7.01.3. + + +* mel + + Attached version 3.2. + + +* tm + +tm/tm-edit.el +---------------------------- +revision 7.15 +date: 1995/11/03 08:32:03; author: morioka; state: Exp; lines: +77 -9 +Addition for image/tiff and text/x-rot13-47. +---------------------------- + +tm/tm-file.el +---------------------------- +revision 2.0 +date: 1995/11/06 16:05:29; author: morioka; state: Exp; lines: +17 -5 +(1) Function `mime/extract-file' was renamed to + `mime-article/extract-file'. +(2) took measure for jam-zcat and jka-compr. +---------------------------- +revision 1.1 +date: 1995/11/03 08:32:58; author: morioka; state: Exp; +It was created as a tm-view internal method module for file +extraction. +---------------------------- + +tm/tm-mail.el +---------------------------- +revision 1.1 +date: 1995/11/04 08:22:24; author: morioka; state: Exp; +It was created as a tm-view internal method module for message/rfc822 +and text/x-rot13-47. +---------------------------- + +tm/tm-play.el +---------------------------- +revision 4.0 +date: 1995/11/04 07:51:22; author: morioka; state: Exp; lines: +4 -2 +Don't code convert when reading partial part files. +---------------------------- +revision 3.0 +date: 1995/11/03 08:53:58; author: morioka; state: Exp; lines: +6 -2 +Function `mime-article/decode-message/partial' was modified not to +code convert when reading FULL file. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.22 +date: 1995/11/03 09:05:23; author: morioka; state: Exp; lines: +21 -15 +(1) New function `mime-preview/decode-text-region'. +(2) use function `mime/code-convert-region-to-emacs' as code converter + for mime/show-message-mode. +(3) Buffer local variable `mime/mother-buffer' was renamed to + `mime::preview/mother-buffer'. +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.12 +date: 1995/11/02 12:20:51; author: morioka; state: Exp; lines: +2 -2 +In function `tm-rmail/view-message', fixed renaming mistake of +`tm-rmail/preview-message'. +---------------------------- +revision 7.11 +date: 1995/11/02 07:03:01; author: morioka; state: Exp; lines: +3 -2 +Function `tm-rmail/preview-message' was modified to use function +`rfc822/get-field-body' instead of function +`mail-fetch-field'. (because of text property problem in Emacs 19.29) +---------------------------- +revision 7.10 +date: 1995/11/02 06:04:48; author: morioka; state: Exp; lines: +2 -2 +In function `tm-rmail/forward', fixed renaming mistake of +`tm-edit/insert-tag' -> `mime-editor/insert-tag'. +---------------------------- +revision 7.9 +date: 1995/10/31 14:20:25; author: morioka; state: Exp; lines: +2 -2 +Function `tm-rmail/forward-from-gnus' was renamed to +`gnus-mail-forward-using-mail-mime'. +---------------------------- + +tm/mh-e + + Attached version 7.12. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.12 +date: 1995/10/31 15:27:51; author: morioka; state: Exp; lines: +1 -46 +Function `gnus-mail-forward-using-mhe-mime' was moved to tm-gnus5.el +again. +---------------------------- +revision 7.11 +date: 1995/10/31 14:17:09; author: morioka; state: Exp; lines: +47 -1 +Insert (require 'mh-comp) in function +`gnus-mail-forward-using-mhe-mime'. +---------------------------- + +tm/mh-e/tm-mh-e3.el +---------------------------- +revision 6.0 +date: 1995/10/31 14:24:41; author: morioka; state: Exp; lines: +5 -1 +Insert (provide 'mh-comp). +---------------------------- + + +tm/gnus + + Attached version 7.13. + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.7 +date: 1995/10/31 15:24:49; author: morioka; state: Exp; lines: +58 -1 +Function `gnus-mail-forward-using-mhe-mime' was defined in this module +again. +---------------------------- +revision 7.6 +date: 1995/10/31 13:52:48; author: morioka; state: Exp; lines: +1 -47 +Function `gnus-mail-forward-using-mhe-mime' was moved to tm-mh-e.el. +---------------------------- +revision 7.5 +date: 1995/10/31 13:45:21; author: morioka; state: Exp; lines: +108 -136 +(1) automatic MIME preview support for original Gnus 5.0.x. + (``with tm patch'' is regarded as original Gnus 5.0.x) +(2) tm-gnus/decode-all was abolished and changed like tm-sgnus way. +(3) setting for BBDB. +(4) Function `gnus-mail-forward-using-mhe-mime' was modified. +---------------------------- diff --git a/old-logs/Changes-7.22.ja b/old-logs/Changes-7.22.ja new file mode 100644 index 0000000..da2428a --- /dev/null +++ b/old-logs/Changes-7.22.ja @@ -0,0 +1,134 @@ +* tl + + Version 7.01.3 を添付した。 + + +* mel + + Version 3.2 を添付した。 + + +* tm + +tm/tm-edit.el +---------------------------- +revision 7.15 +date: 1995/11/03 08:32:03; author: morioka; state: Exp; lines: +77 -9 +image/tiff と text/x-rot13-47 を追加した。 +---------------------------- + +tm/tm-file.el +---------------------------- +revision 2.0 +date: 1995/11/06 16:05:29; author: morioka; state: Exp; lines: +17 -5 +(1) 関数 mime/extract-file を mime-article/extract-file に改名した。 +(2) jam-zcat と jka-compr に対する対策を行った。 +---------------------------- +revision 1.1 +date: 1995/11/03 08:32:58; author: morioka; state: Exp; +file extraction 用の internal method module として新設した。 +---------------------------- + +tm/tm-mail.el +---------------------------- +revision 1.1 +date: 1995/11/04 08:22:24; author: morioka; state: Exp; +message/rfc822 と text/x-rot13-47 用の internal method module として新 +設した。 +---------------------------- + +tm/tm-play.el +---------------------------- +revision 4.0 +date: 1995/11/04 07:51:22; author: morioka; state: Exp; lines: +4 -2 +書き出した各 part を読み込む時に code 変換を行わないようにした。 +---------------------------- +revision 3.0 +date: 1995/11/03 08:53:58; author: morioka; state: Exp; lines: +6 -2 +関数 mime-article/decode-message/partial で FULL file を code 変換せず +に読み込むようにした。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.22 +date: 1995/11/03 09:05:23; author: morioka; state: Exp; lines: +21 -15 +(1) 関数 mime-preview/decode-text-region を設けた。 +(2) mime/show-message-mode 用の code converter として、関数 + mime/code-convert-region-to-emacs を用いるようにした。 +(3) buffer local 変数 `mime/mother-buffer' を + `mime::preview/mother-buffer' に改名した。 +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.12 +date: 1995/11/02 12:20:51; author: morioka; state: Exp; lines: +2 -2 +関数 tm-rmail/view-message を `tm-rmail/preview-message' に rename す +るのを忘れていたのを修正した。 +---------------------------- +revision 7.11 +date: 1995/11/02 07:03:01; author: morioka; state: Exp; lines: +3 -2 +関数 tm-rmail/preview-message で、関数 mail-fetch-field を使うのをやめ +て、関数 rfc822/get-field-body を使うようにした。 +---------------------------- +revision 7.10 +date: 1995/11/02 06:04:48; author: morioka; state: Exp; lines: +2 -2 +関数 tm-rmail/forward で `tm-edit/insert-tag' を +`mime-editor/insert-tag' に rename し忘れていた部分を修正した。 +---------------------------- +revision 7.9 +date: 1995/10/31 14:20:25; author: morioka; state: Exp; lines: +2 -2 +関数 tm-rmail/forward-from-gnus を `gnus-mail-forward-using-mail-mime' +に改名した。 +---------------------------- + +tm/mh-e + + Version 7.12 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.12 +date: 1995/10/31 15:27:51; author: morioka; state: Exp; lines: +1 -46 +やっぱり、関数 gnus-mail-forward-using-mhe-mime は tm-gnus5.el の中で +定義することにした。 +---------------------------- +revision 7.11 +date: 1995/10/31 14:17:09; author: morioka; state: Exp; lines: +47 -1 +関数 gnus-mail-forward-using-mhe-mime の中に (require 'mh-comp) を入れ +た。 +---------------------------- + +tm/mh-e/tm-mh-e3.el +---------------------------- +revision 6.0 +date: 1995/10/31 14:24:41; author: morioka; state: Exp; lines: +5 -1 +(provide 'mh-comp) を入れた。 +---------------------------- + + +tm/gnus + + Version 7.13 を添付した。 + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.7 +date: 1995/10/31 15:24:49; author: morioka; state: Exp; lines: +58 -1 +やっぱり、関数 gnus-mail-forward-using-mhe-mime はこの中で定義すること +にした。 +---------------------------- +revision 7.6 +date: 1995/10/31 13:52:48; author: morioka; state: Exp; lines: +1 -47 +関数 gnus-mail-forward-using-mhe-mime を tm-mh-e.el に移した。 +---------------------------- +revision 7.5 +date: 1995/10/31 13:45:21; author: morioka; state: Exp; lines: +108 -136 +(1) original の Gnus 5.0.x の場合でも automatic MIME preview support + が行えるようにした。(``with tm patch'' の場合も original として扱 + われる) +(2) tm-gnus/decode-all を廃止して、tm-sgnus と同様の方式に変えた。 +(3) BBDB 用の設定を行った。 +(4) 関数 gnus-mail-forward-using-mhe-mime を修正した。 +---------------------------- diff --git a/old-logs/Changes-7.23.en b/old-logs/Changes-7.23.en new file mode 100644 index 0000000..2c02cd8 --- /dev/null +++ b/old-logs/Changes-7.23.en @@ -0,0 +1,182 @@ +* tl + + Attached version 7.01.4. + + +* tm + +tm/tm-def.el +---------------------------- +revision 7.1 +date: 1995/11/10 10:43:15; author: morioka; state: Exp; lines: +56 -1 +Function `mime-editor/caesar-region' was moved from tm-edit.el, and +defined as `tm:caesar-region'. +---------------------------- + +tm/tm-edit.el +---------------------------- +revision 7.23 +date: 1995/11/11 12:48:30; author: morioka; state: Exp; lines: +2 -25 +Function `rfc822/get-header-string-except' was moved to tl-822.el. +---------------------------- +revision 7.22 +date: 1995/11/11 11:53:08; author: morioka; state: Exp; lines: +10 -24 +(1) Variable `mime-editor/message-sender-alist' was renamed to + `mime-editor/split-message-sender-alist'. +(2) Variable `mime-editor/message-before-send-hook-alist' and variable + `mime-editor/message-after-send-hook-alist' were abolished. (They + have not already been used.) +---------------------------- +revision 7.21 +date: 1995/11/11 11:31:31; author: morioka; state: Exp; lines: +34 -13 +Variable `mime-editor/blind-fields-regexp' was renamed to +`mime-editor/split-blind-fields-regexp'. +---------------------------- +revision 7.20 +date: 1995/11/11 11:16:47; author: morioka; state: Exp; lines: +18 -17 +Constant `mime-editor/message-nuke-headers' was renamed to +`mime-editor/split-ignored-fields-regexp'. +---------------------------- +revision 7.19 +date: 1995/11/11 10:50:07; author: morioka; state: Exp; lines: +4 -4 +Variable `mime-editor/ignored-fields-regexp' was renamed to +`mime-editor/yank-ignored-fields-regexp'. +---------------------------- +revision 7.18 +date: 1995/11/10 12:43:39; author: morioka; state: Exp; lines: +19 -4 +(1) Variable `mime-editor/mail-inserter-alist' and function + `mime-editor/insert-mail' were added. +(2) Key of function `mime-editor/insert-tag' was changed to `C-c C-x + t', and function `mime-editor/mail-inserter-alist was bound to + `C-c C-x C-m'. +---------------------------- +revision 7.17 +date: 1995/11/10 11:51:23; author: morioka; state: Exp; lines: +24 -2 +Variable `mime-editor/ignored-fields-regexp' and function +`mime-editor/inserted-message-filter' were added. +---------------------------- +revision 7.16 +date: 1995/11/10 10:43:50; author: morioka; state: Exp; lines: +6 -57 +Function `mime-editor/caesar-region' was moved to tm-def.el. +---------------------------- + +tm/tm-play.el +---------------------------- +revision 7.1 +date: 1995/11/10 11:13:32; author: morioka; state: Exp; lines: +20 -2 +Function `mime-article/view-message/rfc822' was moved from +tm-mail.el. tm-mail.el was abolished. +---------------------------- +revision 7.0 +date: 1995/11/10 10:54:46; author: morioka; state: Exp; lines: +16 -1 +Function `mime-viewer/quitting-method-for-mime/show-message-mode' was +moved from tm-view.el. +---------------------------- +revision 6.0 +date: 1995/11/10 10:44:54; author: morioka; state: Exp; lines: +35 -1 +function `mime-article/decode-caesar' was moved from tm-mail.el. +---------------------------- +revision 5.0 +date: 1995/11/08 07:32:41; author: morioka; state: Exp; lines: +26 -2 +Variable `mime-article/coding-system-alist' and variable +`mime-article/kanji-code-alist' were added. In function +`mime-article/decode-message/partial', they were used as character +coding system when partial part was wrote. +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.15 +date: 1995/11/12 15:15:15; author: morioka; state: Exp; lines: +3 -2 +Function `tm-rmail/preview-message' was fixed problem of judgement of +unnecessary null line. +---------------------------- +revision 7.14 +date: 1995/11/10 10:04:18; author: morioka; state: Exp; lines: +8 -1 +Function `tm-rmail/preview-message' was modified to narrow to remove +unnecessary null line added by RMAIL. +---------------------------- +revision 7.13 +date: 1995/11/09 17:58:49; author: morioka; state: Exp; lines: +2 -2 +Function `tm-rmail/preview-message' was modified to use function +`mime/Content-Transfer-Encoding'. (measure for Emacs 19.29 text +property) +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.23 +date: 1995/11/10 11:15:31; author: morioka; state: Exp; lines: +11 -12 +(1) Function `mime-viewer/quitting-method-for-mime/show-message-mode' + was moved to tm-play.el. +(2) setting for function `mime-article/decode-caesar' and function + `mime-article/view-message/rfc822'. +---------------------------- + + +* tm/gnus + + Attached version 7.15. + +tm/gnus/tm-gnus.el +---------------------------- +revision 7.4 +date: 1995/11/13 09:28:17; author: morioka; state: Exp; lines: +2 -2 +Variable `mime-editor/ignored-fields-regexp' was renamed to +`mime-editor/yank-ignored-fields-regexp'. +---------------------------- +revision 7.3 +date: 1995/11/11 10:48:11; author: morioka; state: Exp; lines: +3 -3 +Function `tm-gnus/yank-message' was renamed to `tm-gnus/insert-article'. +---------------------------- +revision 7.2 +date: 1995/11/11 10:45:21; author: morioka; state: Exp; lines: +21 -21 +Function `tm-gnus/yank-message' was modified to change `let*' to `let'. +---------------------------- +revision 7.1 +date: 1995/11/11 10:33:08; author: morioka; state: Exp; lines: +42 -2 +New function `tm-gnus/yank-message'. setting for tm-edit.el. +---------------------------- + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.8 +date: 1995/11/10 10:07:15; author: morioka; state: Exp; lines: +38 -4 +(1) fixed problem of judgement of automatic MIME preview mode. +(2) redefine function `gnus-article-setup-buffer'. +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.14 +date: 1995/11/10 10:09:52; author: morioka; state: Exp; lines: +12 -4 +fixed problem of judgement of automatic MIME preview mode. +---------------------------- + + +* tm/mh-e + + Attached version 7.16. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.16 +date: 1995/11/11 13:02:40; author: morioka; state: Exp; lines: +7 -2 +In function `tm-mh-e/view-message', judgement which preview +buffer was exist or not was fixed. +---------------------------- +revision 7.15 +date: 1995/11/11 10:42:32; author: morioka; state: Exp; lines: +2 -2 +Function `tm-mh-e/prompt-for-message' was fixed to check buffer local +variable `mh-sent-from-msg' is bound. +---------------------------- +revision 7.14 +date: 1995/11/10 12:47:01; author: morioka; state: Exp; lines: +7 -2 +setting to use function `tm-mh-e/insert-message' as mail-inserter for +mh-letter-mode and news-reply-mode. +---------------------------- +revision 7.13 +date: 1995/11/10 12:00:58; author: morioka; state: Exp; lines: +2 -1 +Function `tm-mh-e/insert-message' was modified to call function +`mime-editor/inserted-message-filter'. +---------------------------- diff --git a/old-logs/Changes-7.23.ja b/old-logs/Changes-7.23.ja new file mode 100644 index 0000000..349c73d --- /dev/null +++ b/old-logs/Changes-7.23.ja @@ -0,0 +1,185 @@ +* tl + + Version 7.01.4 を添付した。 + + +* tm + +tm/tm-def.el +---------------------------- +revision 7.1 +date: 1995/11/10 10:43:15; author: morioka; state: Exp; lines: +56 -1 +関数 mime-editor/caesar-region を tm-edit.el から移し、 +`tm:caesar-region' として定義した。 +---------------------------- + +tm/tm-edit.el +---------------------------- +revision 7.23 +date: 1995/11/11 12:48:30; author: morioka; state: Exp; lines: +2 -25 +関数 rfc822/get-header-string-except を tl-822.el に移した。 +---------------------------- +revision 7.22 +date: 1995/11/11 11:53:08; author: morioka; state: Exp; lines: +10 -24 +(1) 変数 mime-editor/message-sender-alist を + `mime-editor/split-message-sender-alist' に改名した。 +(2) 変数 mime-editor/message-before-send-hook-alist と変数 + mime-editor/message-after-send-hook-alist を廃止した。(既に使って + いなかったため) +---------------------------- +revision 7.21 +date: 1995/11/11 11:31:31; author: morioka; state: Exp; lines: +34 -13 +変数 mime-editor/blind-fields-regexp を +`mime-editor/split-blind-fields-regexp' に改名した。 +---------------------------- +revision 7.20 +date: 1995/11/11 11:16:47; author: morioka; state: Exp; lines: +18 -17 +定数 mime-editor/message-nuke-headers を +`mime-editor/split-ignored-fields-regexp' に改名した。 +---------------------------- +revision 7.19 +date: 1995/11/11 10:50:07; author: morioka; state: Exp; lines: +4 -4 +変数 mime-editor/ignored-fields-regexp を +`mime-editor/yank-ignored-fields-regexp' に改名した。 +---------------------------- +revision 7.18 +date: 1995/11/10 12:43:39; author: morioka; state: Exp; lines: +19 -4 +(1) 変数 mime-editor/mail-inserter-alist と関数 + mime-editor/insert-mail を追加した。 +(2) 関数 mime-editor/insert-tag の key を C-c C-x t に変更し、C-c C-x + C-m に関数 mime-editor/mail-inserter-alist を割り当てた。 +---------------------------- +revision 7.17 +date: 1995/11/10 11:51:23; author: morioka; state: Exp; lines: +24 -2 +変数 mime-editor/ignored-fields-regexp と関数 +mime-editor/inserted-message-filter を追加した。 +---------------------------- +revision 7.16 +date: 1995/11/10 10:43:50; author: morioka; state: Exp; lines: +6 -57 +関数 mime-editor/caesar-region を tm-def.el に移した。 +---------------------------- + +tm/tm-play.el +---------------------------- +revision 7.1 +date: 1995/11/10 11:13:32; author: morioka; state: Exp; lines: +20 -2 +関数 mime-article/view-message/rfc822 を tm-mail.el から移し、 +tm-mail.el を廃止した。 +---------------------------- +revision 7.0 +date: 1995/11/10 10:54:46; author: morioka; state: Exp; lines: +16 -1 +関数 mime-viewer/quitting-method-for-mime/show-message-mode を +tm-view.el から移した。 +---------------------------- +revision 6.0 +date: 1995/11/10 10:44:54; author: morioka; state: Exp; lines: +35 -1 +関数 mime-article/decode-caesar を tm-mail.el から移した。 +---------------------------- +revision 5.0 +date: 1995/11/08 07:32:41; author: morioka; state: Exp; lines: +26 -2 +変数 mime-article/coding-system-alist と変数 +mime-article/kanji-code-alist を設け、関数 +mime-article/decode-message/partial で partial part を書き出す時の文字 +code としてこれを用いることにした。 +---------------------------- + +tm/tm-rmail.el +---------------------------- +revision 7.15 +date: 1995/11/12 15:15:15; author: morioka; state: Exp; lines: +3 -2 +関数 tm-rmail/preview-message において、余分な空行の判定に関する不具合 +を修正した。 +---------------------------- +revision 7.14 +date: 1995/11/10 10:04:18; author: morioka; state: Exp; lines: +8 -1 +関数 tm-rmail/preview-message で、RMAIL が余分につける空行を除いた領域 +に mime/viewer-mode を実行するようにした。 +---------------------------- +revision 7.13 +date: 1995/11/09 17:58:49; author: morioka; state: Exp; lines: +2 -2 +関数 tm-rmail/preview-message で関数 mime/Content-Transfer-Encoding を +使うようにした。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.23 +date: 1995/11/10 11:15:31; author: morioka; state: Exp; lines: +11 -12 +(1) 関数 mime-viewer/quitting-method-for-mime/show-message-mode を + tm-play.el に移した。 +(2) 関数 mime-article/decode-caesar と関数 + mime-article/view-message/rfc822 の設定を行った。 +---------------------------- + + +* tm/gnus + + Version 7.15 を添付した。 + +tm/gnus/tm-gnus.el +---------------------------- +revision 7.4 +date: 1995/11/13 09:28:17; author: morioka; state: Exp; lines: +2 -2 +変数 mime-editor/ignored-fields-regexp を +`mime-editor/yank-ignored-fields-regexp' に改名した。 +---------------------------- +revision 7.3 +date: 1995/11/11 10:48:11; author: morioka; state: Exp; lines: +3 -3 +関数 tm-gnus/yank-message を `tm-gnus/insert-article' に改名した。 +---------------------------- +revision 7.2 +date: 1995/11/11 10:45:21; author: morioka; state: Exp; lines: +21 -21 +関数 tm-gnus/yank-message で `let*' を `let' に変えた。 +---------------------------- +revision 7.1 +date: 1995/11/11 10:33:08; author: morioka; state: Exp; lines: +42 -2 +関数 tm-gnus/yank-message を追加し、tm-edit.el 用の設定を行った。 +---------------------------- + +tm/gnus/tm-gnus5.el +---------------------------- +revision 7.8 +date: 1995/11/10 10:07:15; author: morioka; state: Exp; lines: +38 -4 +(1) automatic MIME preview mode の判定に関する不具合を修正した。 +(2) 関数 gnus-article-setup-buffer を再定義するようにした。 +---------------------------- + +tm/gnus/tm-sgnus.el +---------------------------- +revision 7.15 +date: 1995/11/13 09:29:19; author: morioka; state: Exp; lines: +9 -5 +automatic MIME preview mode の判定結果を変数 +tm-gnus/automatic-mime-preview に保存するようにした。 +---------------------------- +revision 7.14 +date: 1995/11/10 10:09:52; author: morioka; state: Exp; lines: +12 -4 +automatic MIME preview mode の判定に関する不具合を修正した。 +---------------------------- + + +* tm/mh-e + + Version 7.16 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.16 +date: 1995/11/11 13:02:40; author: morioka; state: Exp; lines: +7 -2 +関数 tm-mh-e/view-message での preview buffer が存在しているかどうかの +判定の不具合を修正した。 +---------------------------- +revision 7.15 +date: 1995/11/11 10:42:32; author: morioka; state: Exp; lines: +2 -2 +関数 tm-mh-e/prompt-for-message で buffer local 変数 mh-sent-from-msg +が束縛されているかどうかの check を行うようにした。 +---------------------------- +revision 7.14 +date: 1995/11/10 12:47:01; author: morioka; state: Exp; lines: +7 -2 +mh-letter-mode と news-reply-mode に対する mail-inserter として、関数 +tm-mh-e/insert-message を使うように設定した。 +---------------------------- +revision 7.13 +date: 1995/11/10 12:00:58; author: morioka; state: Exp; lines: +2 -1 +関数 tm-mh-e/insert-message で関数 mime-editor/inserted-message-filter +を呼ぶことにした。 +---------------------------- diff --git a/old-logs/Changes-7.24.en b/old-logs/Changes-7.24.en new file mode 100644 index 0000000..777d200 --- /dev/null +++ b/old-logs/Changes-7.24.en @@ -0,0 +1,69 @@ +* tl + + Attached version 7.01.5. + + +* tm + +tm/tm-def.el +---------------------------- +revision 7.2 +date: 1995/11/14 04:56:15; author: morioka; state: Exp; lines: +50 -1 +New function `tm:add-fields' and `tm:delete-fields' to modify +*-field-list and *-field-regexp variables. +---------------------------- + +tm/tm-edit.el +---------------------------- +revision 7.24 +date: 1995/11/14 05:04:22; author: morioka; state: Exp; lines: +21 -11 +(1) fixed mode of message/external-body; access-type = ftp or anon-ftp. +(2) New variable `mime-editor/yank-ignored-field-list'. +(3) Variable `mime-editor/yank-ignored-fields-regexp' was renamed to + `mime-editor/yank-ignored-field-regexp'. +(4) Constant `mime-editor/split-ignored-fields-regexp' was renamed to + `mime-editor/split-ignored-field-regexp'. +(5) Variable `mime-editor/split-blind-fields-regexp' was renamed to + `mime-editor/split-blind-field-regexp'. +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.24 +date: 1995/11/14 06:14:37; author: morioka; state: Exp; lines: +7 -8 +(1) Elements of variable `mime-viewer/ignored-field-list' were changes + to regexp. +(2) Function `mime/viewer-mode' was modified not to reset variable + `mime-viewer/ignored-field-regexp' from variable + `mime-viewer/ignored-field-list'. (Please use function + `tm:add-fields' and `tm:delete-fields' to modify them) +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.4 +date: 1995/11/14 04:52:30; author: morioka; state: Exp; lines: +324 -53 +(1) New variable `tm-vm/use-tm-patch'. If it is nil, tm-vm.el sets to + decode encoded-word by itself. +(2) New variable `tm-vm/automatic-mime-preview'. If it is t, tm-vm.el + does automatic MIME preview. New function + `tm-vm/toggle-preview-mode' is bound to `M-t' key. +(3) New function `tm-vm/forward-message' and + `tm-vm/send-digest'. Function `vm-forward-message' and + `vm-send-digest' were replace by them. If mime-setup.el is loaded, + variable `vm-forwarding-digest-type' and variable + `vm-digest-send-type' are set to "rfc1522". +---------------------------- + + +* tm/mh-e + + Attached version 7.17. + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.17 +date: 1995/11/14 06:29:27; author: morioka; state: Exp; lines: +14 -13 +Variable `tm-mh-e/decode-all' is renamed to +`tm-mh-e/automatic-mime-preview'. +---------------------------- diff --git a/old-logs/Changes-7.24.ja b/old-logs/Changes-7.24.ja new file mode 100644 index 0000000..ccd336d --- /dev/null +++ b/old-logs/Changes-7.24.ja @@ -0,0 +1,70 @@ +* tl + + Version 7.01.5 を添付した。 + + +* tm + +tm/tm-def.el +---------------------------- +revision 7.2 +date: 1995/11/14 04:56:15; author: morioka; state: Exp; lines: +50 -1 +*-field-list と *-field-regexp を操作するための関数 tm:add-fields と関 +数 tm:delete-fields を追加した。 +---------------------------- + +tm/tm-edit.el +---------------------------- +revision 7.24 +date: 1995/11/14 05:04:22; author: morioka; state: Exp; lines: +21 -11 +(1) message/external-body の access-type = ftp, anon-ftp の時の mode + を修正した。 +(2) 変数 mime-editor/yank-ignored-field-list を設けた。 +(3) 変数 mime-editor/yank-ignored-fields-regexp を + `mime-editor/yank-ignored-field-regexp' に改名した。なお、この変数 + は直接操作せずに、tm:add-fields か tm:delete-fields を使って操作す + ることにする。 +(4) 定数 mime-editor/split-ignored-fields-regexp を + `mime-editor/split-ignored-field-regexp' に改名した。 +(5) 変数 mime-editor/split-blind-fields-regexp を + `mime-editor/split-blind-field-regexp' に改名した。 +---------------------------- + +tm/tm-view.el +---------------------------- +revision 7.24 +date: 1995/11/14 06:14:37; author: morioka; state: Exp; lines: +7 -8 +(1) 変数 mime-viewer/ignored-field-list の要素を正規表現とした。 +(2) 関数 mime/viewer-mode で変数 mime-viewer/ignored-field-regexp を設 + 定し直すのはやめた。(変数 mime-viewer/ignored-field-list と変数 + mime-viewer/ignored-field-regexp は直接設定せず、関数 + tm:add-fields と関数 tm:delete-fields を使うこと) +---------------------------- + +tm/tm-vm.el +---------------------------- +revision 7.4 +date: 1995/11/14 04:52:30; author: morioka; state: Exp; lines: +324 -53 +(1) 変数 tm-vm/use-tm-patch を設け、これが nil の場合は自力で + encoded-word を decode する設定を行うようにした。 +(2) 変数 tm-vm/automatic-mime-preview を設け、これが t の時 automatic + MIME preview を行うようにした。また、M-t に関数 + tm-vm/toggle-preview-mode を割り当てた。 +(3) 関数 tm-vm/forward-message, 関数 tm-vm/send-digest を設け、 + 関数 vm-forward-message, 関数 vm-send-digest と置き換えた。また、 + mime-setup.el が load された場合は、変数 + vm-forwarding-digest-type, 変数 vm-digest-send-type の値を + "rfc1522" にするようにした。 +---------------------------- + + +* tm/mh-e + + Version 7.17 を添付した。 + +tm/mh-e/tm-mh-e.el +---------------------------- +revision 7.17 +date: 1995/11/14 06:29:27; author: morioka; state: Exp; lines: +14 -13 +変数 tm-mh-e/decode-all を `tm-mh-e/automatic-mime-preview' に改名した。 +---------------------------- diff --git a/old-logs/Changes-7.25.en b/old-logs/Changes-7.25.en new file mode 100644 index 0000000..5dd7fa1 --- /dev/null +++ b/old-logs/Changes-7.25.en @@ -0,0 +1,102 @@ +* tl + + Attached version 7.01.6. + + +* tm + +tm-def.el +---------------------------- +revision 7.3 +date: 1995/11/15 14:21:50; author: morioka; state: Exp; lines: +5 -3 +fixed problem of function `tm:add-fields' and `tm:delete-fields'. +---------------------------- + +tm-edit.el +---------------------------- +revision 7.25 +date: 1995/11/15 14:17:09; author: morioka; state: Exp; lines: +6 -4 +(1) fixed problem of initialize of variable + `mime-editor/yank-ignored-field-regexp'. +(2) In function `mime-viewer::quitting-method/draft-preview', it was + fixed problem of renaming mistake `mime/mother-buffer' -> + `mime::preview/mother-buffer'. +---------------------------- + +tm-parse.el +---------------------------- +revision 6.0 +date: 1995/11/15 11:56:10; author: morioka; state: Exp; lines: +15 -12 +According to KOBAYASHI Shuuhei , I +fixed error of function `mime/parse-multipart'. +---------------------------- + +tm-view.el +---------------------------- +revision 7.25 +date: 1995/11/15 13:57:33; author: morioka; state: Exp; lines: +4 -2 +fixed problem of initialize of variable +`mime-viewer/ignored-field-regexp'. +---------------------------- + +tm-vm.el +---------------------------- +revision 7.7 +date: 1995/11/15 15:35:54; author: morioka; state: Exp; lines: +101 -61 +Function `tm-vm/preview-current-message' was modified based of Simon +Rowe 's code. (c.f. [tm-eng:163]) +---------------------------- +revision 7.6 +date: 1995/11/15 10:20:05; author: morioka; state: Exp; lines: +28 -5 +applied KOBAYASHI Shuuhei 's patch. +(c.f. [tm ML:1102]) +---------------------------- +revision 7.5 +date: 1995/11/15 09:06:19; author: morioka; state: Exp; lines: +38 -31 +applied Oscar Figueiredo 's modification. +---------------------------- + + +* tm/mh-e + + Attached version 7.20. + +tm-mh-e.el +---------------------------- +revision 7.20 +date: 1995/11/15 12:45:44; author: morioka; state: Exp; lines: +3 -3 +Function `tm-mh-e/mh-forward' was renamed to `tm-mh-e/forward'. +---------------------------- +revision 7.19 +date: 1995/11/15 12:37:25; author: morioka; state: Exp; lines: +82 -1 +New function `tm-mh-e/mh-forward' by OKABE Yasuo +. (c.f. [tm ML:1099]) +---------------------------- +revision 7.18 +date: 1995/11/15 12:25:25; author: morioka; state: Exp; lines: +28 -14 +applied OKABE Yasuo 's modification. +(c.f. [tm ML:1096]) +---------------------------- + + +* tm/gnus + + Attached version 7.16. + +tm-gnus5.el +---------------------------- +revision 7.9 +date: 1995/11/15 10:41:02; author: morioka; state: Exp; lines: +4 -3 +According to Masahiro MURATA , I fixed +problem of function `tm-gnus/summary-toggle-header'. +(c.f. [tm ML:1104]) +---------------------------- + +tm-sgnus.el +---------------------------- +revision 7.16 +date: 1995/11/15 10:36:09; author: morioka; state: Exp; lines: +4 -3 +According to Masahiro MURATA , I fixed +problem of function `tm-gnus/summary-toggle-header'. +(c.f. [tm ML:1104]) +---------------------------- diff --git a/old-logs/Changes-7.25.ja b/old-logs/Changes-7.25.ja new file mode 100644 index 0000000..3d4bbee --- /dev/null +++ b/old-logs/Changes-7.25.ja @@ -0,0 +1,101 @@ +* tl + + Version 7.01.6 を添付した。 + + +* tm + +tm-def.el +---------------------------- +revision 7.3 +date: 1995/11/15 14:21:50; author: morioka; state: Exp; lines: +5 -3 +関数 tm:add-fields と関数 tm:delete-fields の不具合を修正した。 +---------------------------- + +tm-edit.el +---------------------------- +revision 7.25 +date: 1995/11/15 14:17:09; author: morioka; state: Exp; lines: +6 -4 +(1) 変数 mime-editor/yank-ignored-field-regexp の初期化における不具合 + を修正した。 +(2) 関数 mime-viewer::quitting-method/draft-preview において、変数 + mime/mother-buffer を `mime::preview/mother-buffer' に改名し忘れて + いたのを修正した。 +---------------------------- + +tm-parse.el +---------------------------- +revision 6.0 +date: 1995/11/15 11:56:10; author: morioka; state: Exp; lines: +15 -12 +小林 修平 さんの指摘に従い、関数 +mime/parse-multipart の誤りを修正した。 +---------------------------- + +tm-view.el +---------------------------- +revision 7.25 +date: 1995/11/15 13:57:33; author: morioka; state: Exp; lines: +4 -2 +変数 mime-viewer/ignored-field-regexp の初期化における誤りを修正した。 +---------------------------- + +tm-vm.el +---------------------------- +revision 7.7 +date: 1995/11/15 15:35:54; author: morioka; state: Exp; lines: +101 -61 +[tm-eng:163] における Simon Rowe さんの code +をもとに関数 tm-vm/preview-current-message を修正した。 +---------------------------- +revision 7.6 +date: 1995/11/15 10:20:05; author: morioka; state: Exp; lines: +28 -5 +小林 修平 さんの patch を当てた。 +(c.f. [tm ML:1102]) +---------------------------- +revision 7.5 +date: 1995/11/15 09:06:19; author: morioka; state: Exp; lines: +38 -31 +Oscar Figueiredo さんの修正を加えた。 +---------------------------- + + +* tm/mh-e + + Version 7.20 を添付した。 + +tm-mh-e.el +---------------------------- +revision 7.20 +date: 1995/11/15 12:45:44; author: morioka; state: Exp; lines: +3 -3 +関数 tm-mh-e/mh-forward を `tm-mh-e/forward' に改名した。 +---------------------------- +revision 7.19 +date: 1995/11/15 12:37:25; author: morioka; state: Exp; lines: +82 -1 +岡部 寿男 さんの作の関数 +tm-mh-e/mh-forward を追加した。(c.f. [tm ML:1099]) +---------------------------- +revision 7.18 +date: 1995/11/15 12:25:25; author: morioka; state: Exp; lines: +28 -14 +[tm ML:1096] での、岡部 寿男 さんの修正を +採り入れる。 +---------------------------- + + +* tm/gnus + + Version 7.16 を添付した。 + +tm-gnus5.el +---------------------------- +revision 7.9 +date: 1995/11/15 10:41:02; author: morioka; state: Exp; lines: +4 -3 +[tm ML:1104] における、村田全寛 (Masahiro MURATA) + さんの指摘に従い、関数 +tm-gnus/summary-toggle-header の不具合を修正した。 +---------------------------- + +tm-sgnus.el +---------------------------- +revision 7.16 +date: 1995/11/15 10:36:09; author: morioka; state: Exp; lines: +4 -3 +[tm ML:1104] における、村田全寛 (Masahiro MURATA) + さんの指摘に従い、関数 +tm-gnus/summary-toggle-header の不具合を修正した。 +---------------------------- diff --git a/old-logs/Changes-7.26.en b/old-logs/Changes-7.26.en new file mode 100644 index 0000000..d181a86 --- /dev/null +++ b/old-logs/Changes-7.26.en @@ -0,0 +1,102 @@ +* tl + + Attached version 7.01.7. + + +* tm + +signature.el +---------------------------- +revision 7.0 +date: 1995/11/16 16:28:53; author: morioka; state: Exp; lines: +2 -2 +Default value of variable `signature-insert-at-eof' was recovered to +nil. +---------------------------- +revision 6.0 +date: 1995/11/16 16:28:17; author: morioka; state: Exp; lines: +10 -11 +Function `signature/insert-signature-at-eof' was modified not to do +save-excursion. +---------------------------- +revision 5.0 +date: 1995/11/16 15:05:53; author: morioka; state: Exp; lines: +2 -2 +Default value of variable `signature-insert-at-eof' was changed to t. +---------------------------- + +tm-edit.el +---------------------------- +revision 7.26 +date: 1995/11/16 16:32:36; author: morioka; state: Exp; lines: +140 -107 +fixed mistake about multipart boundary in RFC 1521 interpretation. +---------------------------- + +tm-html.el +---------------------------- +revision 7.1 +date: 1995/11/16 15:43:34; author: morioka; state: Exp; lines: +2 -1 +call `mime-article/decode-html-hook'. +---------------------------- +revision 7.0 +date: 1995/11/16 15:42:08; author: morioka; state: Exp; lines: +1 -6 +Variable `mime-viewer/html-default-mode' was abolished. +---------------------------- +revision 6.0 +date: 1995/11/16 15:40:04; author: morioka; state: Exp; lines: +3 -3 +Function `mime-viewer/decode-html' was renamed to +`mime-article/decode-html'. +---------------------------- +revision 5.0 +date: 1995/11/16 15:38:16; author: morioka; state: Exp; lines: +3 -3 +renamed to tm-html.el. +---------------------------- +revision 4.0 +date: 1995/11/16 15:35:57; author: morioka; state: Exp; lines: +8 -2 +Function `mime-viewer/decode-html' was fixed to bind local variable +`encoding'. +---------------------------- + +tm-partial.el +---------------------------- +revision 7.11 +date: 1995/11/16 15:51:10; author: morioka; state: Exp; lines: +2 -1 +insert (require 'tm-play). +---------------------------- + +tm-play.el +---------------------------- +revision 7.2 +date: 1995/11/16 15:12:43; author: morioka; state: Exp; lines: +3 -2 +Function `mime-article/decode-caesar' was fixed mistake of local +variable `charset' and `encoding'. +---------------------------- + +tm-vm.el +---------------------------- +revision 7.10 +date: 1995/11/16 17:07:02; author: morioka; state: Exp; lines: +3 -2 +Function `tm-vm/quit' was fixed to check +`mime::article/preview-buffer' is exist or not. +---------------------------- +revision 7.9 +date: 1995/11/16 17:04:03; author: morioka; state: Exp; lines: +29 -1 +New function `tm-vm/expunge-folder' by Oscar Figueiredo +. +---------------------------- +revision 7.8 +date: 1995/11/16 11:20:57; author: morioka; state: Exp; lines: +2 -2 +SHIONO Jun'ichi 's patch was applied. +(c.f. [tm ML:1112]) +---------------------------- + + +* tm/gnus + + Attached Version 7.16.1. + +tm-gnus.el +---------------------------- +revision 7.5 +date: 1995/11/16 15:28:58; author: morioka; state: Exp; lines: +2 -2 +Function `tm-gnus/insert-article was fixed to change +`mime-editor/yank-ignored-fields-regexp' to +`mime-editor/yank-ignored-field-regexp'. +---------------------------- diff --git a/old-logs/Changes-7.26.ja b/old-logs/Changes-7.26.ja new file mode 100644 index 0000000..f5c7e6f --- /dev/null +++ b/old-logs/Changes-7.26.ja @@ -0,0 +1,101 @@ +* tl + + Version 7.01.7 を添付した。 + + +* tm + +signature.el +---------------------------- +revision 7.0 +date: 1995/11/16 16:28:53; author: morioka; state: Exp; lines: +2 -2 +やっぱり、signature-insert-at-eof の初期値を nil に戻した。 +---------------------------- +revision 6.0 +date: 1995/11/16 16:28:17; author: morioka; state: Exp; lines: +10 -11 +関数 signature/insert-signature-at-eof で save-excursion しないことに +した。 +---------------------------- +revision 5.0 +date: 1995/11/16 15:05:53; author: morioka; state: Exp; lines: +2 -2 +変数 signature-insert-at-eof の初期値を t に変えた。 +---------------------------- + +tm-edit.el +---------------------------- +revision 7.26 +date: 1995/11/16 16:32:36; author: morioka; state: Exp; lines: +140 -107 +multipart の場合の規格解釈上の誤りを修正した。 +---------------------------- + +tm-html.el +---------------------------- +revision 7.1 +date: 1995/11/16 15:43:34; author: morioka; state: Exp; lines: +2 -1 +`mime-article/decode-html-hook' を呼ぶようにした。 +---------------------------- +revision 7.0 +date: 1995/11/16 15:42:08; author: morioka; state: Exp; lines: +1 -6 +変数 mime-viewer/html-default-mode を廃止した。 +---------------------------- +revision 6.0 +date: 1995/11/16 15:40:04; author: morioka; state: Exp; lines: +3 -3 +関数 mime-viewer/decode-html を `mime-article/decode-html' に改名した。 +---------------------------- +revision 5.0 +date: 1995/11/16 15:38:16; author: morioka; state: Exp; lines: +3 -3 +tm-html.el に改名した。 +---------------------------- +revision 4.0 +date: 1995/11/16 15:35:57; author: morioka; state: Exp; lines: +8 -2 +関数 mime-viewer/decode-html の局所変数 `encoding' を束縛するのを忘れ +ていたのを修正した。 +---------------------------- + +tm-partial.el +---------------------------- +revision 7.11 +date: 1995/11/16 15:51:10; author: morioka; state: Exp; lines: +2 -1 +(require 'tm-play) を入れた。 +---------------------------- + +tm-play.el +---------------------------- +revision 7.2 +date: 1995/11/16 15:12:43; author: morioka; state: Exp; lines: +3 -2 +関数 mime-article/decode-caesar の局所変数 `charset', `encoding' の定 +義に関するミスを修正した。 +---------------------------- + +tm-vm.el +---------------------------- +revision 7.10 +date: 1995/11/16 17:07:02; author: morioka; state: Exp; lines: +3 -2 +関数 tm-vm/quit で、mime::article/preview-buffer が存在するかどうかの +check を行うようにした。 +---------------------------- +revision 7.9 +date: 1995/11/16 17:04:03; author: morioka; state: Exp; lines: +29 -1 +Oscar Figueiredo 作の関数 +tm-vm/expunge-folder を追加した。 +---------------------------- +revision 7.8 +date: 1995/11/16 11:20:57; author: morioka; state: Exp; lines: +2 -2 +塩野@遊び人 さんの patch を当てた。 +(c.f. [tm ML:1112]) +---------------------------- + + +* tm/gnus + + Version 7.16.1 を添付した。 + +tm-gnus.el +---------------------------- +revision 7.5 +date: 1995/11/16 15:28:58; author: morioka; state: Exp; lines: +2 -2 +関数 tm-gnus/insert-article において、 +`mime-editor/yank-ignored-fields-regexp' を +`mime-editor/yank-ignored-field-regexp' に変えるのを忘れていたのを修正 +した。 +---------------------------- diff --git a/old-logs/Changes-7.27.1.ja b/old-logs/Changes-7.27.1.ja new file mode 100644 index 0000000..5673f8c --- /dev/null +++ b/old-logs/Changes-7.27.1.ja @@ -0,0 +1,19 @@ +Thu Nov 23 10:21:05 1995 Morioka Tomohiko + + * tm 7.27.1 を release した。 + + * tm-view.el: + 変数 mime-viewer/ignored-field-list の初期値に ".*Received" を加え + た。 + + * mime-setup.el: + 関数 mime/decode-message-header に対する autoload の設定を追加した。 + +Tue Nov 21 09:43:00 1995 Morioka Tomohiko + + * tm-vm.el: 関数 tm-vm/quit の不具合を修正した。 + +Mon Nov 20 23:54:54 1995 Morioka Tomohiko + + * tm-vm.el: Function `tm-vm/preview-current-message' was + modified. diff --git a/old-logs/Changes-7.27.ja b/old-logs/Changes-7.27.ja new file mode 100644 index 0000000..ec5955a --- /dev/null +++ b/old-logs/Changes-7.27.ja @@ -0,0 +1,62 @@ +Mon Nov 20 02:48:34 1995 Morioka Tomohiko + + * tm 7.27 を release. + * tm/mh-e: Version 7.25 を添付 + * tm/gnus: Version 7.18 を添付 + + * tm-vm.el: + (1) 関数 tm-vm/preview-current-message を修正した。 + (2) BBDB 用の code を修正した。 + + * tm-edit.el: + 関数 mime-editor/enclose-region における規格解釈上の誤りを修正した。 + +Sun Nov 19 18:06:34 1995 Morioka Tomohiko + + * tm-vm.el: + 関数 tm-vm/scroll-forward と関数 tm-vm/scroll-backward の不具合を + 修正した。 + + * tm-vm.el: + (1) 関数 tm-vm/preview-current-message に + (run-hooks 'tm-vm/vm-select-message-hook) を入れた。 + (2) BBDB の設定を行った。 + ((bbdb-insinuate-vm) の後に (load "tm-vm") を入れること) + + * mime-setup.el: + (add-hook 'mail-mode-hook 'mime/editor-mode) をやめ、 + (add-hook 'mail-setup-hook 'mime/editor-mode 'append) とした。 + + * tm-vm.el: + (1) 関数 mime::article/preview-buffer の不具合を修正した。 + (2) mime-setup を load する時の hook の再設定をやめた。 + +Fri Nov 17 14:34:52 1995 Morioka Tomohiko + + * tm-vm.el: + Oscar Figueiredo さんの修正を加えた。 + + * tm-html.el: + 小林 修平 さんの patch を当てた。 + (cf. [tm-ja:1117]) + + * tm-vm.el: + tiny-mime patch を使わない場合の Subject field の decode の仕方を + 変えた。 + + * tm-vm.el: + 塩野@遊び人 さんの patch を当てた。 + (cf. [tm-ja:1120]) + + * tm-vm.el: + 塩野@遊び人 さんの patch を当てた。 + (c.f. [tm-ja:1119]) + + * mh-e/tm-mh-e.el: + 関数 tm-mh-e/forward において、変数 tm-mh-e/use-forwcomps が + non-nil の時、変数 tm-mh-e/forwcomps で指定された forwcomps を用い + るようにした。 + + * mh-e/tm-mh-e.el: + 山岡 克美 さんの patch を当てた。 + (cf. [tm-ja:1116]) diff --git a/old-logs/Changes-7.29.en b/old-logs/Changes-7.29.en new file mode 100644 index 0000000..857b1ab --- /dev/null +++ b/old-logs/Changes-7.29.en @@ -0,0 +1,16 @@ +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]) diff --git a/old-logs/Changes-7.29.ja b/old-logs/Changes-7.29.ja new file mode 100644 index 0000000..066e29a --- /dev/null +++ b/old-logs/Changes-7.29.ja @@ -0,0 +1,18 @@ +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: + VM 用の mime-viewer/over-to-(previous|next)-method-alist を設定 + (cf. [tm-ja:1195]) + + * tm-view.el: + mime-viewer/mode に対する keybind の追加 ("<", ">") + (cf. [tm-ja:1195]) diff --git a/old-logs/Changes-7.30.ja b/old-logs/Changes-7.30.ja new file mode 100644 index 0000000..0d6fce9 --- /dev/null +++ b/old-logs/Changes-7.30.ja @@ -0,0 +1,75 @@ +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: + - tm-vm/automatic-mime-preview を user variable に。私は + tm-vm/automatic-mime-preview は user variable と思っていたのです + が、"*" がついていないみたいなのでつけてみました。 + #VM の場合は user variable でいいんですよね? + + - VM の hook を代用する tm-vm の hook の名前を + vm-xxx-hook -> tm-vm/xxx-hook で統一。 + BBDB が動いていなかった原因その 1 です。 + + - mime-viewer/over-to-(previous|next)-method-alist に + vm-virtual-mode 用の method も登録。 + vm-mode 用に書いたものを独立した関数にして vm-virtual-mode 用に + も登録しました。 + + - BBDB 対応部分で tm-vm/bbdb-update-record ではなく + tm-vm/update-record が add-hook されていたのを修正。 + BBDB が動いていなかった原因その 2 です。 + + #まだ BBDB は ";" や ":" で動作がおかしい気がする... + +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. diff --git a/old-logs/Changes-7.33.ja b/old-logs/Changes-7.33.ja new file mode 100644 index 0000000..4b8a516 --- /dev/null +++ b/old-logs/Changes-7.33.ja @@ -0,0 +1,21 @@ +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: tm-file.el の header にダブっている行がありました。 + + * methods/tm-html, methods/tm-image: + "=" の前後に space の必要な所がありました。 + (cf. [tm-ja:1262]) diff --git a/tm-edit.el b/tm-edit.el index e79cd70..fcfbf70 100644 --- a/tm-edit.el +++ b/tm-edit.el @@ -8,7 +8,7 @@ ;;; MORIOKA Tomohiko ;;; Maintainer: MORIOKA Tomohiko ;;; Created: 1994/08/21 renamed from mime.el -;;; Version: $Revision: 7.40 $ +;;; Version: $Revision: 7.41 $ ;;; Keywords: mail, news, MIME, multimedia, multilingual ;;; ;;; This file is part of tm (Tools for MIME). @@ -122,7 +122,7 @@ ;;; (defconst mime-editor/RCS-ID - "$Id: tm-edit.el,v 7.40 1996/01/14 05:52:49 morioka Exp $") + "$Id: tm-edit.el,v 7.41 1996/01/18 17:49:17 morioka Exp $") (defconst mime-editor/version (get-version-string mime-editor/RCS-ID)) @@ -305,11 +305,46 @@ To insert a signature file specified by mime-signature-file "7bit" "attachment" (("filename" . file)) ) - ("\\.tar.gz$" + ("\\.tar\\.gz$" "application" "octet-stream" (("type" . "tar+gzip")) nil "attachment" (("filename" . file)) ) + ("\\.tgz$" + "application" "octet-stream" (("type" . "tar+gzip")) + nil + "attachment" (("filename" . file)) + ) + ("\\.tar\\.Z$" + "application" "octet-stream" (("type" . "tar+compress")) + nil + "attachment" (("filename" . file)) + ) + ("\\.taz$" + "application" "octet-stream" (("type" . "tar+compress")) + nil + "attachment" (("filename" . file)) + ) + ("\\.gz$" + "application" "octet-stream" (("type" . "gzip")) + nil + "attachment" (("filename" . file)) + ) + ("\\.Z$" + "application" "octet-stream" (("type" . "compress")) + nil + "attachment" (("filename" . file)) + ) + ("\\.lzh$" + "application" "octet-stream" (("type" . "lha")) + nil + "attachment" (("filename" . file)) + ) + ("\\.zip$" + "application" "zip" nil + nil + "attachment" (("filename" . file)) + ) ("\\.diff$" "application" "octet-stream" (("type" . "patch")) nil @@ -317,7 +352,11 @@ To insert a signature file specified by mime-signature-file ) ("\\.signature" "text" "plain" nil nil) - (".*" nil nil nil nil) + (".*" + "application" "octet-stream" nil + nil + "attachment" (("filename" . file)) + ) ) "*Alist of file name, types, parameters, and default encoding. If encoding is nil, it is determined from its contents.") @@ -852,7 +891,8 @@ Charset is automatically obtained from the `mime/lc-charset-alist'." (setq attribute (car cell)) (setq value (cdr cell)) (if (eq value 'file) - (setq value (file-name-nondirectory file)) + (setq value (rfc822/wrap-as-quoted-string + (file-name-nondirectory file))) ) (setq parameters (concat parameters "; " attribute "=" value)) (setq rest (cdr rest)) @@ -868,7 +908,8 @@ Charset is automatically obtained from the `mime/lc-charset-alist'." (setq attribute (car cell)) (setq value (cdr cell)) (if (eq value 'file) - (setq value (file-name-nondirectory file)) + (setq value (rfc822/wrap-as-quoted-string + (file-name-nondirectory file))) ) (setq parameters (concat parameters "; " attribute "=" value)) @@ -981,37 +1022,6 @@ If nothing is inserted, return nil." (exist-next-tag (save-excursion (insert "\n") ))) - ;; (beginning-of-line) - ;; (cond ((and oldtag ;Text - ;; (not (eobp)) - ;; (save-excursion - ;; (forward-line -1) - ;; (looking-at mime-editor/beginning-tag-regexp) - ;; ) - ;; (or mime-ignore-same-text-tag - ;; (not (string-equal oldtag newtag)))) - ;; ;; If point is at the next of current tag, move to the - ;; ;; beginning of the tag to disable insertion of extra tag. - ;; (forward-line -1)) - ;; ((and oldtag ;Text - ;; (not (eobp)) - ;; (not (looking-at mime-editor/tag-regexp)) - ;; (or mime-ignore-same-text-tag - ;; (not (string-equal oldtag newtag)))) - ;; ;; Copy current tag to break a text into two. - ;; (save-excursion - ;; (insert oldtag "\n"))) - ;; ((and (null oldtag) ;Not text - ;; (not (looking-at mime-editor/tag-regexp))) - ;; ;; Adjust insertion point. In the middle of text, it is - ;; ;; okay to break the text into two. However, it should not - ;; ;; be broken into two, if otherwise. - ;; (goto-char (mime-editor/content-end)) - ;; (if (eolp) - ;; (forward-line 1)) - ;; (if (not (bolp)) - ;; (insert "\n")) - ;; )) (if (not (bolp)) (if exist-prev-tag (forward-line 1)