* epg.el (epg-gpgsm-program): New user option.
authorueno <ueno>
Sun, 23 Apr 2006 01:08:25 +0000 (01:08 +0000)
committerueno <ueno>
Sun, 23 Apr 2006 01:08:25 +0000 (01:08 +0000)
(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.

ChangeLog

index 1baf960..bdccb6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-04-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
 
        * epa.el (epa-sign-keys): New command.