* epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first
[elisp/epg.git] / ChangeLog
index 42cd156..e35d288 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,97 @@
+2006-04-26  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * epa.el (epa-select-keys): Don't set inhibit-quit when
+       recursive-edit is called.
+       (epg-cancel): New function.
+
+2006-04-25  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <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.
+
+       * 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  <ueno@unixuser.org>
+
+       * epa.el (epa-list-keys-1): Add 'epa-list-keys property to keylist
+       region.
+
+2006-04-20  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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.
+
+2006-04-20  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-signature-to-string): New function.
+
+2006-04-20  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-write-region): RECIPIENTS is now a list of
+       key objects.
+       * epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of
+       key objects.
+
+       * epa.el (epa-select-keys): Added MODE argument.
+       (epa-encrypt-file): RECIPIENTS is now a list of key objects.
+
+       * epg.el (epg-status-SIG_CREATED): New function.
+       (epg-start-sign): epg-context-signers is now a list of key objects.
+       (epg-start-encrypt): RECIPIENTS is now a list of key objects.
+
+2006-04-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-verify-file): Show results in minibuffer.
+       * epg.el (epg-debug-buffer): New variable.
+       (epg-flush): New function.
+
 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
 
+       * epa.el (epa-export-keys): New command.
+       * epg.el (epg-start-export-keys): Accept a list of epg-key object
+       instead of a regexp.
+
+2006-04-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key.
+       (epa-import-key): New command.
+
        * epg.el (epg-delete-problem-alist): New constant.
        (epg-status-DELETE_PROBLEM): New function.
        (epg-start-delete-key): New function.