Import Gnus v5.10.6.
[elisp/gnus.git-] / GNUS-NEWS
index 9d08766..b891063 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -1,5 +1,5 @@
 GNUS NEWS -- history of user-visible changes.
-Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send Gnus bug reports to bugs@gnus.org.
@@ -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".
 
@@ -29,12 +34,12 @@ variables `gnus-button-*-level' can be used to control the appearance of all
 article buttons, see the info node "Article Button Levels".
 
 ** Dired integration
-`gnus-dired-minor-mode' installs key bindings in dired buffers to send
-a file as an attachment (`C-c C-a'), open a file using the approriate
-mailcap entry (`C-c C-l'), and print a file using the mailcap entry
-(`C-c P').  It is enabled with 
 
-      (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
+`gnus-dired-minor-mode' installs key bindings in dired buffers to send a file
+as an attachment (`C-c C-m C-a'), open a file using the approriate mailcap
+entry (`C-c C-m C-l'), and print a file using the mailcap entry (`C-c C-m
+C-p').  See the info node "Other modes".
+
 
 ** Gnus can display RSS newsfeeds as a newsgroup.  To get started do `B
 nnrss RET RET' in the Group buffer.
@@ -453,6 +458,13 @@ 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 symbol best.
+
+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.
 
 \f