X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7415c8099514c4faa14bc9ddacd8c5ed31b8ff1a;hb=0c0e90bbc822c66a807dde6168754dd16db5e6e2;hp=1a7b83e387be0b5b8aad17dc02f8866e331c49f0;hpb=0e1e47dea61b9e192403fd7dc22f6bfb38348ef3;p=elisp%2Fsemi.git diff --git a/ChangeLog b/ChangeLog index 1a7b83e..7415c80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,289 @@ +2006-09-29 Daiki Ueno + + * mime-edit.el (mime-edit-pgp): New custom group. + (mime-edit-pgp-verbose): New user option. + (mime-edit-pgp-signers): New user option. + (mime-edit-pgp-encrypt-to-self): New user option. + (mime-edit-process-multipart-1): Don't handle kazu-*. + (mime-edit-sign-pgp-kazu): Abolished. + (mime-edit-encrypt-pgp-kazu): Abolished. + (mime-edit-sign-pgp-mime): Don't query user if + mime-edit-pgp-verbose is nil. + (mime-edit-encrypt-pgp-mime): Ditto. + + * mime-pgp.el: Removed obsolete references. + (mime-view-application/pgp): Merged into + mime-decrypt-application/pgp-encrypted. + +2006-07-04 Daiki Ueno + + * mime-edit.el (mime-edit-sign-smime): Use + epg-new-signature-digest-algorithm. + +2006-05-28 Daiki Ueno + + * mime-pgp.el (mime-add-application/pgp-keys): Don't use a temp buffer. + +2006-05-26 Daiki Ueno + + * mime-pgp.el (mime-view-application/pgp): Use + epa-display-verify-result. + (mime-verify-application/*-signature): Ditto. + +2006-05-12 Daiki Ueno + + * mime-edit.el (mime-edit-sign-pgp-mime): Extract micalg from the + epg-new-signature object. + +2006-05-04 Daiki Ueno + + * mime-pgp.el (mime-view-application/pgp): Allow to verify + signed-and-encrypted messages. + +2006-04-30 Daiki Ueno + + * mime-pgp.el: Require 'epa. + (mime-verify-application/*-signature): Supply required arguments + to buffer-substring. + (mime-view-application/pgp): Convert line endings of the decrypted + text. + Thanks to Hiroya Murata . + [cf. ] + +2006-04-23 Daiki Ueno + + * mime-pgp.el (mime-verify-application/*-signature): New function. + (mime-verify-application/pgp-signature): Abolished. + (mime-verify-application/pkcs7-signature): Abolished. + +2006-04-23 Daiki Ueno + + * mime-pgp.el (mime-verify-application/pkcs7-signature): Use EasyPG. + (mime-view-application/pkcs7-mime): Ditto. + + * mime-edit.el (mime-edit-sign-smime): Use EasyPG. + (mime-edit-encrypt-smime): Ditto. + + * SEMI-ELS (semi-modules-to-compile): Don't install PGG. + +2006-04-20 Daiki Ueno + + * mime-pgp.el (mime-view-application/pgp): Use epg-signature-to-string. + (mime-verify-application/pgp-signature): Ditto. + +2006-04-20 Daiki Ueno + + * mime-pgp.el: Require 'epg. + (mime-view-application/pgp): Use EasyPG. + (mime-verify-application/pgp-signature): Ditto. + (mime-add-application/pgp-keys): Ditto. + + * mime-edit.el: Require 'epa. + (mime-edit-user-agent-value): Added EasyPG version number. + (mime-edit-sign-pgp-mime): Use EasyPG. + (mime-edit-encrypt-pgp-mime): Ditto. + (mime-edit-sign-pgp-kazu): Ditto. + (mime-edit-encrypt-pgp-kazu): Ditto. + (mime-edit-insert-key): Ditto. + (mime-edit-decode-multipart-in-buffer): Ditto. + +2006-02-18 TAKAHASHI Kaoru + + * mime-edit.el (mime-edit-delete-trailing-whitespace): New + Function for RFC3156. + (mime-edit-sign-pgp-mime): Use it. + +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. + +2005-09-06 Katsumi Yamaoka + + * mm-view.el (mime-view-insert-fontified-text-content): Disable + support modes. + +2005-06-14 Katsumi Yamaoka + + * mime-view.el (mime-display-text/richtext): Withdraw the last + change. + (mime-display-text/enriched): Ditto. + +2005-06-09 Katsumi Yamaoka + + * mime-view.el (mime-display-text/richtext): Turn off + adaptive-fill-mode while executing richtext-decode. + (mime-display-text/enriched): Turn off adaptive-fill-mode while + executing enriched-decode. + +2004-10-21 Katsumi Yamaoka + + * mime-view.el (mime-view-insert-fontified-text-content): Inhibit + font-lock when running the major-mode function instead of forcing + execution of jit-lock. + +2004-10-21 Yoichi NAKAYAMA + + * mime-view.el (mime-view-insert-fontified-text-content): Use + dummy absolute path in buffer-file-name. (by Katsumi Yamaoka) + Force fontify for jit-lock-mode. + +2004-09-27 Yoichi NAKAYAMA + + * mime-edit.el (mime-edit-temp-message-buffer): Define. + * mime-play.el (mime-view-temp-message-buffer): Ditto. + (mime-preview-quitting-method-for-mime-show-message-mode): Change + accordingly. + +2004-09-27 Katsumi Yamaoka + + * README.en (CVS based development): Mention anonymous CVS access; + remove the description about developers' pserver access. + +2003-11-15 Simon Josefsson + + * pgg-gpg.el (pgg-scheme-lookup-key): Use regexp match instead of + split-string (split-string is different between emacs 21.2 and + 21.4). Reported by ultrasoul@ultrasoul.com (David D. Smith). + +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-29 Yoichi NAKAYAMA + + Merge following changes from semi-1_14 branch: + + * pgg-gpg.el (pgg-gpg-process-region): Use `make-temp-file' instead of + `make-temp-name'. + Add --yes option to overwrite existing output file; + Remove needless set-default-file-modes. + * 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. + * mime-pgp.el (mime-verify-application/pgp-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-require-safe-directory): New function. + (mime-store-message/partial-piece): Use it. + Set `default-file-modes' for `make-directory'. + * mime-edit.el (mime-edit-split-and-send): Remove local variable + `mime-edit-draft-file-name'. + + * 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'. + +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-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-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-12 MORIOKA Tomohiko + + * mime-edit.el (mime-edit-user-agent-value): Add a setting for + XEmacs CHISE. + +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-08-16 Daiki Ueno + + * Don't autoload S/MIME stuff. + + * pgg-def.el (pgg-overriding-user-id): New variable. + * pgg.el (pgg-universal-user-id-argument): New command. + * pgg-gpg.el (pgg-scheme-encrypt-region): Prefer + pgg-overriding-user-id to pgg-gpg-user-id. + (pgg-scheme-decrypt-region): Ditto. + (pgg-scheme-sign-region): Ditto. + (pgg-scheme-insert-key): Ditto. + +2003-05-22 Daiki Ueno + + * mime-play.el (mime-activate-mailcap-method): Undo the last change. + +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-05-02 Daiki Ueno + + * mime-play.el (mime-activate-mailcap-method): Check the existance + of the temporary file. + [cf. ] + 2003-04-05 Yoichi NAKAYAMA * mime-view.el (mime-preview-toggle-display): Use boundary with