* pgg-parse.el: Add reference to RFC4880.
[elisp/semi.git] / ChangeLog
index dd93a3c..197a321 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,289 @@
+2010-06-04  David Maus  <dmaus@ictsoc.de>
+
+       * pgg-parse.el: Add reference to RFC4880.
+       (pgg-parse-symmetric-key-algorithm-alist)
+       (pgg-parse-hash-algorithm-alist)
+       (pgg-parse-compression-algorithm-alist)
+       (pgg-parse-signature-type-alist): Update lists to RFC4880.
+
+2010-02-19  Heinz Diehl <htd@fancy-poultry.org>
+
+       * mime-edit.el (mime-edit-set-encrypt): Fix typo.
+
+2010-02-07  David Maus <maus.david@gmail.com>
+
+       * mime-edit.el (mime-edit-encrypt-pgp-mime): Added Version tag for
+       pgp-encrypted messages to comply with RFC3156.
+       * mime-edit.el (mime-edit-pgp-enclose-buffer): Sign and encrypt
+       pgp message in conformance to RFC3156.
+
+2010-01-25  Harald Judt  <h.judt@gmx.at>
+
+       * mime-edit.el (mime-content-types): Added more MIME types.
+
+2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
+
+       * mime-edit.el (mime-edit-insert-file): Ask user for MIME type and
+       subtype during interactive file insertion, not only encoding.
+       * mime-pgp.el (toplevel): New function:
+       `mime-display-multipart/pgp-encrypted'.
+       * pgg-def.el (toplevel): New custom: `pgg-decrypt-automatically'.
+       * semi-setup.el (toplevel): New mime-preview condtion for MIME
+       type "application/pgp-encrypted".
+
+2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
+
+       * mime-view.el (toplevel): New defcustom: mime-view-buttons-visible
+       * mime-view.el (mime-display-entity): Use mime-view-buttons-visible
+       to control visibility of MIME buttons.
+
+2007-06-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-edit.el (turn-on-mime-edit): Remove redundant comments and
+       newlines to make the amount of diff-lines minimal to the original.
+
+2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mime-edit.el (turn-on-mime-edit): Don't use the default values
+       of paragraph-start and paragraph-separate.  Suggested by Ron
+       Isaacson <Ron.Isaacson@morganstanley.com>.  cf.
+       http://article.gmane.org/gmane.mail.wanderlust.general.japanese/5721
+
+2007-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mime-edit.el (turn-on-mime-edit): Make paragraph-start and
+       paragraph-separate buffer-local.
+
+2006-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * README.ja, README.en (Required environment): Update required
+       version of APEL to 10.7 or later.
+
+       * SEMI-CFG (PACKAGEDIR): Use
+       `install-get-default-package-directory'.
+
+2006-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * SEMI-CFG (PACKAGEDIR): Avoid an error with Emacs.
+
+2006-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * SEMI-MK (compile-semi-package): Use
+       batch-update-directory-autoloads if it is available instead of
+       batch-update-directory.
+
+2006-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * SEMI-CFG (PACKAGEDIR): Check for
+       (early|late|last)-package-hierarchies and configure-package-path
+       as well as (early|late|last)-packages.
+
+2006-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * mime-edit.el (mime-edit-process-multipart-1): Don't insert a
+       text tag if a multipart end tag is followed.
+
+2006-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * mime-view.el (mime-calist::field-match-method-ignore-case):
+       New function; set up for `field-match-method' of calist.
+
+2006-03-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-edit.el (mime-edit-sign-pgp-mime): Set pgg-text-mode.
+       (mime-edit-encrypt-pgp-mime): Ditto.
+
+2006-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * mime-edit.el (mime-edit-delete-trailing-whitespace): New
+       Function for RFC3156.
+       (mime-edit-sign-pgp-mime): Use it.
+
+2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mime-view.el (mime-display-text/richtext): Withdraw the last
+       change.
+       (mime-display-text/enriched): Ditto.
+
+2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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.
+
+2005-03-29  Nakagawa, Makoto  <Makoto.Nakagawa@hp.com>
+
+       * pgg-pgp.el (pgg-scheme-sign-region): Manually convert line
+       endings to CRLF before signing.
+
+2001-09-24   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-view.el (mime-preview-toggle-display): When both "type" and
+       "*type" conditions are not specified, the entity should be regarded
+       as invisible.
+
+2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * README.en, README.ja (CVS based development): Mention anonymous
+       CVS access; remove the description about developers' pserver access.
+
+2003-11-15  Simon Josefsson  <jas@extundo.com>
+
+       * 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  <yoichi@geiin.org>
+
+       * 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  <yoichi@geiin.org>
+
+       * 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  <yoichi@geiin.org>
+
+       * mime-edit.el (mime-edit-mime-version-field-for-message/partial):
+       Fix usage of mime-encode-field-body.
+
+2004-07-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * mime-view.el (mime-display-multipart/related): Do nothing when
+       the part is not found.
+
+2004-04-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * 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  <yoichi@geiin.org>
+
+       * 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mime-image.el (mime-display-image): Ignore errors about image
+       decoding.
+
+2004-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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.
+
+\f
+2003-12-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * SEMI: Version 1.14.6 (Maruoka) released.
+
+2003-12-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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 <tats@vega.ocn.ne.jp>.
+       [cf. <emacs-mime-ja:1599>]
+
+2003-12-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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 <yoichi@geiin.org>
+
+       * 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  <ari@mbf.sphere.ne.jp>
+
+       * 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  <ari@mbf.sphere.ne.jp>
+
+       * mime-play.el (mime-activate-mailcap-method): Don't use
+       `binary-to-text-funcall'. (Thanks to TANAKA Shingo)
+
+2003-12-14  Tatsuya Kinoshita  <tats@vega.ocn.ne.jp>
+
+       * mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45].
+
+2003-12-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mime-edit.el (mime-edit-user-agent-value): Add a setting for
+       XEmacs CHISE.
+
+2003-12-07  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * mime-play.el (mime-require-safe-directory): Check the owner of the
+       directory if it already exists.
+
+2003-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * mime-play.el (mime-require-safe-directory): New function.
+       (mime-store-message/partial-piece): Use it.
+
+2003-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mime-play.el (mime-store-message/partial-piece): Fix
+       mis-designed parenthesis in the `let' form.
+
+2001-11-27  Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-w3.el: Don't use `url-register-protocol' if it is not
+       fboundp; announce `url-cid' feature instead.
+       [cf. <Wanderlust:8566>]
+
+       (url-cid): Change return value for the current URL package.
+
+2003-06-09  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
 
        * pgg-gpg.el (pgg-gpg-process-region): Undo the last change.
        * README.ja: new file, Japanese translation of README.en.
        Spaces between ascii and Japanese characters are added.
 
+\f
 2002-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * SEMI: Version 1.14.5 (Awara-Onsen) released.