From: ueno Date: Sun, 23 Apr 2006 01:08:25 +0000 (+0000) Subject: * epg.el (epg-gpgsm-program): New user option. X-Git-Tag: epgsm-mergepoint~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d3defc2b73da006e1b66d8e0f51800c98f69b7af;p=elisp%2Fepg.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 1baf960..bdccb6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +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.