* gnus-news.texi: Mention change new behavior of
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Jan 2005 16:24:16 +0000 (16:24 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Jan 2005 16:24:16 +0000 (16:24 +0000)
`gnus-decay-scores'.  Added some references.

* gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
matching score files as well.
(Picons): Describe `gnus-picon-style'.

texi/ChangeLog
texi/gnus-news.texi
texi/gnus.texi

index 04b0045..c796c41 100644 (file)
@@ -1,7 +1,11 @@
 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * gnus-news.texi: Mention change new behavior of
+       `gnus-decay-scores'.  Added some references.
+
        * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
        matching score files as well.
+       (Picons): Describe `gnus-picon-style'.
 
 2005-01-02  Romain Francoise  <romain@orebokech.com>
 
index fa0add3..9f4adb1 100644 (file)
@@ -41,7 +41,7 @@ has priority over the same data in @file{~/.newsrc.eld}.
 
 @item
 Picons can be displayed right from the textual address, see
-@code{gnus-picon-style}
+@code{gnus-picon-style}.  @ref{Picons}.
 
 @item
 You can import and export your @acronym{RSS} subscriptions from
@@ -100,10 +100,11 @@ See the Gnus manual, section Hashcash, for more information.  Use
 
 @item Gnus supports new limiting commands in the Summary buffer:
 @kbd{/ r} (@code{gnus-summary-limit-to-replied}) and @kbd{/ R}
-(@code{gnus-summary-limit-to-recipient}).
+(@code{gnus-summary-limit-to-recipient}).  @ref{Limiting}.
 
 @item Gnus supports a new sort command in the Summary buffer:
-@kbd{C-c C-s C-t} (@code{gnus-summary-sort-by-recipient}).
+@kbd{C-c C-s C-t} (@code{gnus-summary-sort-by-recipient}).  @ref{Summary
+Sorting}
 
 @item The @code{nnrss} back end now supports multilingual text.
 Non-@acronym{ASCII} group names for the @code{nnrss} groups are also
@@ -115,8 +116,11 @@ PGP key ring when you click on them.
 @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)}.
-@end itemize
 
+@item @code{gnus-decay-scores} can be a regexp matching score files.
+This allows to decay only adaptive score files.  @ref{Score Decays}.
+
+@end itemize
 @c gnus-news.texi ends here.
 
 @ignore
index 5c5badd..ddc8006 100644 (file)
@@ -22172,6 +22172,11 @@ To enable displaying picons, simply make sure that
 @code{gnus-picon-databases} points to the directory containing the
 Picons databases.
 
+@vindex gnus-picon-style
+The variable @code{gnus-picon-style} controls how picons are displayed.
+If @code{inline}, the textual representation is replaced.  If
+@code{right}, picons are added right to the textual representation.
+
 The following variables offer control over where things are located.
 
 @table @code