Add prefix limit feature.
authorSimon Josefsson <jas@extundo.com>
Thu, 1 May 2003 13:34:33 +0000 (13:34 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 1 May 2003 13:34:33 +0000 (13:34 +0000)
ChangeLog
GNUS-NEWS

index 8389bf7..19a3ca6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-01  Simon Josefsson  <jas@extundo.com>
+
+       * GNUS-NEWS: Add prefix limit feature.
+
 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * GNUS-NEWS: Added Article Buttons.  Added Upgrading (from Simon
index 1d64626..848810a 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -396,6 +396,18 @@ longer supported.
 It was aliased to `Y c' (gnus-summary-insert-cached-articles). The new
 function filters out other articles.
 
+** Some limiting commands accept a C-u prefix to negate the match.
+
+If C-u is used on subject, author or extra headers, i.e., `/ s', `/
+a', and `/ x' (gnus-summary-limit-to-{subject,author,extra})
+respectively, the result will be to display all articles that do not
+match the expression.
+
+** `/ s' (gnus-summary-limit-to-subject), `/ a'
+       (gnus-summary-limit-to-author), and `/ x'
+       (gnus-summary-limit-to-extra)
+
+
 ** Group names are treated as UTF-8 by default.
 
 This is supposedly what USEFOR wanted to migrate to.  See