X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9607b509bd3b7c13631131cfb97a514c5ebb680c;hb=4b8ef64d89c205fc422fdeb0de4a779611c431f7;hp=fea04e23441111ea444536f27b483e4f4aec1205;hpb=2d2d32ada3b792c0ea1cdd0d1b5dbb6c5ab08b58;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index fea04e2..9607b50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2007-01-05 Daiki Ueno + + * 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 + + * 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 + + * 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 + + * epa.el (epa--derived-mode-p): New alias. + (epa-sign): Use it. + (epa-encrypt): Use it. + +2006-12-31 Daiki Ueno + + * 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 + + * EasyPG: Version 0.0.9 released. + * epg-config.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +2006-12-28 Daiki Ueno + + * 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 + + * epg-config.el (epg-passphrase-coding-system): Default to nil. + 2006-12-20 Hiroya Murata * epa.el (epa--format-fingerprint-1): New function.