* epg.el (epg--make-sub-key-1): Don't set expiration-time if it is "0".
[elisp/epg.git] / ChangeLog
index aa4e5b3..9607b50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,91 @@
+2007-01-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-key-list-mode-map): Renamed from epa-keys-mode-map.
+       (epa-key-list-mode): Renamed from epa-keys-mode.  All callers
+       changed.
+
+       * epg.el (epg--status-VALIDSIG): Don't set expiration-time if it
+       is "0".
+       (epg--make-sub-key-1): Ditto.
+
+       * pgg-epg.el (pgg-epg-encrypt-region): Ask a user whether to skip a
+       recipient whose public key is not available.
+       * epa.el (epa-encrypt-mail): Ask a user whether to skip a
+       recipient whose public key is not available.
+
+2007-01-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-decrypt-mail): Renamed from epa-decrypt.
+       (epa-verify-mail): Renamed from epa-verify.
+       (epa-sign-mail): Renamed from epa-sign.
+       (epa-encrypt-mail): Renamed from epa-encrypt.
+       (epa-import-mail): Renamed from epa-import.
+
+       * configure.ac: Don't exit if GnuPG (>= 1.4.3) is unavailable.
+
+       * epg.el (epg-signature-to-string): Print creation-time and used
+       pubkey-algorithm.
+       (epg-sign-string): If the GnuPG version is earlier than 1.4.3,
+       fallback to use a temp file as an input.
+       (epg-encrypt-string): Ditto.
+
+2006-12-31  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-mail-modes): New user option.
+       (epa--mail-mode-p): New function.
+       (epa-sign): Use it.
+       (epa-encrypt): Use it.
+       (epa--find-coding-system-for-mime-charset): New function.
+       (epa-decrypt-armor-in-region): Use it.
+       (epa-progress-callback-function): Use handback as the prompt.
+       (epa-encrypt-region): Take 4th argument SIGN.
+       (epa-encrypt): Ditto.
+
+2006-12-31  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa--derived-mode-p): New alias.
+       (epa-sign): Use it.
+       (epa-encrypt): Use it.
+
+2006-12-31  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa--read-signature-type): New function.
+       (epa-decrypt): New command.
+       (epa-verify): New command.
+       (epa-sign): New command.
+       (epa-encrypt): New command.
+       (epa-import-armor-in-region): New command.
+       (epa-import): New command.
+       (epa-decrypt-region): Confirm user to replace the region.
+       (epa-display-info): Delete "*Info*" window.
+
+2006-12-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.9 released.
+       * epg-config.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-12-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-sign-file): Ask signing key only when a prefix arg
+       is given; ask signature type only when a prefix arg is given.
+       (epa-sign-region): Ditto.
+
+2006-12-26  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-config.el (epg-passphrase-coding-system): Default to nil.
+
+2006-12-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * epa.el (epa--format-fingerprint-1): New function.
+       (epa--format-fingerprint): Ditto.
+       (epa--show-key): Use it.
+
 2006-12-20  Daiki Ueno  <ueno@unixuser.org>
 
+       * epa-file.el (epa-file-write-region): Don't attempt to write the
+       region to "/" to determine safe coding-system.
+
        * epa.el (epa-list-keys): Abolished PROTOCOL arg.
        (epa-sign-file): Save the output to *.p7s or *.p7m file if
        epa-protocol is CMS.