X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c4a791e7a9091e8e03290c2725d2dab969f57dc1;hb=3c5eb3cec52dab7b12249d9364f69f28848804b5;hp=05051c8bbb9234e10ab17cb0045b54b663cc8e45;hpb=76164a937d187dae52e0a270c0dc722036b065cd;p=elisp%2Femh.git diff --git a/ChangeLog b/ChangeLog index 05051c8..c4a791e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,233 @@ +2002-07-15 TSUMURA Tomoaki + + * emh.el (emh-icon-directory): New variable. + * emh-e21.el: New file. + * etc/icons/emh-forward-up.xpm: New file. + * etc/icons/mh-delete-msg-up.xpm: New file. + * etc/icons/mh-fully-kill-draft-up.xpm: New file. + * etc/icons/mh-inc-folder-up.xpm: New file. + * etc/icons/mh-insert-signature-up.xpm: New file. + * etc/icons/mh-next-undeleted-msg-up.xpm: New file. + * etc/icons/mh-previous-undeleted-msg-up.xpm: New file. + * etc/icons/mh-quit-up.xpm: New file. + * etc/icons/mh-reply-up.xpm: New file. + * etc/icons/mh-rescan-folder-up.xpm: New file. + * etc/icons/mh-send-letter-up.xpm: New file. + * etc/icons/mh-send-up.xpm: New file. + * etc/icons/mh-show-up.xpm: New file. + * etc/icons/mh-yank-cur-msg-up.xpm: New file. + * etc/icons/mime-edit-set-encrypt-up.xpm: New file. + * etc/icons/mime-edit-set-sign-up.xpm: New file. + * EMH-MK: Modified for installation of toolbar icons. + * EMH-ELS: Ditto. + * Makefile: Ditto. + +2000-12-25 MORIOKA Tomohiko + + * EMH: Version 1.14.1 released. + + * emh.el (mh-display-msg): Use `8bit-insert-encoded-file' instead + of `raw-text-insert-file-contents'. + + +2000-12-20 MORIOKA Tomohiko + + * EMH: Version 1.14.0 released. + + * README.en (What's EMH?): Modify for FLIM/SEMI 1.14. + +2000-12-19 MORIOKA Tomohiko + + * EMH-ELS: Don't require `mh-e'. + (emh-modules): Add `emh-def'. + + * emh-face.el (emh-set-face-foreground): Use nil as variable of + `condition-case'. + + * emh-comp.el (emh-forward): Delete unused local variable + `msubtype'. + +2000-12-17 MORIOKA Tomohiko + + * emh-def.el: New file. + + * emh.el (mh-display-msg): Use `raw-text-insert-file-contents' + instead of `insert-file-contents-as-raw-text'; use + `mime-decode-header-in-buffer' instead of `eword-decode-header'. + (emh-request-partial-message): Use `raw-text-insert-file-contents' + instead of `insert-file-contents-as-raw-text'. + + * emh-face.el: Require `emh-def' and `std11'. + + * emh-comp.el: Require `emh-def'. + (emh-edit-again): Use `binary-insert-file-contents'; don't use + `as-binary-input-file'. + +2000-12-16 MORIOKA Tomohiko + + * emh-setup.el (emh-setup-mh-draft-setting): Use + `mime-decode-header-in-buffer' instead of `eword-decode-header'. + +2000-05-25 Tanaka Akira + + * README.en: Update for CVS via SSH. + +2000-01-10 MORIOKA Tomohiko + + * emh-comp.el (emh-insert-message): Comment out GNUS and Gnus + related codes. + (emh-yank-cur-msg-with-no-filter): Comment out. + + * emh.el (emh-raw-buffer): New inline function. + (mh-display-msg): Use `emh-raw-buffer'. + (emh-toggle-decoding-mode): Likewise. + +2000-01-10 MORIOKA Tomohiko + + * emh.el (emh-toggle-decoding-mode): Don't refer + `mime-raw-buffer'. + +2000-01-05 Katsumi Yamaoka + + * Makefile, README.en: Update for the new CVS server. + +1999-12-13 Katsumi Yamaoka + + * README.en: Update for the recent ML address and ftp site. + + +1999-11-11 MORIOKA Tomohiko + + * EMH: Version 1.10.1 was released. + +1999-09-13 MORIOKA Tomohiko + + * emh-comp.el (gnus-article-buffer): Deleted. + (gnus-article-copy): Deleted. + (gnus-original-article-buffer): Deleted. + (gnus-copy-article-buffer): Deleted. + (emh-message-yank-function): Deleted. + (emh-yank-current-message): Deleted. + +1999-08-25 Katsumi Yamaoka + + * emh-comp.el: Don't require `gnus'. Bind some variables and + function of gnus instead. + + +1998-10-23 MORIOKA Tomohiko + + * EMH: Version 1.10.0 was released. + +1998-10-21 MORIOKA Tomohiko + + * emh-comp.el: Require `gnus' when compiling. + + * README.en (What's EMH?): Modify for SEMI 1.10.0. + + * emh.el: Don't require `mime-text' when compiling. + (emh-header-presentation-method): Use `mime-insert-header' instead + of `mime-insert-decoded-header'. + + +1998-10-18 MORIOKA Tomohiko + + * EMH: Version 1.9.0 was released. + +1998-10-16 MORIOKA Tomohiko + + * README.en (What's EMH?): Modify for APEL 9.3, FLIM 1.10.5 and + SEMI 1.9.1. + +1998-10-16 MORIOKA Tomohiko + + * emh-setup.el (emh-setup-mh-draft-setting): Set up buffer local + value of `mime-edit-user-agent-value' to add information of EMH. + + +1998-10-16 MORIOKA Tomohiko + + * EMH: Version 1.8.2 was released. + + * emh-setup.el (emh-setup-mh-draft-setting): Set up buffer local + value of `mail-header-separator' before using + `eword-decode-header'. + +1998-10-16 MORIOKA Tomohiko + + * emh-setup.el (emh-setup-mh-draft-setting): Call + `eword-decode-header' before `turn-on-mime-edit'. + +1998-10-12 Katsumi Yamaoka + + * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'. + + * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'. + (elc): Likewise. + + * EMH-MK (config-emh): Refer to `VERSION_SPECIFIC_LISPDIR'. + + * EMH-CFG (VERSION_SPECIFIC_LISPDIR): New variable. + +1998-10-09 Katsumi Yamaoka + + * EMH-CFG: Use `add-latest-path' instead of `add-path' for adding + "custom" to load-path. + +1998-10-09 Katsumi Yamaoka + + * EMH-CFG: Add "custom" to load-path. Use `if' and `progn' instead + of `when'. + +1998-09-17 MORIOKA Tomohiko + + * Makefile (XEMACS): New variable. + (PACKAGEDIR): New variable. + (package): New target. + (install-package): New target. + + * EMH-MK (config-emh-package): New function. + (compile-emh-package): New function. + (install-emh-package): New function. + + * EMH-CFG (PACKAGEDIR): New variable. + (EMH_PREFIX): Change to "emh" if it is installed as a XEmacs + package. + + +1998-07-02 MORIOKA Tomohiko + + * EMH: Version 1.8.1 was released. + + * emh.el (mh-display-msg): Use `mime-display-message' and + `mime-open-entity'. + - Delete setting for `mime-raw-representation-type-alist'. + (mime-insert-decoded-header): Modify for + `mime-insert-decoded-header'. + + +1998-06-24 MORIOKA Tomohiko + + * EMH: Version 1.8.0 was released. + +1998-06-23 MORIOKA Tomohiko + + * README.en (What's EMH?): Modify for SEMI 1.8. + + * emh.el: Modify for interface change in SEMI 1.8 about automatic + message/partial combining. + +1998-06-22 MORIOKA Tomohiko + + * emh.el (mh-display-msg): Set up `mime-raw-buffer' as unibyte. + + +1998-06-18 MORIOKA Tomohiko + + * EMH: Version 1.6.0 was released. + + * README.en (What's EMH?): Modify for SEMI 1.7. + 1998-06-18 MORIOKA Tomohiko * emh.el (emh-header-display): Guard