X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fcd9e657a47806b893443b0c88329dde36194c0a;hb=7dd310a5477089fc298a838e5676fbed2892e282;hp=9f1314db379a7c784be9809d18fb7b4e833ec010;hpb=0aaa0d9d521bd62d32cf5b4f2a1d56a901804a76;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index 9f1314d..fcd9e65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,49 @@ +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. + + * epg.el (epg-start-sign-keys): New function. + (epg-sign-keys): New function. + (epg-status-GET_HIDDEN): Enable local quit. + (epg-status-GET_BOOL): Ditto. + (epg-status-GET_LINE): Ditto. + +2006-04-20 Daiki Ueno + + * epa.el (epa-list-keys-1): Add 'epa-list-keys property to keylist + region. + 2006-04-20 Daiki Ueno + * pgg-epg.el (pgg-epg-secret-key-id-list): New variable. + (pgg-epg-passphrase-callback): New function. + * epa.el (epa-select-keys): Added "Cancel" button. - * epg.el (epg-make-verify-result): Renamed epg-signature to - epg-verify-result. 2006-04-20 Daiki Ueno