Merge from gnus--rel--5.10
[gnus] / GNUS-NEWS
index dfecf87..e19a67b 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -54,7 +54,7 @@ querying the user about whether to do so.
 
 ** 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.
+(`http://www.gnu.org/software/libidn/') has been installed.
 
 ** Gnus now displays DNS master files sent as text/dns using dns-mode.
 
@@ -62,6 +62,10 @@ using `W i' (`gnus-summary-idna-message').  This requires that GNU Libidn
 (`gnus-summary-limit-to-replied') and `/ R'
 (`gnus-summary-limit-to-recipient').  *Note Limiting::.
 
+** You can now fetch all ticked articles from the server using `Y t'
+(`gnus-summary-insert-ticked-articles').  *Note Summary Generation
+Commands::.
+
 ** Gnus supports a new sort command in the Summary buffer: `C-c C-s C-t'
 (`gnus-summary-sort-by-recipient').  *Note Summary Sorting::.
 
@@ -123,6 +127,11 @@ use `(setq message-hidden-headers nil)'.  *Note Message Headers:
 ** You can highlight different levels of citations like in the article
 buffer.  See `gnus-message-highlight-citation'.
 
+** `auto-fill-mode' is enabled by default in Message mode.  See
+`message-fill-column'.  *Note Message Headers: (message)Various Message
+Variables.
+
+
 \f
 * Changes in back ends
 
@@ -152,6 +161,14 @@ names for the `nnrss' groups are also supported.  *Note RSS::.
 ** The nnml back end allows other compression programs beside `gzip' for
 compressed message files.  *Note Mail Spool::.
 
+** The nnml back end supports group compaction.
+
+This feature, accessible via the functions `gnus-group-compact-group'
+(`G z' in the group buffer) and `gnus-server-compact-server' (`z' in the
+server buffer) renumbers all articles in a group, starting from 1 and
+removing gaps.  As a consequence, you get a correct total article count
+(until messages are deleted again).
+
 \f
 * Appearance