X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=dc1ff3effeaa3bfb86d92d1b9fb2d53450b8632f;hb=59b227deceb57a37a91af9cc4edcb5039f0c0b3b;hp=67b37e450e4c87d49eb05ba3ab490a177911710d;hpb=db9bcd815464d0dab6a8853e6437848527b1a8eb;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index 67b37e4..dc1ff3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2006-12-19 Daiki Ueno + + * epg.el (epg-export-keys-to-file): Fixed a typo. + + * epa.el (epa-sign-region): --armor & --textmode. + (epa-encrypt-region): Ditto. + (epa-insert-keys): New command. + (epa--insert-keys): Renamed from epa-insert-keys. + +2006-12-11 Daiki Ueno + + * pgg-epg.el (pgg-epg-decrypt-region): Don't call + decode-coding-string if it is not bound. + + * epa-file.el (epa-file--encode-coding-string): New alias. + (epa-file--decode-coding-string): New alias. + (epa-file-write-region): Use epa-file--encode-coding-string. + (epa-file-decode-and-insert): Use epa-file--decode-coding-string. + + * epa.el (epa--encode-coding-string): New alias. + (epa--decode-coding-string): New alias. + (epa-verify-region): Use epa--encode-coding-string. + (epa-sign-region): Ditto; use epa--decode-coding-string. + (epa-encrypt-region): Use epa--encode-coding-string. + + * epg.el (epg--encode-coding-string): New alias. + (epg--status-GET_HIDDEN): Use it. + +2006-11-29 Daiki Ueno + + * EasyPG: Version 0.0.8 released. + * epg-config.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +2006-11-20 Andreas Seltenreich + + * epa-file.el (epa-file-encrypt-to): New file local variable. + (epa-file-write-region): Specify recipients by epa-file-encrypt-to. + +2006-11-26 Daiki Ueno + + * epa.el (epa-sign-file): Query signature type at a time. + (epa-decrypt-file): Display output file name on completion. + (epa-sign-file): Ditto. + (epa-encrypt-file): Ditto. + +2006-11-25 Daiki Ueno + + * epa.el (epa-keys-mode): Don't call widget-setup. + (epa-list-keys): Call widget-setup here. + (epa-select-keys): Ditto. + +2006-11-24 Hiroya Murata + + * epg.el (epg-delete-keys): Remove redundant argument for `error' + and fix a close parenthesis. + +2006-11-24 Daiki Ueno + + * epg.el (epg--status-GET_HIDDEN): Encode passphrase with eol-type LF. + Reported by Hiroya Murata . + cf. + +2006-11-23 Daiki Ueno + + * epa.el (epa-sign-region): Query signature type at a time. + 2006-11-22 Hiroya Murata * epg.el (epg-context-set-passphrase-callback): Add optional