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