X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d54391394e247e7eeb9628e51b1fc5174f8a47bd;hb=88207709503e466d0c157bc8122f84f88f9d6111;hp=2806b268566f01d1a632fc7ad81b985e9498456d;hpb=80cfd9efee1e379b219e199bf205559d19083586;p=elisp%2Fsemi.git diff --git a/ChangeLog b/ChangeLog index 2806b26..d543913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,192 @@ +2002-05-18 ARISAWA Akihiro + + * mime-play.el (mime-activate-mailcap-method): Don't use + `binary-to-text-funcall'. (Thanks to TANAKA Shingo) + +2003-12-14 Tatsuya Kinoshita + + * mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45]. + +2003-12-12 MORIOKA Tomohiko + + * mime-edit.el (mime-edit-user-agent-value): Add a setting for + XEmacs CHISE. + +2003-12-07 Yuuichi Teranishi + + * mime-play.el (mime-require-safe-directory): Check the owner of the + directory if it already exists. + +2003-12-06 Yuuichi Teranishi + + * mime-play.el (mime-require-safe-directory): New function. + (mime-store-message/partial-piece): Use it. + +2003-12-05 Katsumi Yamaoka + + * mime-play.el (mime-store-message/partial-piece): Fix + mis-designed parenthesis in the `let' form. + +2001-11-27 Daiki Ueno + + * mime-w3.el: Don't use `url-register-protocol' if it is not + fboundp; announce `url-cid' feature instead. + [cf. ] + + (url-cid): Change return value for the current URL package. + +2003-06-09 Yuuichi Teranishi + + * pgg-gpg.el (pgg-gpg-process-region): Undo the last change; + Add --yes option to overwrite existing output file; + Remove needless set-default-file-modes. + +2003-05-29 Yuuichi Teranishi + + * pgg-gpg.el (pgg-gpg-process-region): Undo the last change. + +2003-05-15 Yuuichi Teranishi + + * pgg-gpg.el (pgg-gpg-process-region): Use `make-temp-file' instead of + `make-temp-name'. + + * pgg-pgp5.el (pgg-pgp5-process-region): Ditto. + (pgg-scheme-verify-region): Ditto. + (pgg-scheme-snarf-keys-region): Ditto. + + * pgg-pgp.el (pgg-pgp-process-region): Ditto. + (pgg-scheme-verify-region): Ditto. + (pgg-scheme-snarf-keys-region): Ditto. + + * smime.el (smime-process-region): Ditto. + (smime-verify-region): Ditto. + + * mime-pgp.el (mime-verify-application/pgp-signature): Ditto. + (mime-verify-application/pkcs7-signature): Ditto. + + * mime-play.el (mime-activate-mailcap-method): Make a temporary + directory of a temporary file for the mailcap application. + (mime-mailcap-method-sentinel): Follow the change above. + (mime-store-message/partial-piece): Set `default-file-modes' for + `make-directory'. + + * mime-edit.el (mime-edit-split-and-send): Remove local variable + `mime-edit-draft-file-name'. + +2003-05-12 Yoichi NAKAYAMA + + * mime-edit.el (turn-on-mime-edit): Protect 1st arg of `message'. + * mime-view.el (mime-preview-follow-current-entity): Ditto. + +2003-05-11 Yoichi NAKAYAMA + + * mime-w3.el (mime-preview-text/html): Protect 1st arg of `message'. + * mime-play.el (mime-mailcap-method-sentinel): Ditto. + (mime-view-message/external-anon-ftp): Ditto. + (mime-view-message/external-url): Ditto. + +2003-04-05 Yoichi NAKAYAMA + + * mime-view.el (mime-preview-toggle-display): Use boundary with + children. + +2003-02-08 Yoichi NAKAYAMA + + * semi-def.el (mime-should-use-popup-menu): New function. + (mime-select-menu-alist): Renamed from select-menu-alist, change + its behavior according to mime-should-use-popup-menu. + * mime-play.el (mime-play-entity): Change accordingly. + +2003-02-08 Yoichi NAKAYAMA + + * mime-view.el (mime-save-situation-examples): Bind print-length + and print-level. + +2003-01-10 NAKAJI Hiroyuki + + * README.ja: new file, Japanese translation of README.en. + Spaces between ascii and Japanese characters are added. + + +2002-11-15 MORIOKA Tomohiko + + * SEMI: Version 1.14.5 (Awara-Onsen) released. + +2002-11-05 Yoichi NAKAYAMA + + * mime-view.el (mime-preview-find-boundary-info): Change the name of + the argument from get-mother to with-children along its effect. + +2002-11-03 Yoichi NAKAYAMA + + * mime-edit.el (mime-edit-decode-single-part-in-buffer): Decode text + part only. + +2002-04-16 Daiki Ueno + + * mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg. + +2002-10-26 Yoichi NAKAYAMA + + * mime-view.el (mime-preview-find-boundary-info): Fix logic. Do not + refer next to next part before examining the next part. + +2002-08-28 Katsumi Yamaoka + + * mime-edit.el (mime-edit-user-agent-value): Add + `xemacs-extra-name'. + + +2002-07-08 MORIOKA Tomohiko + + * SEMI: Version 1.14.4 (Hosorogi) released. + + * Makefile (ARC_DIR_PREFIX): New variable. + (ARC_DIR): Use `ARC_DIR_PREFIX'. + +2001-08-10 Kenichi OKADA + + * semi-def.el (mime-browse-url-regexp): Allow nntps and ftps. + +2001-06-12 Yuuichi Teranishi + + * mime-view.el (mime-display-multipart/related): When "start" + parameter specifies part, treat the part as root. + +2001-06-12 Akihiro Arisawa + + * mime-view.el (mime-display-multipart/related): New function; set up + for `mime-preview-condition'. + +2001-04-19 Katsumi Yamaoka + + * mime-bbdb.el: Load "bbdb-hooks" when the symbol function + `bbdb-extract-field-value' is not bound or it is set up as an + autoloaded function. [cf. ] + +2001-04-17 YAMASHITA Junji + + * semi-def.el (mime-browse-url-regexp): Allow https. + +2001-03-06 Hiroya Murata + + * mime-edit.el (mime-edit-set-parameter): Get rid of the duplicated + optional fields. + +2000-12-28 MORIOKA Tomohiko + + * mime-view.el: Revert to use `static'. + + +2000-12-28 MORIOKA Tomohiko + + * SEMI: Version 1.14.3 (Ushinoya) released. + + * mime-view.el (mime-view-read-situation-examples-file): Don't try + to read situation-examples-file is it is nil. + (mime-situation-examples-file): Avoid to read + situation-examples-file at compile time. + 2000-12-28 MORIOKA Tomohiko * mime-view.el (mime-view-read-situation-examples-file): Display