X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=70439b76d45e46c29fe97429a35e3ae45dce0b81;hb=8335b14c224a471662db08aea206666c26147bf8;hp=cdc2b4b36e734bca9e339fe39091f83a9aa6ff31;hpb=6e1ac38c1e5f8eedb023761386a06611fd3f2dad;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index cdc2b4b..70439b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,157 @@ +2006-11-11 Daiki Ueno + + * 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--status-NOTATION_NAME): New function. + (epg--status-NOTATION_DATA): New function. + (epg--status-POLICY_URL): New function. + (epg-make-signature): New slot "notations". + +2006-10-29 Daiki Ueno + + * EasyPG: Version 0.0.7 released. + * epg-config.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +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.