X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=aa4f8a02f4b386583abdf024bebcc0402d0b7789;hb=1180d8a2d6cb54ad1b944db81924ad7bab4f6b00;hp=bbf8656a3c362452eed7910711a9cd0fde6e9cfb;hpb=53ab6c426401d04d0d0ce99d6df144187be6ba01;p=elisp%2Ftm.git diff --git a/ChangeLog b/ChangeLog index bbf8656..aa4f8a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,462 @@ +Thu Aug 1 06:42:04 1996 MORIOKA Tomohiko + + * tl: Version 7.43.2 was released. + * tm: Version 7.75 was released. + * tm/mh-e: Version 7.65.1 was released. + + * tm-image.el: Function `bitmap-show-xbm-file' was renamed to + `bitmap-insert-xbm-file'. + + Function `bitmap-decode-x-face' was renamed to + `x-face-decode-message-header'. + +Wed Jul 31 02:51:16 1996 MORIOKA Tomohiko + + * tm-edit.el (mime-editor/split-message-sender-alist): + implementation for mh-letter-mode was moved to + tm/mh-e/tmh-comp.el. + +Mon Jul 29 01:13:20 1996 MORIOKA Tomohiko + + * tm-text.el (mime-charset/maybe-decode-buffer): + fixed. (cf. [tm-en:629]) + +Fri Jul 26 19:43:26 1996 MORIOKA Tomohiko + + * tm-image.el: Function `bitmap-read-xbm' was renamed to + `bitmap-show-xbm-file'. + + +Wed Jul 24 10:33:16 1996 MORIOKA Tomohiko + + * tm: Version 7.74 was released. + +Wed Jul 24 10:27:07 1996 Katsumi Yamaoka + + * tm-edit.el (mime-editor/encrypt-pgp-elkins): fixed to call + `rfc822/get-field-body' with `mail-header-separator'. + (cf. [tm-ja:1996]) + + +Wed Jul 24 10:08:38 1996 MORIOKA Tomohiko + + * tl: Version 7.43.1 was released. + * tm: Version 7.73 was released. + * tm/gnus: Version 7.79 was released. + * tm/mh-e: Version 7.65 was released. + +Mon Jul 22 19:29:42 1996 MORIOKA Tomohiko + + * tm-edit.el: Variable `mime/editor-mode-old-selective-display' + was abolished. + + (mime/editor-mode): DOC-string was modified; Use macro + `enable-invisible'. + + (mime-editor/exit): Use macro `end-of-invisible'. + +Mon Jul 22 18:29:22 1996 MORIOKA Tomohiko + + * inst-tm (install-el-and-elc-files): code to make directory if it + is not exist was moved to function `install-el-files'. + +Thu Jul 18 12:46:20 1996 MORIOKA Tomohiko + + * tm-text.el (mime-preview/decode-text-buffer): local variable + `beg' was abolished. + +Thu Jul 18 12:42:40 1996 MORIOKA Tomohiko + + * tm-text.el (mime-preview/decode-text-buffer): fixed for new spec + of code-converter. + + * tm-pgp.el (mime-article/view-application/pgp): set function + `mime-charset/decode-buffer' as code-converter for decryption. + + * tm-text.el (mime-viewer/code-converter-alist): spec of + converters were changed; they work for buffer instead of region. + + (mime-charset/decode-buffer): New function; renamed from + `mime-charset-decode-region'. + + (mime-charset/maybe-decode-buffer): New function; renamed from + `mime-viewer/default-code-convert-region'. + +Thu Jul 18 06:50:09 1996 MORIOKA Tomohiko + + * tm-text.el (mime-preview/decode-text-buffer): New function; + renamed from function `mime-preview/decode-text-region'. + + (mime-preview/filter-for-text/plain, + mime-preview/filter-for-text/richtext, + mime-preview/filter-for-text/enriched): Use function + `mime-preview/decode-text-buffer' instead of + `mime-preview/decode-text-region'. + +Thu Jul 18 06:24:23 1996 MORIOKA Tomohiko + + * tm-text.el (mime-viewer/default-code-convert-region): New + implementation. + +Thu Jul 18 06:21:31 1996 MORIOKA Tomohiko + + * tm-text.el (mime-preview/filter-for-text/enriched): Use function + `mime-preview/decode-text-region'. + + * tm-text.el (mime-preview/filter-for-text/richtext): Use function + `mime-preview/decode-text-region'. + +Thu Jul 18 06:06:25 1996 MORIOKA Tomohiko + + * tm-text.el (mime-charset-decode-region): New function; moved + from tm-def.el. + + * tm-def.el: Function `mime-charset-decode-region' was moved to + tm-text.el. + + +Wed Jul 17 05:36:50 1996 MORIOKA Tomohiko + + * tl: Version 7.43 was released. + * tm: Version 7.72 was released. + * tm/mh-e: Version 7.64 was released. + * tm/gnus: Version 7.78 was released. + +Mon Jul 15 19:21:48 1996 MORIOKA Tomohiko + + * tm-image.el (mime-viewer/ps-to-gif-command): New variable. + (mime-preview/filter-for-application/postscript): Use variable + `mime-viewer/ps-to-gif-command'. + +Mon Jul 15 14:04:46 1996 MORIOKA Tomohiko + + * tm-play.el (mime-article/show-output-buffer): use variable + `mime/output-buffer-window-is-shared-with-bbdb'. + + * tm-def.el (mime/output-buffer-window-is-shared-with-bbdb): New + variable. + + * tm-pgp.el (mime-article/check-pgp-signature): Don't check + *noconv*. + +Mon Jul 15 13:59:43 1996 MORIOKA Tomohiko + + * tm-pgp.el (mime-article/check-pgp-signature): fixed for new spec + of function `mime-article/show-output-buffer'. + + * tm-play.el (mime-article/show-output-buffer): Select a window + contains preview-buffer if there is no windows contain + mime/output-buffer-name. + + * tm-def.el (tm:button-dispatcher): New implementation. + +Mon Jul 15 08:19:01 1996 MORIOKA Tomohiko + + * tm-edit.el (mime-editor::edit-again): Use function + `decode-mime-charset-region' instead of + `mime-charset-decode-region' and `character-decode-region'; Use + variable `default-mime-charset' instead of + `mime/default-coding-system'. + +Sun Jul 14 15:04:35 1996 MORIOKA Tomohiko + + * tm-def.el: Variable `mime/default-coding-system' was abolished. + + * tm-def.el: Variable `mime/charset-coding-system-alist' was + abolished. + + * tm-def.el (mime-charset-decode-region): Use function + `decode-mime-charset-region'. + +Sun Jul 14 11:40:02 1996 MORIOKA Tomohiko + + * tm-ew-d.el (mime/decode-encoded-text): Use function + `decode-mime-charset-string' instead of + `mime-charset-decode-string'. + + * tm-def.el: Function `mime-charset-decode-string' was abolished. + + +Thu Jul 11 15:26:54 1996 MORIOKA Tomohiko + + * tl: Version 7.36 was released. + * tm: Version 7.71 was released. + + * tm-def.el: Function `mime-charset-encode-region' was abolished. + +Thu Jul 11 15:25:18 1996 MORIOKA Tomohiko + + * tm-def.el: Function `mime-charset-encode-string' was abolished. + +Thu Jul 11 15:23:13 1996 MORIOKA Tomohiko + + * tm-def.el: Function `mime/find-charset-region' was abolished. + + * tm-edit.el: New implementation; based on SEMI mime-edit 0.36. + + (mime-editor/define-charset): Argument `charset' was changed to + symbol. + + (mime-editor/normalize-body): charset was changed to symbol; Use + function `encode-mime-charset-region' instead of + `mime-charset-encode-region'. + + (mime-editor/make-charset-default-encoding-alist): New function. + + (mime-editor/charset-default-encoding-alist): Use function + `mime-editor/make-charset-default-encoding-alist'. + + (mime-editor/toggle-transfer-level): Use function + `mime-editor/make-charset-default-encoding-alist'. + + (mime-editor/choose-charset): Use function + `detect-mime-charset-region' instead of `mime/find-charset-region'; + Changed to return symbol. + +Wed Jul 10 14:21:58 1996 MORIOKA Tomohiko + + * tm-def.el (mime/find-charset-region): fixed. + +Wed Jul 10 13:45:06 1996 Shuhei KOBAYASHI + + * signature.el (insert-signature): Meaning of + `signature-delete-blank-lines-at-eof' had been reversed by + mistake. + +Wed Jul 10 13:04:08 1996 MORIOKA Tomohiko + + * tm-def.el: Variable `mime/lc-charset-alist' and + `mime/unknown-charset' were abolished. + + Function `mime/find-charset' was abolished. + + (mime/find-charset-region): Use function + `detect-mime-charset-region' instead of `mime/find-charset'. + +Wed Jul 10 12:52:46 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::space-process): Use `eq' to compare + charset. + (tm-eword::encoded-word-length): Use `string-equal' to compare + encoding. + +Wed Jul 10 12:50:12 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::encode-encoded-text): Argument `charset' + was changed to symbol. + (tm-eword::find-charset-rule): Returned charset was changed to + symbol too. + (tm-eword::encoded-word-length): Use function + `encode-mime-charset-string' instead of + `mime-charset-encode-string'; `charset' slot of `rword' was + changed to symbol. + +Wed Jul 10 12:33:14 1996 MORIOKA Tomohiko + + * tm-ew-e.el (mime-eword/charset-encoding-alist): charset is + changed to symbol. + (tm-eword::find-charset-rule): modified for news + `mime-eword/charset-encoding-alist' format. + + * tm-ew-e.el (tm-eword::find-charset-rule): Use function + `charsets-to-mime-charset' instead of `mime/find-charset'. + +Wed Jul 10 11:28:34 1996 MORIOKA Tomohiko + + * tm-def.el: Variable `mime/charset-type-list' was abolished. + + * tm-def.el (mime/make-charset-default-encoding-alist): Use + variable `mime-charset-type-list' instead of + `mime/charset-type-list'. + + * tm-def.el (mime-charset-type-list): New variable. + (mime/charset-type-list): Use `mime-charset-type-list'. + + +Tue Jul 9 13:30:32 1996 MORIOKA Tomohiko + + * tl: Version 7.31.1 was released. + * tm: Version 7.70 was released. + * tm/gnus: Version 7.73 was released. + + * tm-edit.el (mime/editor-mode): Don't toggle. + (mime-editor/toggle-mode): New function. + +Tue Jul 2 14:06:53 1996 Alastair Burt + + * tm-edit.el: use function `add-minor-mode' for XEmacs. + +Mon Jul 8 05:44:22 1996 MORIOKA Tomohiko + + * tm-image.el: `(require 'xpm)' was deleted. + +Thu Jul 4 16:57:03 1996 MORIOKA Tomohiko + + * tm-def.el (tm:button-dispatcher): don't move to preview buffer. + +Mon Jul 1 23:45:34 1996 MORIOKA Tomohiko + + * tm-evs.el (tm-evs/define-keys): New function. + Use `mime-viewer/define-keymap-hook'. + +Mon Jul 1 23:43:25 1996 MORIOKA Tomohiko + + * tm-bbdb.el (tm-bbdb/define-keys): New function. + Use `mime-viewer/define-keymap-hook'. + + * tm-view.el: Variable `mime/viewer-mode-map' was abolished. + (mime-viewer/define-keymap): New function. + (mime/viewer-mode): Add new argument `mother-keymap'; use function + `mime-viewer/define-keymap'. + + +Thu Jun 27 15:49:37 1996 MORIOKA Tomohiko + + * tl: Version 7.31 was released. + * MEL: Version 5.6 was released. + * tm: Version 7.69 was released. + * tm/mh-e: Version 7.63.1 was released. + * tm/gnus: Version 7.72 was released. + + * inst-tm (compile-tm): condition was modified about XEmacs. + + * inst-tm (compile-tm): Don't `make gnus5' for XEmacs 19.14 or + later. + + * inst-tm (compile-tm): `make sgnus' is renamed to `make gnus5'. + +Thu Jun 27 14:26:56 1996 MORIOKA Tomohiko + + * tm-pgp.el (mime-article/view-application/pgp): Use macro + `as-binary-process'. + +Thu Jun 27 14:22:59 1996 MORIOKA Tomohiko + + * tm-edit.el (mime-editor/encrypt-pgp-kazu): Use macro + `as-binary-process'. + (mime-editor/sign-pgp-kazu): Use macro `as-binary-process'. + +Wed Jun 26 15:32:13 1996 MORIOKA Tomohiko + + * tm-def.el (mime/charset-coding-system-alist): add `GB2312'. + +Tue Jun 25 01:02:40 1996 Shuhei KOBAYASHI + + * mime-setup.el.in (mu-cite/pre-cite-hook): Add function + `mime/decode-message-header'. + +Wed Jun 12 23:46:24 1996 Shuhei KOBAYASHI + + * tm-vm.el: Setting for `mime-editor/split-message-sender-alist' + was moved from tm-edit.el. + + +Wed Jun 12 05:53:26 1996 MORIOKA Tomohiko + + * tl: Version 7.30 was released. + * MEL: Version 5.5 was released. + * tm: Version 7.68 was released. + + * tm-edit.el (mime-editor/split-message-sender-alist): setting for + `mail-mode' was moved to tm-rmail.el. + +Wed Jun 12 05:38:23 1996 MORIOKA Tomohiko + + * tm-rmail.el: Setting for + `mime-editor/split-message-sender-alist' was moved from + tm-edit.el. + +Tue Jun 11 22:19:45 1996 MORIOKA Tomohiko + + * tm-image.el: Function `image-read-file' was abolished. + + * tm-image.el (mime-preview/filter-for-inline-image): New + implementation; Don't make temporary file. + + (mime-preview/filter-for-application/postscript): New function for + XEmacs 19.14 or later. + +Tue Jun 11 14:34:28 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::encode-string-1): Use function + `char-length' instead of `char-bytes'. + + * tm-ew-e.el (tm-eword::parse-lc-word): Use function `char-length' + instead of `char-bytes'. + +Mon Jun 10 05:12:37 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::encode-string-1): Use macro + `tm-eword::rword-charset', `tm-eword::rword-encoding' and + `tm-eword::rword-type'. + + (tm-eword::encoded-word-length): set `type'. + +Mon Jun 10 04:34:27 1996 MORIOKA Tomohiko + + * tm-ew-e.el (mime/encode-field): set `type'. + +Mon Jun 10 04:29:31 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::encode-rwl): optional argument `mode' was + abolished. + + (tm-eword::encode-string): modified for new interface. + + (mime-eword/encode-string): modified for new interface. + +Mon Jun 10 04:21:03 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::encode-string-1): optional argument `mode' + was abolished. + + (tm-eword::encode-rwl): don't use `mode'. + + * tm-ew-e.el (tm-eword::split-string): New optional argument + `mode'. + + (tm-eword::mailbox-to-rwl): set `type'. + +Mon Jun 10 04:10:05 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::make-rword): New macro. + + (tm-eword::words-to-ruled-words): new optional argument `mode'; + Use macro `tm-eword::make-rword'. + + (tm-eword::phrase-to-rwl): set `mode'. + +Mon Jun 10 03:29:31 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::encoded-word-length): Use macro + `tm-eword::rword-text', `tm-eword::rword-charset' and + `tm-eword::rword-encoding'. + +Mon Jun 10 03:12:18 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::encoded-word-length): Use function + `base64-encoded-length' instead of `base64-length'. + + Function `q-encoding-length' was abolished. + +Mon Jun 10 03:09:05 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::encoded-word-length): Use function + `base64-encoded-length' instead of `base64-length'. + + Function `base64-length' was abolished. + +Mon Jun 10 02:59:06 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::rword-text): New macro. + (tm-eword::rword-charset): New macro. + (tm-eword::rword-encoding): New macro. + (tm-eword::rword-type): New macro. + + (tm-eword::space-process): Use macro `tm-eword::rword-text', + `tm-eword::rword-charset' and `tm-eword::rword-encoding'. + + Mon Jun 10 01:56:38 1996 MORIOKA Tomohiko * tm: Version 7.67 was released.