* epa-file.el (epa-file--file-name-regexp-set): New Custom :set
[elisp/epg.git] / ChangeLog
index 172f898..b81242a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+2007-04-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file--file-name-regexp-set): New Custom :set
+       function.
+       (epa-file-name-regexp): Use it.
+       (epa-file-name-regexp-update): New command.
+       Reported by "[ #10192 ] customizing epa-file-name-regexp fails"
+
+2007-04-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-find-file-hook): New function.
+       (epa-file-enable): Add epa-file-find-file-hook to find-file-hooks.
+       (epa-file-disable): Remove epa-file-find-file-hook from
+       find-file-hooks.
+
+2007-03-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.11 released.
+       * configure.ac: Bump up version.
+
+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.
+
+2007-03-20  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-display-info): Generate new *Info* buffer if buffer
+       is not alive.
+       (epa-verify-cleartext-in-region): s/armor/cleartext/g.
+
+       * Makefile.am (info_TEXINFOS): Added epa.texi.
+       * epa.texi: New file.
+
+2007-03-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg--decode-percent-escape): New function.
+
+2007-03-08  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-list-keys): Parse GnuPG's print_string escape.
+
+2007-03-08  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-mail.el (epa-mail-mode-hook): New variable.
+       (epa-mail-mode-on-hook): New variable.
+       (epa-mail-mode-off-hook): New variable.
+
+       * epg.el (epg--start): Make the process-buffer unibyte.
+       (epg--status-USERID_HINT): Decode user-id.
+       (epg--status-IMPORTED): Decode user-id.
+
 2007-03-07  Daiki Ueno  <ueno@unixuser.org>
 
        * epg.el (epg--start): Don't specify --use-agent if the protocol