Synch to Oort Gnus 200305011334.
authoryamaoka <yamaoka>
Thu, 1 May 2003 13:34:22 +0000 (13:34 +0000)
committeryamaoka <yamaoka>
Thu, 1 May 2003 13:34:22 +0000 (13:34 +0000)
ChangeLog
GNUS-NEWS
lisp/ChangeLog
lisp/dgnushack.el
texi/gnus-faq.texi

index a74c8e8..a5eb51d 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-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/gnus-vers.el: T-gnus 6.15.23 (quimby) revision 00.
index 1d64626..c995b7e 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -396,6 +396,13 @@ 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.
+
 ** Group names are treated as UTF-8 by default.
 
 This is supposedly what USEFOR wanted to migrate to.  See
index 045e30e..fefb716 100644 (file)
@@ -1,5 +1,14 @@
 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * message.el (message-forward-subject-name-subject): Decode
+       string when forwarding.
+
+2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
+
+       * dgnushack.el (when): Add defadvice.
+
+2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
        * gnus.el (gnus-version-number): Bump.
 
 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
index 9416aa8..21f1953 100644 (file)
@@ -473,6 +473,8 @@ Try to re-configure with --with-addpath=FLIM_PATH and run make again.
       (autoload 'custom-declare-face "cus-face" nil t)
       (autoload 'cl-compile-time-init "cl-macs" nil t)
       (autoload 'defadvice "advice" nil nil 'macro))
+    (when (eq emacs-minor-version 4)
+      (autoload 'defadvice "advice" nil nil 'macro))
     (autoload 'Info-directory "info" nil t)
     (autoload 'Info-menu "info" nil t)
     (autoload 'annotations-at "annotations")
index 4d27af4..f6841f0 100644 (file)
@@ -228,7 +228,7 @@ Which version of Emacs do I need?
 Answer: 
 
  Gnus 5.10.0 requires an Emacs version that is greater
- than or equal to Emacs 20.3 or XEmacs 20.1.
+ than or equal to Emacs 20.7 or XEmacs 21.1.
  
 @ifnottex
 @node [1.6],  , [1.5], FAQ 1 - Installation