OSDN Git Service

Fixed.
[epg/epg.git] / ChangeLog
index 42600fd..2b3132e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,37 @@
+2007-03-26  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa--insert-keys): Changed arglist.  All callers
+       changed.
+       (epa--select-keys): New function.
+       (epa-select-keys): Use it; don't popup menu if keys have elements
+       less than 2.
+
+2007-03-25  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-protocol): defcustom -> defvar.
+       (epa-armor): Ditto.
+       (epa-textmode): Ditto.
+
+2007-03-24  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-select-keys): Simplified; don't select the first
+       matching key.
+       (epa-key-list-mode-map): Bind revert-buffer instead of
+       epa-list-keys.
+       (epa-key-list-mode): Set revert-buffer-function to epa--revert-buffer.
+       (epa--revert-buffer): New function.
+
+       * epg.el (epg--list-keys-1): Accept a list of strings as NAME
+       argument.
+       (epg-list-keys): Ditto.
+
 2007-03-21  Daiki Ueno  <ueno@unixuser.org>
 
+       * epa-file.el (epa-file-inhibit-auto-save): New user option.
+       (epa-file-insert-file-contents): Turn off auto-save-mode if
+       epa-file-inhibit-auto-save is non-nil.
+       Reported by "[ #9937] epa-file auto-saves in plain text"
+
        * epa.el (epa--list-keys): New function.
        (epa-list-keys): Use it.
        (epa-list-secret-keys): New command.