* epg.el (epg-flush): Abolished.
[elisp/epg.git] / ChangeLog
index d941792..1413703 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+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
@@ -5,6 +27,8 @@
        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>