(gnus-dired-mode-map): Change keymaps.
[gnus] / GNUS-NEWS
index 9c401ca..eb74175 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -8,6 +8,11 @@ For older news, see Gnus info node "New Features".
 \f
 * Changes in Oort Gnus
 
+** `gnus-group-read-ephemeral-group' can be called interactively, using `G M'.
+
+** In draft groups, `e' is now bound to `gnus-draft-edit-message'.
+Use `B w' for `gnus-summary-edit-article' instead.
+
 ** The revised Gnus FAQ is included in the manual.
 See the info node "Frequently Asked Questions".
 
@@ -453,10 +458,12 @@ This also obsoletes `gnus-article-hide-pgp-hook'.
 This change was made to avoid conflict with the standard binding of
 `back-to-indentation', which is also useful in message mode.
 
-** The default for message-forward-show-mml changed to nil.
+** The default for message-forward-show-mml changed to symbol best.
 
-The reason is that decoding MIME, showing MML, and later re-encode the
-MIME does not work properly for, e.g., PGP/MIME signed messages.
+The behaviour for the `best' value is to show MML (i.e., convert MIME
+to MML) when appropriate.  MML will not be used when forwarding signed
+or encrypted messages, as the conversion invalidate the digital
+signature.
 
 ** Bug fixes.