Reverted.
[elisp/epg.git] / ChangeLog
index 83dcf23..866a960 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,108 @@
+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.
+       (epg-delete-key): New function.
+       (epg-wait-for-completion): Add the NO-EOF argument.
+
+2006-04-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-start): Insert the command-line arguments to the
+       debug buffer.
+       (epg-start-encrypt): Wait for BEGIN_ENCRYPTION.
+       (epg-start-delete-key): New function.
+       (epg-delete-key): New function.
+
+       * epa.el (epa-key): New widget.
+       (epa-key-widget-action): New function.
+       (epa-key-widget-value-create): New function.
+       (epa-key-widget-button-face-get): New function.
+       (epa-key-widget-help-echo): New function.
+
+2006-04-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-write-region): Check if START is a string.
+
+2006-04-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el: Rewritten with file-name-handler.
+       (epa-file-handler): New variable.
+       (epa-file-enable): New command.
+       (epa-file-disable): New command.
+
+       * epa-setup.el: Call epa-file-enable.
+
+2006-04-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-passphrase): New variable.
+       (epa-file-passphrase-callback-function): New function.
+       (epa-find-file): Reset buffer-undo-list; set
+       buffer-file-coding-system to last-coding-system-used after
+       decoding.
+
+2006-04-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-write-file): Try to write region to "/" to get
+       last-coding-system-used to be set.
+
+2006-04-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el: New implementation of epf.el.
+
+       * epf.el: Abolished.
+
+2006-04-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-verify-file): Display verify result.
+
+       * epg.el (epg-invalid-recipients-alist): New variable.
+       (epg-status-INV_RECP): New function.
+       (epg-status-NO_RECP): New function.
+
+       * epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
+       epa-verify-file, epa-sign-file, and epa-encrypt-file.
+       (epa-decrypt-file): New function imported from epa-dired.el.
+       (epa-verify-file): New function imported from epa-dired.el.
+       (epa-sign-file): New function imported from epa-dired.el.
+       (epa-encrypt-file): New function imported from epa-dired.el.
+
+2006-04-16  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
+       recursive-edit.
+       * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
+
+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.