* epg.el (epg-flush): Abolished.
[elisp/epg.git] / ChangeLog
index 9f1314d..1413703 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,103 @@
+2006-05-01  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-start): Signal an error if the process of CONTEXT is
+       already running for other operations.
+       (epg-flush): Abolished.
+       (epg-start-generate-key): New function.
+       (epg-generate-key-from-file): New function.
+       (epg-generate-key-from-string): New function.
+       (epg-status-KEY_CREATED): New function.
+       (epg-status-KEY_NOT_CREATED): New function.
+
+2006-04-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-delete-keys): Support deletion of secret keys.
+
+       * pgg-epg.el (pgg-epg-decrypt-region): Convert line endings of the
+       decrypted text.
+
+       * epg.el (epg-read-output): Don't convert line endings of the
+       output file.
+       (epg-cancel): Set 'error result.
+
+2006-04-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-make-signature): Removed user-id; added
+       creation-time, expiration-time, pubkey-algorithm,
+       digest-algorithm.
+       (epg-process-sentinel): Abolished.
+       (epg-signature-to-string): Decode DN.
+       (epg-list-keys): Cache user-id in epg-user-id-alist.
+       (epg-make-user-id): Renamed name -> string.
+
+2006-04-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-status-ERRSIG): New function.
+       (epg-verify-file): Signal an error if we encounter ERRSIG status.
+       (epg-verify-string): Ditto.
+
+2006-04-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el: Added typecheck to accessors to objects.
+
+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.
-       * epg.el (epg-make-verify-result): Renamed epg-signature to
-       epg-verify-result.
 
 2006-04-20  Daiki Ueno  <ueno@unixuser.org>