X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c419972af55ecec7d14271682d1e2824bdfb6ab0;hb=92b1d375c0ffd9da64a60133fe8a4c8cb4fdbdea;hp=a1d98c4750e201c6f1247c495074314118ffd96c;hpb=3e5d4bc74586cc55df0dad19eb97f05dc8f70519;p=elisp%2Fsemi.git diff --git a/ChangeLog b/ChangeLog index a1d98c4..c419972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,183 @@ +2004-09-15 Yoichi NAKAYAMA + + * mime-view.el (mime-preview-follow-current-entity): Avoid error + on null entity. + (mime-preview-find-boundary-info): Ditto. + Avoid error at the beginning of buffer. + +2004-08-28 Yoichi NAKAYAMA + + * pgg-pgp5.el (pgg-scheme-verify-region): `let*' -> `let'. + * pgg-pgp.el (pgg-scheme-verify-region): Ditto. + * mime-edit.el (mime-edit-split-and-send): Ditto. + * mime-play.el (mime-store-message/partial-piece): Ditto. + +2004-08-03 Yoichi NAKAYAMA + + * mime-edit.el (mime-edit-mime-version-field-for-message/partial): + Fix usage of mime-encode-field-body. + +2004-07-24 Yoichi NAKAYAMA + + * mime-view.el (mime-display-multipart/related): Do nothing when + the part is not found. + +2004-04-18 TAKAHASHI Kaoru + + * mime-edit.el (mime-file-types): Add application/pdf. Use base64 + for application/postscript. + (mime-content-types): Add application/pdf. + +2004-04-04 Yoichi NAKAYAMA + + * mime-edit.el (mime-file-types): Add application/vnd.ms-excel. + (mime-content-types): Add application/vnd.ms-excel and + application/msword. + +2004-02-12 MORIOKA Tomohiko + + * mime-image.el (mime-display-image): Ignore errors about image + decoding. + +2004-02-06 Katsumi Yamaoka + + * mime-image.el (mime-image-normalize-xbm-buffer): Add missing + format specifiers. + + * mime-view.el (mime-view-insert-entity-button): Fix misplaced let + form. + +2004-01-15 Katsumi Yamaoka + + * mime-edit.el (mime-edit-normalize-body): Fix a comment that the + problem related to `replace-match' has been fixed at 2004-01-15, + thanks to Handa-san. + + +2003-12-24 MORIOKA Tomohiko + + * SEMI: Version 1.14.6 (Maruoka) released. + +2003-12-18 Daiki Ueno + + * pgg-gpg.el (pgg-gpg-process-region): Set environment variable + LANGUAGE as well. GNU gettext gives precedence to LANGUAGE over + LC_ALL, when different language code is specified. Thanks to + Tatsuya Kinoshita . + [cf. ] + +2003-12-17 Daiki Ueno + + * pgg-gpg.el (pgg-gpg-messages-locale): New user option. + (pgg-gpg-process-region): Set environment variable LC_ALL when + pgg-gpg-messages-locale is specified. + + * pgg-def.el (pgg-messages-locale): New user option. + + * mime-pgp.el (mime-verify-application/pgp-signature): Copy + messages from pgg-errors-buffer. + (mime-add-application/pgp-keys): Ditto. + +2003-12-16 Katsumi Yamaoka + + * mime-edit.el (mime-edit-normalize-body): Don't use the + `(replace-match "\\1\r\n")' form since it may convert the unibyte + string into multibyte in Emacs 21.4. + +2003-12-14 Yoichi NAKAYAMA + + * mime-play.el (mime-mailcap-method-sentinel): Restore deleting + directory routine and protection of 1st arg of `message' dropped + in the last change. + (mime-mailcap-delete-played-files): Ditto. + +2003-12-12 ARISAWA Akihiro + + * mime-play.el (mime-play-delete-file-immediately): New user option. + (mime-mailcap-method-sentinel): Use it. + (mime-mailcap-delete-played-files): New function; set up for + `kill-emacs-hook'. + +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'. @@ -27,6 +207,7 @@ * 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.