Fixed.
[elisp/epg.git] / ChangeLog
index 2118027..bfa3c24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+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.
+
+2006-09-15  Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
+
+       * pgg-epg.el (mml2015-gpg-extract-signature-details): Fixed a typo.
+
+2006-09-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-config.el (epg-passphrase-coding-system): Renamed from
+       epg-locale-coding-system.
+
+2006-09-11  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <lapis-lazuli@pop06.odn.ne.jp>
 
        * epg-config.el (epg-configuration): Fixed the last change;