Update.
[elisp/epg.git] / NEWS
diff --git a/NEWS b/NEWS
index 7ae4718..83feda4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +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.
+   [cf. <emacs-mime-ja:02028>]