Update.
[elisp/epg.git] / NEWS
diff --git a/NEWS b/NEWS
index 26f6f69..83feda4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,16 @@
 * Major changes in 0.0.2
 
+** Confirm passphrase when performing symmetric encryption.
+
+** New commands which affect on the current region are implemented.
+   epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
+   epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
+
 ** Fixed ERRSIG status handling.  "no public key" error was not
    reported as a verify result.
 
-** Fixed cleaning up pgg-*-buffer.
+** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
 
 ** Don't convert line endings of the gpg output.  This may fix a bug
    when encrypting in textmode and the output is binary.
-   Thanks to Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
-   [cf. <emacs-mime-ja:02027>]
+   [cf. <emacs-mime-ja:02028>]