X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c3015b1fc8a5d5e6ef12a5376679d84d85bb380d;hb=c165609a9c48703317640231336ce8fa9e2ee4e9;hp=1baf96048afdbea16afc6cd0ae72fcf9726bb4ee;hpb=98fff073633e867d113023a64d217890c0f63922;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index 1baf960..c3015b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2006-04-28 Daiki Ueno + + * epg.el: Added typecheck to accessors to objects. + +2006-04-26 Daiki Ueno + + * epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first + argument of passphrase-callback. + (epg-status-PROGRESS): Ditto. + +2006-04-26 Daiki Ueno + + * epa.el (epa-select-keys): Don't set inhibit-quit when + recursive-edit is called. + (epg-cancel): New function. + +2006-04-25 Daiki Ueno + + * epg.el (epg-process-sentinel): New function; set 'error if gpg + process exited abnormally, but we have not received an error + response from it. + (epg-sign-file): Signal an error only when a signature is not + created. + (epg-sign-string): Ditto. + (epg-encrypt-file): Signal an error if SIGN is specified and + signature is not created. + (epg-encrypt-string): Ditto. + +2006-04-22 Daiki Ueno + + * epa.el (epa-key-widget-value-create): Decode DN. + (epa-list-keys): Add the PROTOCOL argument. + (epa-select-keys): Require CONTEXT as the first argument. + + * epg.el (epg-gpgsm-program): New user option. + (epg-dn-type-alist): New variable. + (epg-start): Don't specify --command-fd if protocol is CMS. + (epg-list-keys): Require CONTEXT as the first argument. + (epg-dn-from-string): New function. + (epg-decode-dn): New function. + 2006-04-21 Daiki Ueno * epa.el (epa-sign-keys): New command.