X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=texi%2Fgnus-news.texi;h=821354717e2cb38cb46df90520a8cc9b19eb5c31;hb=51ea09128969161838c89eeeed5bc3007102934b;hp=b82f9cd1661d7765fbfd0ea18cd282606c75bb15;hpb=6f75b89fffdea72c94268d89355669dea8b0f167;p=gnus diff --git a/texi/gnus-news.texi b/texi/gnus-news.texi index b82f9cd16..821354717 100644 --- a/texi/gnus-news.texi +++ b/texi/gnus-news.texi @@ -69,12 +69,23 @@ about whether to do so. @item Changes in summary and article mode @itemize @bullet + +@item Gnus now supports sticky article buffers. Those are article buffers +that are not reused when you select another article. @xref{Sticky +Articles}. + @item International host names (@acronym{IDNA}) can now be decoded inside article bodies using @kbd{W i} (@code{gnus-summary-idna-message}). This requires that GNU Libidn (@url{http://www.gnu.org/software/libidn/}) has been installed. @c FIXME: Also mention @code{message-use-idna}? +@item The non-@acronym{ASCII} group names handling has been much +improved. The back ends that fully support non-@acronym{ASCII} group +names are now @code{nntp}, @code{nnml}, and @code{nnrss}. Also the +agent, the cache, and the marks features work with those back ends. +@xref{Non-ASCII Group Names}. + @item Gnus now displays @acronym{DNS} master files sent as text/dns using dns-mode. @@ -82,6 +93,10 @@ using dns-mode. @kbd{/ r} (@code{gnus-summary-limit-to-replied}) and @kbd{/ R} (@code{gnus-summary-limit-to-recipient}). @xref{Limiting}. +@item You can now fetch all ticked articles from the server using +@kbd{Y t} (@code{gnus-summary-insert-ticked-articles}). @xref{Summary +Generation Commands}. + @item Gnus supports a new sort command in the Summary buffer: @kbd{C-c C-s C-t} (@code{gnus-summary-sort-by-recipient}). @xref{Summary Sorting}. @@ -121,17 +136,18 @@ See @code{gnus-mime-replace-part} and @code{gnus-article-replace-part}. @item The option @code{mm-fill-flowed} can be used to disable treatment of format=flowed messages. Also, flowed text is disabled when sending -inline @acronym{PGP} signed messages. +inline @acronym{PGP} signed messages. @xref{Flowed text, ,Flowed text, +emacs-mime, The Emacs MIME Manual}. (New in Gnus 5.10.7) +@c This entry is also present in the node "Oort Gnus". @end itemize - @item Changes in Message mode @itemize @bullet @item Gnus now supports the ``hashcash'' client puzzle anti-spam mechanism. -See the Gnus manual, section Hashcash, for more information. Use -@code{(setq message-generate-hashcash t)} to enable. +Use @code{(setq message-generate-hashcash t)} to enable. +@xref{Hashcash}. @item You can now drag and drop attachments to the Message buffer. See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}. @@ -144,6 +160,22 @@ empty lines are prefixed in cited text. @xref{Insertion Variables, @item Gnus uses narrowing to hide headers in Message buffers. The @code{References} header is hidden by default. To make all headers visible, use @code{(setq message-hidden-headers nil)}. +@xref{Message Headers, ,Message Headers, message, Message Manual}. + +@item You can highlight different levels of citations like in the +article buffer. See @code{gnus-message-highlight-citation}. + +@item @code{auto-fill-mode} is enabled by default in Message mode. +See @code{message-fill-column}. @xref{Various Message Variables, , +Message Headers, message, Message Manual}. + +@item You can now store signature files in a special directory +named @code{message-signature-directory}. + +@item The option @code{message-citation-line-format} controls the format +of the "Whomever writes:" line. You need to set +@code{message-citation-line-function} to +@code{message-insert-formated-citation-line} as well. @end itemize @item Changes in back ends @@ -176,8 +208,16 @@ supported. @xref{RSS}. @item The nnml back end allows other compression programs beside @file{gzip} for compressed message files. @xref{Mail Spool}. -@end itemize +@item The nnml back end supports group compaction. + +This feature, accessible via the functions +@code{gnus-group-compact-group} (@kbd{G z} in the group buffer) and +@code{gnus-server-compact-server} (@kbd{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). +@end itemize @item Appearance @c Maybe it's not worth to separate this from "Miscellaneous"?