X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9edc27347ed7df7b0f0b389794a693d4fe9c9e3f;hb=6e164d33d0237c8236db853fa03528fb29c7e0cd;hp=a27efd023e5ea919d0e155f67305b5d65e619bc9;hpb=7e34f6c54d7278efffd75772c7adad853ab879d3;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index a27efd0..9edc273 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,237 @@ +2006-10-29 Daiki Ueno + + * epa-file.el + (epa-file-cache-passphrase-for-symmetric-encryption): New user + option. + +2006-10-12 Daiki Ueno + + * epg.el (epg-start-verify): Fixed a clearsign verification bug. + Reported by Hirohisa Yamaguchi . + +2006-09-29 Daiki Ueno + + * EasyPG: Version 0.0.6 released. + * epg.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +2006-09-29 Daiki Ueno + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * epg.el (epg-progress-callback-function): Show the percentage. + +2006-09-15 Juliusz Chroboczek + + * pgg-epg.el (mml2015-gpg-extract-signature-details): Fixed a typo. + +2006-09-13 Daiki Ueno + + * epg-config.el (epg-passphrase-coding-system): Renamed from + epg-locale-coding-system. + +2006-09-11 Daiki Ueno + + * 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 + + * epg-config.el (epg-configuration): Fixed the last change; + collect configuration other than group and algorithm. + +2006-09-05 Daiki Ueno + + * epg-config.el (epg-debug): Moved from epg.el. + (epg-configuration): Parse group configuration. + (epg-expand-group): New function. + +2006-09-04 Daiki Ueno + + * EasyPG: Version 0.0.5 released. + * epg.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +2006-09-04 Daiki Ueno + + * 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 + + * epg-config.el: New file; moved GnuPG configuration check from + epg.el. + +2006-09-02 Daiki Ueno + + * 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 + + * EasyPG: Version 0.0.4 released. + * epg.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +2006-07-29 Daiki Ueno + + * acinclude.m4 (AC_CHECK_GPG): Run $3 if there is no gpg executable. + +2006-07-28 Daiki Ueno + + * epg.el (epg-start-encrypt): Extract primary key ID from + epg-context-signers. + Thanks to Steve Youngs + + * pgg-epg.el (pgg-epg-encrypt-region): Fixed a bug; it didn't + give CONTEXT to epg-list-keys. + Thanks to Steve Youngs + +2006-07-18 Daiki Ueno + + * 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 + + * 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 + + * epg-pgp50i.el: New file. + +2006-07-13 Daiki Ueno + + * acinclude.m4 (AC_PATH_GPG): New macro. + * configure.ac: Check gpg version. + Suggested by Max Froumentin + +2006-07-10 Daiki Ueno + + * 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 + + * pgg-epg.el (pgg-epg-sign-region): Select the signing key matched + with pgg-default-user-id. + Reported by Elias Oltmanns + +2006-07-01 Daiki Ueno + + * epa.el (epa-select-keys): If SECRET is specified, select a + primary secret key by default. + +2006-06-29 Daiki Ueno + + * EasyPG: Version 0.0.3 released. + * epg.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +2006-06-12 Daiki Ueno + + * epa-file.el (epa-file-insert-file-contents): Don't move the + point to the end of the inserted region. + Reported by doug + +2006-06-01 Daiki Ueno + + * epa-file.el (epa-file-insert-file-contents): Support partial read. + +2006-05-30 Hiroya Murata + + * epa-file.el (epa-file-write-region): Encode the plain text with + coding-system-for-write. + +2006-05-30 Daiki Ueno + + * epa-file.el (epa-file-insert-file-contents): + Decode the decrypted text with coding-system-for-read. + 2006-05-29 Daiki Ueno * EasyPG: Version 0.0.2 released.