OSDN Git Service

Fixed.
[epg/epg.git] / ChangeLog
index be6aa66..d1a1ddd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2007-09-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-auto-mode-alist-entry): New variable.
+       (epa-file-enable): Install a strip-suffix entry in auto-mode-alist.
+       (epa-file-disable): Remove the entry from auto-mode-alist.
+
+2007-08-31  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-verify-region): Decode the plaintext by
+       coding-system-for-read or one saved in epa-coding-system-used.
+
+2007-08-02  Adrian Aichner  <adrian@xemacs.org> (tiny change)
+
+       * epa.el (epa-validity-high): Fix load error by adding missing
+       paren pair.
+
+2007-07-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-insert-file-contents): Ignore errors from
+       file-local-copy.
+
+2007-07-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.14 released.
+       * configure.ac: Bump up version.
+
+2007-07-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el: Use :weight or :slant keywords to define faces, if
+       available.
+
+2007-07-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-insert-file-contents): If a file is not
+       directly accessible, use the local copy of the file.
+       Reported by Jaroslav Gresula <jgresula@gmail.com>
+
+2007-07-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el: Removed -face suffix from face names;
+       removed face symbol vars.
+
+2007-05-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.13 released.
+       * configure.ac: Bump up version.
+
+2007-05-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-write-region): Supply the BUFFER argument
+       to local-variable-p.
+       (epa-file-find-file-hook): Mark the current buffer as unmodified.
+       Suggested by Adrian Aichner <adrian@elisp.de>
+
+2007-04-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-write-region): Don't use epa-textmode.
+
+2007-04-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.12 released.
+       * configure.ac: Bump up version.
+
+2007-04-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-write-region): Respect epa-armor and
+       epa-textmode.
+
+2007-04-26  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg--prompt-GET_BOOL-untrusted_key.override): Lookup
+       user-id from epg-user-id-alist.
+
+2007-04-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-select-keys): New command.
+
+2007-04-21  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-write-region): Ask recipients only the
+       first time.
+       (epa-file-select-keys): New user option.
+
+2007-04-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-mark-key): Renamed from epa-mark; signal an error if
+       no key is on the line.
+       (epa-unmark-key): Renamed from epa-unmark.
+       (epa-toggle-mark): Abolished.
+
+       * epa-file.el (epa-file-insert-file-contents): Guess the value of
+       epa-file-encrypt-to from 'encrypted-to context-result.
+       (epa-file-encrypt-to): Make it permanent local.
+
+       * epg.el (epg--status-ENC_TO): New function.
+
+2007-04-04  Daiki Ueno  <ueno@unixuser.org>
+           Chris Moore <dooglus@users.sourceforge.jp>
+
+       * 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.
+       (epa-file-name-regexp): Accept backup filenames.
+       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
+       is CMS; set coding-system-for-read to binary.
+       (epg--status-*SIG): Decode user-id.
+
+2007-02-02  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-write-region): Set a dummy filename
+       for buffer-file-name when calling select-safe-coding-system.
+
+2007-01-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-last-status): New variable.
+       (epg--process-filter): Set epg-last-status after calling a status
+       handler.
+       (epg--prompt-GET_BOOL): New function.
+       (epg--prompt-GET_BOOL-untrusted_key.override): New function.
+       (epg--status-GET_BOOL): Call epg--prompt-GET_BOOL-* instead of
+       y-or-n-p.
+
+2007-01-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.10 released.
+       * configure.ac: Bump up version.
+
+2007-01-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-config.el: Require epg-package-info.
+       * configure.ac: Generate epg-package-info.el.
+       * Makefile.am (DISTCLEANFILES): Added epg-package-info.el.
+       * COMPILE (epg-modules): Added epg-package-info.
+       * epg-package-info.el.in: New file.
+
+2007-01-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-setup.el (epa-mail-mode): Autoload; setup mail-mode-hook.
+       * epa.el: Removed epa-*-mail stuff.
+       * Makefile.am (EXTRA_DIST): Added epa-mail.el.
+       * COMPILE (epg-modules): Added epa-mail.
+       * epa-mail.el: New file.
+
 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
 
+       * epg-pgp50i.el: Removed.
+
        * epa.el (epa-key-list-mode-map): Renamed from epa-keys-mode-map.
        (epa-key-list-mode): Renamed from epa-keys-mode.  All callers
        changed.
 
        * epg.el (epg--status-VALIDSIG): Don't set expiration-time if it
        is "0".
+       (epg--make-sub-key-1): Ditto.
+       (epg--decode-hexstring): "\\x" -> "\\\\x".
+       (epg--decode-quotedstring): Ditto.
 
        * pgg-epg.el (pgg-epg-encrypt-region): Ask a user whether to skip a
        recipient whose public key is not available.
        * epg-config.el (epg-version-number): Bump up.
        * configure.ac: Bump up version.
 
-2006-11-20  Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
+2006-11-20  Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> (tiny change)
 
        * epa-file.el (epa-file-encrypt-to): New file local variable.
        (epa-file-write-region): Specify recipients by epa-file-encrypt-to.
 
        * epg.el (epg-start-encrypt): Extract primary key ID from
        epg-context-signers.
-       Thanks to Steve Youngs <steve@sxemacs.org>
+       Reported by Steve Youngs <steve@sxemacs.org>
 
        * pgg-epg.el (pgg-epg-encrypt-region): Fixed a bug; it didn't
        give CONTEXT to epg-list-keys.
-       Thanks to Steve Youngs <steve@sxemacs.org>
+       Reported by Steve Youngs <steve@sxemacs.org>
 
 2006-07-18  Daiki Ueno  <ueno@unixuser.org>