X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=70622f0238fe0a35c8c8eeca1155786994e6c313;hb=4e25d697ffc9b444075d54ec9f53735752d8aabf;hp=a9b4c518b11bb17be113369fd5f38991c664393d;hpb=a5863e59e3bc0607351a373e91f9b5446fae081f;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index a9b4c51..70622f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,62 @@ +2007-03-29 Daiki Ueno + + * EasyPG: Version 0.0.11 released. + * configure.ac: Bump up version. + +2007-03-26 Daiki Ueno + + * 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 + + * epa.el (epa-protocol): defcustom -> defvar. + (epa-armor): Ditto. + (epa-textmode): Ditto. + +2007-03-24 Daiki Ueno + + * 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 + + * 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 + + * 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 + + * epg.el (epg--decode-percent-escape): New function. + 2007-03-08 Daiki Ueno * epg.el (epg-list-keys): Parse GnuPG's print_string escape. - (epg-wait-for-plaintext): New function. - (epg--status-PLAINTEXT_LENGTH): New function. - (epg-decrypt-string): Don't use a temp output file. - (epg--status-BEGIN_DECRYPTION): New function; reset 'plaintext - result. - (epg--status-DECRYPTION_OKAY): Copy 'plaintext result to - 'decrypted-plaintext. 2007-03-08 Daiki Ueno