X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=2a6a4aff8b913ee8dbb953698d132634f3374828;hb=b77b17617ad6e2d752ffa07cc4232a54c6ebae81;hp=ef6150fb00d6907c61a386f32aaaf52c4a794750;hpb=5281e887c9b0861e341e5b767a243f50a7e516f4;p=elisp%2Ftm.git diff --git a/ChangeLog b/ChangeLog index ef6150f..2a6a4af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,574 @@ +1997-03-22 MORIOKA Tomohiko + + * emu: Version 7.40.1 was released. + * MU: Version 0.40.2 was released. + * MEL: Version 6.3 was released. + * tm: Version 7.106 was released. + * tm-mh-e: Version 7.73.3 was released. + * tm-vm: Version 8.10 was released. + +Thu Mar 20 07:20:15 1997 MORIOKA Tomohiko + + * tm-edit.el (mime-editor/translate-single-part-tag): modified. + +Wed Mar 12 14:26:55 1997 MORIOKA Tomohiko + + * tm-play.el: modified for XEmacs 20.1 b6. + + * tm-file.el (mime-article/extract-file): Use macro + `as-binary-output-file'. + + +1997-03-10 MORIOKA Tomohiko + + * emu: Version 7.40 was released. + * tl: Version 7.61.18 was released. + * MEL: Version 6.2.3 was released. + * tm: Version 7.105.2 was released. + * gnus-mime: Version 0.15 was released. + +1997-03-10 MORIOKA Tomohiko + + * tm-image.el: Use `exec-installed-p' instead of + `file-installed-p' to search `uncompface-program'. + +1997-03-06 MORIOKA Tomohiko + + * tm-ew-d.el (mime/decode-encoded-word): Use function + `add-text-properties' instead of `tl:add-text-properties'. + + * tm-def.el (tm:add-button): Use function `add-text-properties' + instead of `tl:add-text-properties'. + + +1997-03-03 MORIOKA Tomohiko + + * emu: Version 7.38.1 was released. + * MU: Version 0.40 was released. + * MEL: Version 6.2.2 was released. + * tm: Version 7.105.1 was released. + +1997-02-18 MORIOKA Tomohiko + + * tm-view.el (mime-viewer/define-keymap): Don't suppress-keymap if + mother is exist. + + +1997-02-13 MORIOKA Tomohiko + + * emu: Version 7.38 was released. + * tm: Version 7.105 was released. + * tm-vm: Version 8.9 was released. + * tm-mail: Version 7.30 was released. + + * tm-pgp.el (mime-article/view-application/pgp): fixed problem + about window-configuration. + +1997-02-13 MORIOKA Tomohiko + + * tm-def.el (pgp-function-alist): Add new services for tm-edit. + + * tm-edit.el (mime-editor/insert-text): DOC-string was fixed. + + Variable `mime-editor/pgp-sign-function', + `mime-editor/pgp-encrypt-function', + `mime-editor/traditional-pgp-sign-function' and + `mime-editor/pgp-insert-public-key-function' were abolished. + + (mime-editor/sign-pgp-elkins): Use macro `pgp-function' instead of + variable `mime-editor/pgp-sign-function'. + (mime-editor/encrypt-pgp-elkins): Use macro `pgp-function' instead + of variable `mime-editor/pgp-encrypt-function'. + (mime-editor/sign-pgp-kazu): Use macro `pgp-function' instead of + variable `mime-editor/traditional-pgp-sign-function'. + (mime-editor/encrypt-pgp-kazu): Use macro `pgp-function' instead + of variable `mime-editor/pgp-encrypt-function'. + (mime-editor/insert-key): Use macro `pgp-function' instead of + variable `mime-editor/pgp-insert-public-key-function'. + + * tm-def.el (pgp-function-alist): New variable; moved from + tm-pgp.el. + (pgp-function): New macro; moved from tm-pgp.el. + + * tm-pgp.el: Variable `pgp-function-alist' and macro + `pgp-function' were moved to tm-def.el. + + * tm-pgp.el (pgp-function): Changed to macro. + + * tm-image.el (mime-viewer/content-header-filter-hook): Check + `uncompface-program' is installed or not if MULE or Emacs/mule is + running. + + +1997-02-12 MORIOKA Tomohiko + + * emu: Version 7.37.7 was released. + * tm: Version 7.104 was released. + +1997-02-11 MORIOKA Tomohiko + + * TM-MK (make-mime-setup): Delete old mime-setup.el before + generate mime-setup.el if it is exist. + +1997-02-11 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::encode-string-1): Unused local variable + `sl' was abolished. + +1997-02-11 MORIOKA Tomohiko + + * tm-pgp.el: Variable `pgp-verify-function', + `pgp-decrypt-function', `pgp-fetch-key-function' and + `pgp-snarf-keys-function' were abolished. + + (pgp-function-alist): New variable. + (pgp-function): New function. + + (mime-article/view-application/pgp): Use `pgp-function' instead of + variable `pgp-verify-function' and `pgp-decrypt-function'. + (mime-article/check-pgp-signature): Use `pgp-function' instead of + variable `pgp-fetch-key-function'. + (mime-article/add-pgp-keys): Use `pgp-function' instead of + variable `pgp-snarf-keys-function'. + +1997-02-11 MORIOKA Tomohiko + + * tm-pgp.el (pgp-fetch-key-function): Function `mc-pgp-fetch-key' + is in mc-pgp.el. + +1997-02-10 MORIOKA Tomohiko + + * tm-image.el (mime-preview/filter-for-application/postscript): + Display message before/after decoding. + + * tm-image.el: Don't require `annotations'. + + * tm-image.el: Variable `mime-preview/x-face-function' was + abolished. + +1997-02-10 MORIOKA Tomohiko + + * tm-image.el: Unused variable `mime-viewer/x-face-to-xbm-command' + was abolished. + + * tm-image.el (mime-preview/filter-for-application/postscript): + New implementation. + +1997-02-10 MORIOKA Tomohiko + + * tm-image.el (image-inline-p): New function. + Variable `tm-image/inline-image-types' was abolished. + (mime-preview/filter-for-image): Add xbm decoding. + Function `mime-preview/filter-for-image/xbm' was abolished. + + * tm-image.el (bitmap-insert-xbm-file): New implementation. + +1997-02-10 MORIOKA Tomohiko + + * tm-image.el: Variable `mime-viewer/shell-command' and + `mime-viewer/shell-arguments' were abolished. + Variable `mime-viewer/graphic-converter-alist' was abolished. + Function `mime-preview/filter-for-inline-image' was abolished. + + (mime-preview/filter-for-image): New implementation; use function + `image-normalize'. + +1997-02-10 MORIOKA Tomohiko + + * tm-setup.el (tm-setup/load-rmail): New function; check variable + `rmail-support-mime' to detect "Radical RMAIL". + +1997-02-10 MORIOKA Tomohiko + + * tm-view.el (mime-viewer/follow-content): Display message if + following method is not implemented. + +1997-02-10 MORIOKA Tomohiko + + * tm-edit.el (mime-editor::edit-again): Delete + application/pgp-signature parts. + +1997-02-07 Steven L. Baur + + * tm-image.el (mime-preview/filter-for-inline-image): Use better + method (cf. [tm-en:1204], [xemacs-beta:2462]) + +1997-02-07 MORIOKA Tomohiko + + * tm-ftp.el (mime-view-ftp-module): New variable; require it if it + is non-nil. + + +1997-02-06 MORIOKA Tomohiko + + * tm: Version 7.103.5 was released. + * tm-vm: Version 8.8 was released. + +1997-02-06 MORIOKA Tomohiko + + * TM-MK (make-mime-setup): Call find-file in + `(let (vc-follow-symlinks) ...)' to avoid problem using + symbolic-link. (suggested by Takanori Saneto + ) + +1997-02-06 MORIOKA Tomohiko + + * tm-play.el (mime-view-text/plain-mode-map): New constant. + (mime-view-text/plain-mode): New function. + (mime-view-text/plain-exit): New command. + (mime-article/decode-caesar): Use function + `mime-view-text/plain-mode' instead of view-mode. + +1997-02-06 MORIOKA Tomohiko + + * tm-play.el (mime-article/decode-caesar): fixed problem about + window-configuration. + + +1997-02-06 MORIOKA Tomohiko + + * tl: Version 7.61.17 was released. + * tm: Version 7.103.4 was released. + * tm-vm: Version 8.7 was released. + + +1997-02-04 MORIOKA Tomohiko + + * tm: Version 7.103.3 was released. + * tm-vm: Version 8.6 was released. + + +1997-02-04 MORIOKA Tomohiko + + * tm: Version 7.103.2 was released. + * tm-vm: Version 8.5 was released. + +Tue Feb 4 11:04:07 1997 MORIOKA Tomohiko + + * tm-play.el (mime-article/decode-message/partial): fixed. + + +1997-02-03 MORIOKA Tomohiko + + * MU: Version 0.39.3 was released. + * tm: Version 7.103.1 was released. + +Mon Feb 3 06:53:15 1997 MORIOKA Tomohiko + + * README.en (PROBLEMS): delete problem of message/partial. + +Sat Feb 1 19:32:36 1997 MORIOKA Tomohiko + + * tm-ftp.el (mime-article/decode-message/external-ftp): + Use `expand-file-name'. + +Sat Feb 1 19:17:38 1997 MORIOKA Tomohiko + + * tm-setup.el: Function `mime/decode-message/external-ftp' was + renamed to `mime-article/decode-message/external-ftp'. + +Sat Feb 1 19:06:12 1997 MORIOKA Tomohiko + + * tm-ftp.el (mime-article/dired-function-for-one-frame): New + function. + + * tm-ftp.el (mime-article/decode-message/external-ftp): Renamed + from `mime/decode-message/external-ftp'. + + * tm-ftp.el (mime-article/dired-function): Renamed from + `mime/dired-function'. + + * tm-ftp.el (mime/decode-message/external-ftp): fixed problem of + window-configuration. + +Sat Feb 1 18:01:25 1997 MORIOKA Tomohiko + + * tm-partial.el (mime-article/grab-message/partials): Unused + temporal buffer `buffer' was abolished. + + * tm-play.el (mime-article/decode-message/partial): delete + temporary files after FULL file is generated. + +Sat Feb 1 17:35:31 1997 MORIOKA Tomohiko + + * tm-play.el (mime-article/decode-message/partial): fixed problem + when total parameter is not exist. + +Sat Feb 1 16:46:29 1997 MORIOKA Tomohiko + + * tm-partial.el (tm-partial/preview-article): Use + `save-window-excursion'. + (mime-article/grab-message/partials): fixed problem of + window-configuration with Gnus. + +Sat Feb 1 16:33:26 1997 MORIOKA Tomohiko + + * tm-play.el (mime-article/decode-message/partial): fixed problem + of window-configuration with Gnus. + + * tm-play.el (mime-article/decode-message/partial): Use macro + `as-binary-input-file'. + +Sat Feb 1 14:51:55 1997 MORIOKA Tomohiko + + * tm-play.el (mime-article/coding-system-alist): Use it for every + emacsen; refer `default-mime-charset'. + (mime-article::write-region): New function. + (mime-article/decode-message/partial): Use function + `mime-article::write-region'. + +Fri Jan 31 15:45:30 1997 MORIOKA Tomohiko + + * README.en: modified for tm-view 7.80. + + * README.en: tm-vm/tm-vm_en.* was renamed to tm-vm/tm-vm-en.*. + +1997-01-31 Oscar Figueiredo + + * README.en: modified for tm-vm 8. + + +1997-01-31 MORIOKA Tomohiko + + * emu: Version 7.37.6 was released. + * MU: Version 0.39.2 was released. + * tm: Version 7.103 was released. + * tm-mh-e: Version 7.73.2 was released. + +Fri Jan 31 14:21:10 1997 MORIOKA Tomohiko + + * tm-edit.el: Comment of header was modified (Use Spanish example + instead of Japanese example; Maybe I think it is not enough to + avoid bytecode-problem of XEmacs 20.0 without mule, because it may + be caused by Spanish-DOC string). + +1997-01-31 MORIOKA Tomohiko + + * doc/tm-view-ja.sgml, doc/tm-view-en.sgml: modified for tm-view + 7.80. + +Fri Jan 31 13:25:50 1997 MORIOKA Tomohiko + + * tm-setup.el (mime-setup-enable-inline-image): New variable. + (mime-setup-enable-pgp): New variable. + + * tm-view.el (mime-viewer/define-keymap): Bind TAB with + `mime-viewer/next-content' and M-TAB with + `mime-viewer/previous-content'. + + (mime/viewer-mode): DOC-string was modified about key-bind. + + +1997-01-30 MORIOKA Tomohiko + + * emu: Version 7.37.5 was released. + * tm: Version 7.102 was released. + * gnus-mime: Version 0.14 was released. + * tm-vm: Version 8.4 was released. + +Thu Jan 30 11:40:09 1997 MORIOKA Tomohiko + + * README.en (PROBLEMS): Internal quoted-printable encoder seems to + work fine. + (TODO): modified. + +Thu Jan 30 08:47:51 1997 Shuhei KOBAYASHI + + * mime-setup.el.in (mime-editor/split-message-sender-alist): Set + split-message-sender for mail-mode. + +1997-01-30 Carsten Leonhardt + + * tm-edit.el (mime-editor/exit): fix problem of removing + menu-items when there's no menubar support in + XEmacs. (cf. [bug-tm-en:1169]) + +Wed Jan 29 15:18:53 1997 MORIOKA Tomohiko + + * tm-pgp.el (pgp-snarf-keys-function): New variable. + (mime-article/add-pgp-keys): Use variable + `pgp-snarf-keys-function'. + + Use autoload instead of "(require 'mailcrypt)". + + * tm-pgp.el (pgp-fetch-key-function): New variable. + (mime-article/check-pgp-signature): Use variable + `pgp-fetch-key-function'. + + * tm-pgp.el (mime-article/check-pgp-signature): Use macro + `as-binary-output-file'. + + * tm-pgp.el (pgp-verify-function): New variable. + (pgp-decrypt-function): New variable. + (mime-article/view-application/pgp): Use variable + `pgp-verify-function' and `pgp-decrypt-function'. + + +1997-01-21 MORIOKA Tomohiko + + * emu: Version 7.37.4 was released. + * tl: Version 7.61.16 was released. + * MU: Version 0.39.1 was released. + * bitmap-mule: Version 7.16 was released. + * tm: Version 7.101 was released. + +Tue Jan 21 07:23:27 1997 MORIOKA Tomohiko + + * TM-ELS: tm-edit-tipgp.el was separated from tm-oomori package. + +Tue Jan 21 06:23:24 1997 MORIOKA Tomohiko + + * README.en (PROBLEMS): New section. + +Tue Jan 21 06:17:18 1997 Shuhei KOBAYASHI + + * tm-ew-d.el (mime-eword/decode-region): Use + mime/encoded-word-regexp. + (mime/decode-encoded-word): Put `tm:warning-face' to invalid + encoded-text. + (mime/decode-encoded-text): Would decode invalid encoded-text. + + * tm-def.el (tm:warning-face): New variable. + +Sat Jan 18 18:04:39 1997 Shuhei KOBAYASHI + + * tm-def.el (base64-token-regexp): padding character (`=') was + removed. + +Fri Jan 17 04:26:29 1997 Shuhei KOBAYASHI + + * tm-ew-d.el (mime-eword/decode-region): Regexp was simplified to + avoid backtracking. + +Tue Jan 14 12:30:01 1997 MORIOKA Tomohiko + + * tm-edit.el (mime/editor-mode): Use Spanish as a sample instead + of Japanese. + +Tue Jan 14 08:57:44 1997 Shuhei KOBAYASHI + + * tm-ew-d.el (mime/decode-encoded-text): If `must-unfold' is + non-nil, replace TAB with SPACE to avoid treating TAB as a NOV + separator. + +Fri Jan 10 06:32:24 1997 MORIOKA Tomohiko + + * doc/tm-ja.sgml: sync with tm-en.sgml 3.3. + + * doc/tm-en.sgml (tm-MUA): tm-vm_en was renamed to tm-vm-en. + + * doc/tm-en.sgml (Introduction): Add link for tm-vm-en. + +Fri Jan 10 02:09:55 1997 Alexandre Oliva + + * Makefile: for several architectures (cf. [tm-en:1114]) + +Tue Jan 7 05:44:39 1997 Joe Nuspl + + * tm-ew-d.el: Must require tl-str. (cf. [xemacs-beta:998]) + + +Wed Jan 1 11:07:09 1997 MORIOKA Tomohiko + + * tl: Version 7.61.17 was released. + * MEL: Version 6.2.1 was released. + * tm: Version 7.100.3 was released. + * tm-mh-e: Version 7.73.1 was released. + * tm-gnus: Version 7.28.1 was released. + * gnus-mime: Version 0.12.3 was released. + +Wed Dec 28 13:57:22 1996 Martin Buchholz + + * TM-CFG: Use variable `default-directory' instead of `(getenv + "PWD")'. (cf. [tm-en:1084]) + + * Makefile: A makefile command like `cd some-dir; do-something' is + generally better written as: `cd some-dir && do-something' since + if the cd fails (usually because of a coding or file-system error) + the do-something is not executed in the wrong + directory. (cf. [tm-en:1084]) + + +Fri Dec 27 20:39:43 1996 MORIOKA Tomohiko + + * tm: Version 7.100.2 was released. + + * tm-def.el (tm:button-face, tm:mouse-face): Use `defvar' instead + of `setq'. + +Fri Dec 27 12:11:29 1996 MORIOKA Tomohiko + + * tm: Version 7.100.1 was released. + + * README.en (Documents): modified for new documents. + + (Modules): Add tm-edit-mc.el and tm-edit-tipgp.el. + + +Wed Dec 25 19:18:43 1996 MORIOKA Tomohiko + + * MEL: Version 6.2 was released. + * tm: Version 7.100 was released. + * tm-gnus: Version 7.28 was released. + * sinfo: Version 3.6 was released. + + * Makefile (TM_FILES): forgot to add tm-edit-tipgp.el. + (TM_VM_FILES): forgot to add tm-vm_en.texi and tm-vm_en.info. + +Wed Dec 25 18:32:28 1996 MORIOKA Tomohiko + + * doc/tm-en.sgml (Entity): New node. + +Wed Dec 25 17:58:47 1996 MORIOKA Tomohiko + + * doc/tm-ja.sgml (Entity): New node. + +Wed Dec 25 17:39:02 1996 MORIOKA Tomohiko + + * doc/tm-en.sgml (Acknowledgments): New node. + +Wed Dec 25 17:30:09 1996 MORIOKA Tomohiko + + * doc/tm-ja.sgml (Acknowledgments): New node. + +Wed Dec 25 17:10:58 1996 MORIOKA Tomohiko + + * tm-edit.el (mime/editor-mode): modify DOC-string. + +Wed Dec 25 08:04:54 1996 MORIOKA Tomohiko + + * doc/tm-view-en.sgml, doc/tm-view-ja.sgml (Acknowledgments): New + node. + +Wed Dec 25 07:16:52 1996 MORIOKA Tomohiko + + * doc/tm-edit-en.sgml, doc/tm-edit-ja.sgml (Acknowledgments): New + node. + + +Tue Dec 24 16:00:05 1996 MORIOKA Tomohiko + + * tm: Version 7.99 was released. + + * doc/tm-edit-en.sgml: sync with tm-edit-ja.sgml 6.0. + +Tue Dec 24 15:08:17 1996 MORIOKA Tomohiko + + * doc/tm-edit-ja.sgml (tag specification for inserted file): New + node. + +Tue Dec 24 12:08:50 1996 MORIOKA Tomohiko + + * tm-edit.el (mime-file-types): Use "base64" as default encoding + for *.tar.gz, *.tgz, *.tar.Z, *.taz, *.gz, *.Z, *.lzh, and *.zip. + + (mime-editor/insert-file): Call `mime-prompt-for-encoding' if + optional argument `verbose' is not nil even if it is not called + interactively. (cf. [tm-ja:2202]) + + (mime-prompt-for-encoding): New implementation. + + Mon Dec 23 21:25:12 1996 MORIOKA Tomohiko * emu: Version 7.37.3 was released. @@ -28,6 +599,7 @@ Tue Dec 17 13:05:57 1996 MORIOKA Tomohiko * tm: Version 7.97 was released. * tm-mh-e: Version 7.73 was released. * tm-vm: Version 7.79 was released. + * tm-mail: Version 7.28 was released. * TM-MK (update-xemacs-source): Use `TL_DIR' as value of `EMU_DIR'.