* epa-setup.el: New file.
[elisp/epg.git] / ChangeLog
index 173735e..9399ce7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,45 @@
+2006-04-16  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-setup.el: New file.
+       * epa-dired.el: New file.
+
+       * epg.el (epg-colons-pub-spec): Abolished.
+       (epg-colons-sec-spec): Abolished.
+       (epg-colons-uid-spec): Abolished.
+       (epg-colons-fpr-spec): Abolished.
+       (epg-key-validity-alist): New variable.
+       (epg-key-capablity-alist): New variable.
+       (epg-make-key): New object epg-key.
+       (epg-make-sub-key): New object epg-sub-key.
+       (epg-make-user-id): New object epg-user-id.
+       (epg-list-keys-1): Renamed from epg-list-keys.
+       (epg-list-keys): Rewritten.
+
+2006-04-15  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-list-keys): Make the NAME argument optional.
+
 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
 
+       * epa.el: Added header.
+
+       * epg.el (epg-list-keys): Specify --with-fingerprint.
+       (epg-colons-fpr-spec): New variable.
+       (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
+       owner-trust.
+       (epg-colons-sec-spec): Ditto.
+       (epg-colons-uid-spec): Renamed trust -> validity.
+
+2006-04-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el: New file.
+
        * epg.el (epg-cipher-algorithm-alist): New constant.
        (epg-pubkey-algorithm-alist): New constant.
        (epg-digest-algorithm-alist): New constant.
        (epg-compress-algorithm-alist): New constant.
        (epg-configuration): New function.
+       (epg-start): Don't specify --yes.
 
 2006-04-13  Daiki Ueno  <ueno@unixuser.org>