OSDN Git Service

Fixed.
[epg/epg.git] / ChangeLog
index 67b37e4..2b3132e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,287 @@
+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.
+       * epa.el (epa-encrypt-mail): Ask a user whether to skip a
+       recipient whose public key is not available.
+
+2007-01-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-decrypt-mail): Renamed from epa-decrypt.
+       (epa-verify-mail): Renamed from epa-verify.
+       (epa-sign-mail): Renamed from epa-sign.
+       (epa-encrypt-mail): Renamed from epa-encrypt.
+       (epa-import-mail): Renamed from epa-import.
+
+       * configure.ac: Don't exit if GnuPG (>= 1.4.3) is unavailable.
+
+       * epg.el (epg-signature-to-string): Print creation-time and used
+       pubkey-algorithm.
+       (epg-sign-string): If the GnuPG version is earlier than 1.4.3,
+       fallback to use a temp file as an input.
+       (epg-encrypt-string): Ditto.
+
+2006-12-31  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-mail-modes): New user option.
+       (epa--mail-mode-p): New function.
+       (epa-sign): Use it.
+       (epa-encrypt): Use it.
+       (epa--find-coding-system-for-mime-charset): New function.
+       (epa-decrypt-armor-in-region): Use it.
+       (epa-progress-callback-function): Use handback as the prompt.
+       (epa-encrypt-region): Take 4th argument SIGN.
+       (epa-encrypt): Ditto.
+
+2006-12-31  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa--derived-mode-p): New alias.
+       (epa-sign): Use it.
+       (epa-encrypt): Use it.
+
+2006-12-31  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa--read-signature-type): New function.
+       (epa-decrypt): New command.
+       (epa-verify): New command.
+       (epa-sign): New command.
+       (epa-encrypt): New command.
+       (epa-import-armor-in-region): New command.
+       (epa-import): New command.
+       (epa-decrypt-region): Confirm user to replace the region.
+       (epa-display-info): Delete "*Info*" window.
+
+2006-12-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.9 released.
+       * epg-config.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-12-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-sign-file): Ask signing key only when a prefix arg
+       is given; ask signature type only when a prefix arg is given.
+       (epa-sign-region): Ditto.
+
+2006-12-26  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-config.el (epg-passphrase-coding-system): Default to nil.
+
+2006-12-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * epa.el (epa--format-fingerprint-1): New function.
+       (epa--format-fingerprint): Ditto.
+       (epa--show-key): Use it.
+
+2006-12-20  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-write-region): Don't attempt to write the
+       region to "/" to determine safe coding-system.
+
+       * epa.el (epa-list-keys): Abolished PROTOCOL arg.
+       (epa-sign-file): Save the output to *.p7s or *.p7m file if
+       epa-protocol is CMS.
+       (epa-encrypt-file): Ditto.
+       (epa-last-coding-system-specified): New variable.
+       (epa-decrypt-region): Try to decode with the
+       epa-coding-system-used text property.
+       (epa--select-safe-coding-system): New function.
+       (epa-verify-region): Try to decode with the epa-coding-system-used
+       text property.
+       (epa-sign-region): Query user to select coding-system to encode;
+       set the epa-coding-system-used text property on the result.
+       (epa-encrypt-region): Ditto.
+
+2006-12-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-export-keys-to-file): Fixed a typo.
+
+       * epa.el (epa-protocol): New user option.
+       (epa-sign-region): --armor & --textmode.
+       (epa-encrypt-region): Ditto.
+       (epa-list-keys): If prefix-arg is specified, use "OpenPGP" as the
+       default protocol.
+       (epa-import-keys-region): New command.
+       (epa-insert-keys): New command.
+       (epa--insert-keys): Renamed from epa-insert-keys.
+
+2006-12-11  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-epg.el (pgg-epg-decrypt-region): Don't call
+       decode-coding-string if it is not bound.
+
+       * epa-file.el (epa-file--encode-coding-string): New alias.
+       (epa-file--decode-coding-string): New alias.
+       (epa-file-write-region): Use epa-file--encode-coding-string.
+       (epa-file-decode-and-insert): Use epa-file--decode-coding-string.
+
+       * epa.el (epa--encode-coding-string): New alias.
+       (epa--decode-coding-string): New alias.
+       (epa-verify-region): Use epa--encode-coding-string.
+       (epa-sign-region): Ditto; use epa--decode-coding-string.
+       (epa-encrypt-region): Use epa--encode-coding-string.
+
+       * epg.el (epg--encode-coding-string): New alias.
+       (epg--status-GET_HIDDEN): Use it.
+
+2006-11-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.8 released.
+       * epg-config.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-11-20  Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
+
+       * epa-file.el (epa-file-encrypt-to): New file local variable.
+       (epa-file-write-region): Specify recipients by epa-file-encrypt-to.
+
+2006-11-26  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-sign-file): Query signature type at a time.
+       (epa-decrypt-file): Display output file name on completion.
+       (epa-sign-file): Ditto.
+       (epa-encrypt-file): Ditto.
+
+2006-11-25  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-keys-mode): Don't call widget-setup.
+       (epa-list-keys): Call widget-setup here.
+       (epa-select-keys): Ditto.
+
+2006-11-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * epg.el (epg-delete-keys): Remove redundant argument for `error'
+       and fix a close parenthesis.
+
+2006-11-24  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg--status-GET_HIDDEN): Encode passphrase with eol-type LF.
+       Reported by Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>.
+       cf. <emacs-mime-ja:02090>
+
+2006-11-23  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-sign-region): Query signature type at a time.
+
 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * epg.el (epg-context-set-passphrase-callback): Add optional