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