* epg.el (epg-export-keys-to-file): Fixed a typo.
[elisp/epg.git] / ChangeLog
index c9e80c9..dc1ff3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,295 @@
+2006-12-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-export-keys-to-file): Fixed a typo.
+
+       * epa.el (epa-sign-region): --armor & --textmode.
+       (epa-encrypt-region): Ditto.
+       (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
+       argument `handback'.
+       (epg-context-set-progress-callback): Ditto.
+
+2006-11-14  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa--key-widget-value-create): Allow empty user IDs.
+       (epa--show-key): Ditto.
+       Reported by Werner Koch <wk@gnupg.org>.
+
+       * epg.el (epg--start): Don't specify --enable-progress-filter for
+       gpgsm.
+       (epg--status-PROGRESS): Check if progress-callback is set.
+
+2006-11-12  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-error): New error.
+       (epg--check-error-for-decrypt): New function.
+       (epg-decrypt-file): Use it.
+       (epg-decrypt-string): Use it.
+       (epg--start): Added a very basic test to check whether to specify
+       --use-agent.
+
+       * epa.el (epa-decrypt-file): Expand file name.
+       (epa-verify-file): Ditto.
+       (epa-import-keys): Ditto.
+
+2006-11-12  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-delete-keys): Decode delete-problem.
+
+       * epa.el (epa-popup-info-window): Turn on by default.
+       (epa-display-info): Split selected window instead of pop-to-buffer.
+
+2006-11-12  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-display-info): Generalized; renamed from
+       epa-display-verify-result.
+       (epa-decrypt-file): Use it.
+       (epa-verify-file): Use it.
+       (epa-decrypt-region): Use it.
+       (epa-verify-region): Use it.
+       (epa-import-keys): Show import result.
+       (epa-display-verify-result): Make it obsolete.
+
+       * epg.el (epg-start-sign-keys): Make it obsolete; signing a key is
+       out of scope.
+       (epg-sign-keys): Make it obsolete.
+       (epg-make-import-status): New object epg-import-status.
+       (epg-make-import-result): New object epg-import-result.
+       (epg--status-IMPORT_RES): New function.
+       (epg-import-result-to-string): New function.
+
+       * epa.el (epa-keys-mode-map): Don't bind epa-sign-keys.
+       (epa-sign-keys): Make it obsolete.
+
+2006-11-11  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-start-sign): Don't set --armor nor --textmode if
+       mode is set for a cleartext signature.
+       (epg-make-context): New slot "sig-notations".
+       (epg--args-from-sig-notations): New function.
+       (epg-start-sign): Specify --sig-notation or --sig-policy-url if
+       desired.
+       (epg-start-encrypt): Ditto.
+       (epg-make-signature): New slot "notations".
+       (epg--status-NOTATION_NAME): New function.
+       (epg--status-NOTATION_DATA): New function.
+       (epg--status-POLICY_URL): New function.
+
+2006-10-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.7 released.
+       * epg-config.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-10-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el
+       (epa-file-cache-passphrase-for-symmetric-encryption): New user
+       option.
+
+2006-10-12  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-start-verify): Fixed a clearsign verification bug.
+       Reported by Hirohisa Yamaguchi <umq@ueo.co.jp>.
+
+2006-09-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.6 released.
+       * epg.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-09-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-verify-cleartext-in-region): Renamed from
+       epa-verify-armor-in-region.
+
+       * epg.el (epg-passphrase-callback-function): Suggest to use
+       epa-passphrase-callback-function instead.
+       (epg-start-verify): Don't specify --verify if SIGNATURE is a
+       normal or a clear text signature.
+       (epg-verify-file): Mention that the plaintext will be stored into
+       the file PLAIN after successful verification.
+       (epg-verify-string): Mention that the plaintext will be returned
+       after successful verification.
+
+2006-09-27  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-insert-file-contents): Set progress callback.
+       (epa-file-write-region): Ditto.
+
+       * epa.el (epa-decrypt-file): Set callbacks.
+       (epa-sign-file): Ditto.
+       (epa-encrypt-file): Ditto.
+       (epa-decrypt-region): Ditto.
+       (epa-sign-region): Ditto.
+       (epa-encrypt-region): Ditto.
+       (epa-sign-keys): Ditto.
+
+       * epg.el (epg-progress-callback-function): Removed.
+
+2006-09-24  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-passphrase-callback-function): Moved from epg.el.
+       (epa-progress-callback-function): Ditto.
+       * epg.el (epg-passphrase-callback-function): Made it obsolete.
+       (epg-progress-callback-function): Ditto.
+
+2006-09-23  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-start-decrypt): Append "--" to the end of options.
+       (epg-start-verify): Ditto.
+       (epg-start-sign): Ditto.
+       (epg-start-encrypt): Ditto.
+       (epg-start-import-keys): Ditto.
+       (epg-start-generate-key): Ditto.
+
+2006-09-23  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-make-context): Don't set progress-callback by
+       default.
+       (epg--start): Don't specify --enable-progress-filter if
+       progress-callback is not set.
+       (epg--status-GET_HIDDEN): Signal an error if passphrase-callback
+       is not set.
+
+2006-09-15  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-progress-callback-function): Show the percentage.
+
+2006-09-15  Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
+
+       * pgg-epg.el (mml2015-gpg-extract-signature-details): Fixed a typo.
+
+2006-09-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-config.el (epg-passphrase-coding-system): Renamed from
+       epg-locale-coding-system.
+
+2006-09-11  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-decode-and-insert): New function which
+       utilizes decode-coding-inserted-region if available.
+       (epa-file-insert-file-contents): Use it.
+
+       * epg.el (epg--start): Specify --enable-progress-filter in
+       imitation of GPGME.
+       (epg-progress-callback-function): Remove a couple of %%'s.
+
+2006-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * epg-config.el (epg-configuration): Fixed the last change;
+       collect configuration other than group and algorithm.
+
+2006-09-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-config.el (epg-debug): Moved from epg.el.
+       (epg-configuration): Parse group configuration.
+       (epg-expand-group): New function.
+
+2006-09-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.5 released.
+       * epg.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-09-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-config.el (epg-locale-coding-system): New user option.
+
+       * epg.el (epg--list-keys-1): Respect epg-gpg-home-directory.
+       (epg--clear-string): New function.
+       (epg--status-GET_HIDDEN): Encode passphrase with
+       terminal-coding-system.
+
+       * epg-config.el (epg-gpg-minimum-version): New constant.
+       (epg-config--parse-version): New function.
+       (epg-config--compare-version): New function.
+       (epg-configuration): Respect epg-gpg-home-directory.
+
+2006-09-03  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-config.el: New file; moved GnuPG configuration check from
+       epg.el.
+
+2006-09-02  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-check-configuration): New function.
+       (epg-gpg-home-directory): New user option.
+
+       * pgg-epg.el (pgg-epg-lookup-key): New function.
+
+2006-07-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.4 released.
+       * epg.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-07-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * acinclude.m4 (AC_CHECK_GPG): Run $3 if there is no gpg executable.
+
 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
 
        * epg.el (epg-start-encrypt): Extract primary key ID from