(epg--status-NOTATION_NAME): New function.
[elisp/epg.git] / ChangeLog
index 0ed7094..70439b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+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--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  <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.