2003-01-02 Reiner Steib <Reiner.Steib@gmx.de>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 2 Jan 2003 18:55:30 +0000 (18:55 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 2 Jan 2003 18:55:30 +0000 (18:55 +0000)
* gnus.texi (Article Buttons): Regexps are case insensitive here.

texi/ChangeLog
texi/gnus.texi

index 4153255..e45b17a 100644 (file)
@@ -1,3 +1,11 @@
+2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Article Buttons): Regexps are case insensitive here.
+
+2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Summary Generation Commands): Addition.
+
 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * message.texi (Message Headers): Added example.
index 53b152e..bb4942d 100644 (file)
@@ -8528,10 +8528,11 @@ This is an alist where each entry has this form:
 @table @var
 
 @item regexp
-All text that match this regular expression will be considered an
-external reference.  Here's a typical regexp that matches embedded URLs:
-@samp{<URL:\\([^\n\r>]*\\)>}. This can also be a variable containing a
-regexp, useful variables to use include @code{gnus-button-url-regexp}.
+All text that match this regular expression (case insensitive) will be
+considered an external reference.  Here's a typical regexp that matches
+embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
+variable containing a regexp, useful variables to use include
+@code{gnus-button-url-regexp}.
 
 @item button-par
 Gnus has to know which parts of the matches is to be highlighted.  This
@@ -9864,6 +9865,12 @@ Regenerate the current summary buffer (@code{gnus-summary-prepare}).
 Pull all cached articles (for the current group) into the summary buffer
 (@code{gnus-summary-insert-cached-articles}).
 
+@item Y d
+@kindex Y d (Summary)
+@findex gnus-summary-insert-dormant-articles
+Pull all dormant articles (for the current group) into the summary buffer
+(@code{gnus-summary-insert-dormant-articles}).
+
 @end table