Fixed.
[elisp/epg.git] / ChangeLog
index fd7d02e..cdc2b4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,147 @@
+2006-09-02  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-check-configuration): New function.
+
+       * 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
+       epg-context-signers.
+       Thanks to 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>
+
+2006-07-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-pgp50i.el (epg-pgp50i--process-filter): Use
+       epg-process-filter-running instead of epg-pgp50i-status; Don't
+       save-excursion during handler execution.
+       (epg-pgp50i--read-line): Renamed from epg-pgp50i--wait-for-line;
+       don't allow process input.
+       (epg-pgp50i--parse-time): New function.
+       (epg-pgp50i--status-BAD_SIGNATURE): New function.
+
+       * epg.el (epg--process-filter): Don't save-excursion during
+       handler execution.
+
+2006-07-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * acinclude.m4 (AC_CHECK_GPG): Renamed from AC_PATH_GPG.
+
+       * epg.el (epg-process-filter-running): New variable.
+       (epg--start): Setup epg-process-filter-running.
+       (epg--process-filter): Allow only one status handler to run at a
+       time; update epg-read-point everytime the point changes.
+
+2006-07-14  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-pgp50i.el: New file.
+
+2006-07-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * acinclude.m4 (AC_PATH_GPG): New macro.
+       * configure.ac: Check gpg version.
+       Suggested by Max Froumentin <max@lapin-bleu.net>
+
+2006-07-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg--status-ERRSIG): Don't remove the last verify-result.
+       (epg-signature-to-string): Remove a trailing whitespace.
+
+       * epa.el (epa-keys-mode-map): Bind return to epa-toggle-mark.
+       (epa-toggle-mark): New command.
+
+2006-07-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-epg.el (pgg-epg-sign-region): Select the signing key matched
+       with pgg-default-user-id.
+       Reported by Elias Oltmanns <oltmanns@uni-bonn.de>
+
+2006-07-01  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-select-keys): If SECRET is specified, select a
+       primary secret key by default.
+
+2006-06-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.3 released.
+       * epg.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-06-12  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-insert-file-contents): Don't move the
+       point to the end of the inserted region.
+       Reported by doug <douglas.bagley@gmail.com>
+
+2006-06-01  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-insert-file-contents): Support partial read.
+
+2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * epa-file.el (epa-file-write-region): Encode the plain text with
+       coding-system-for-write.
+
+2006-05-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-insert-file-contents):
+       Decode the decrypted text with coding-system-for-read.
+
+2006-05-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.2 released.
+       * epg.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-05-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg--time-from-seconds): New function.
+       (epg--status-ERRSIG): Convert seconds from epoch to encoded-time.
+       (epg--status-VALIDSIG): Ditto.
+       (epg--status-KEYEXPIRED): Ditto.
+
+2006-05-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-start-import-keys): Don't specify filename if keys
+       is a string data.
+
+2006-05-27  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg--process-filter): Pass epg-context instead of
+       process to status handlers.
+       (epg--status-NO_PUBKEY): Check if the previous signature's key-id
+       matches with the given key-id.
+
 2006-05-26  Daiki Ueno  <ueno@unixuser.org>
 
+       * epg.el (epg--status-NO_PUBKEY): Replace the previous signature's
+       status from 'error to 'no-pubkey.
+       (epg--status-ERRSIG): Just add 'error signature to the verify result.
+
+       * epa.el (epa-insert-keys): Renamed from epa-list-keys-1; don't
+       disable inhibit-quit here; make text-properties nonsticky.
+       (epa-popup-info-window): New user option.
+       (epa-info-window-height): New user option.
+       (epa-display-verify-result): New function.
+       (epa-decrypt-file): Use it.
+       (epa-verify-file): Use it.
+       (epa-decrypt-region): Use it.
+       (epa-verify-region): Use it.
+
        * epg.el (epg-make-context): New slot "operation".
        (epg-passphrase-callback-function): Confirm passphrase when
        performing symmetric encryption.