Added missing (interactive).
[elisp/epg.git] / ChangeLog
index aa4e5b3..c423628 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,41 @@
+2006-12-31  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa--read-signature-type): New function.
+       (epa-decrypt): New command.
+       (epa-verify): New command.
+       (epa-sign): New command.
+       (epa-encrypt): New command.
+       (epa-import-armor-in-region): New command.
+       (epa-import): New command.
+       (epa-decrypt-region): Confirm user to replace the region.
+
+2006-12-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * EasyPG: Version 0.0.9 released.
+       * epg-config.el (epg-version-number): Bump up.
+       * configure.ac: Bump up version.
+
+2006-12-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-sign-file): Ask signing key only when a prefix arg
+       is given; ask signature type only when a prefix arg is given.
+       (epa-sign-region): Ditto.
+
+2006-12-26  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg-config.el (epg-passphrase-coding-system): Default to nil.
+
+2006-12-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * epa.el (epa--format-fingerprint-1): New function.
+       (epa--format-fingerprint): Ditto.
+       (epa--show-key): Use it.
+
 2006-12-20  Daiki Ueno  <ueno@unixuser.org>
 
+       * epa-file.el (epa-file-write-region): Don't attempt to write the
+       region to "/" to determine safe coding-system.
+
        * epa.el (epa-list-keys): Abolished PROTOCOL arg.
        (epa-sign-file): Save the output to *.p7s or *.p7m file if
        epa-protocol is CMS.