Merge from emacs--devo--0
[gnus] / GNUS-NEWS
index 7e00462..585f620 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -52,10 +52,19 @@ querying the user about whether to do so.
 \f
 * Changes in summary and article mode
 
+** Gnus now supports sticky article buffers.  Those are article buffers
+that are not reused when you select another article.  *Note Sticky
+Articles::.
+
 ** International host names (IDNA) can now be decoded inside article bodies
 using `W i' (`gnus-summary-idna-message').  This requires that GNU Libidn
 (`http://www.gnu.org/software/libidn/') has been installed.
 
+** The non-ASCII group names handling has been much improved.  The back
+ends that fully support non-ASCII group names are now `nntp', `nnml',
+and `nnrss'.  Also the agent, the cache, and the marks features work
+with those back ends.  *Note Non-ASCII Group Names::.
+
 ** Gnus now displays DNS master files sent as text/dns using dns-mode.
 
 ** Gnus supports new limiting commands in the Summary buffer: `/ r'
@@ -97,7 +106,7 @@ From Newsgroups::.
 
 ** You can replace MIME parts with external bodies.  See
 `gnus-mime-replace-part' and `gnus-article-replace-part'.  *Note MIME
-Commands::, *Note Using MIME::.
+Commands::, *note Using MIME::.
 
 ** The option `mm-fill-flowed' can be used to disable treatment of
 format=flowed messages.  Also, flowed text is disabled when sending
@@ -131,6 +140,13 @@ buffer.  See `gnus-message-highlight-citation'.
 `message-fill-column'.  *Note Message Headers: (message)Various Message
 Variables.
 
+** You can now store signature files in a special directory named
+`message-signature-directory'.
+
+** The option `message-citation-line-format' controls the format of the
+"Whomever writes:" line.  You need to set
+`message-citation-line-function' to
+`message-insert-formated-citation-line' as well.
 
 \f
 * Changes in back ends