From 7ff0302f7ff956b92edeb03f36a0b53469df5afa Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 1 May 2003 13:34:22 +0000 Subject: [PATCH] Synch to Oort Gnus 200305011334. --- ChangeLog | 4 ++++ GNUS-NEWS | 7 +++++++ lisp/ChangeLog | 9 +++++++++ lisp/dgnushack.el | 2 ++ texi/gnus-faq.texi | 2 +- 5 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a74c8e8..a5eb51d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-01 Simon Josefsson + + * GNUS-NEWS: Add prefix limit feature. + 2003-05-01 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.15.23 (quimby) revision 00. diff --git a/GNUS-NEWS b/GNUS-NEWS index 1d64626..c995b7e 100644 --- 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 045e30e..fefb716 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,14 @@ 2003-05-01 Lars Magne Ingebrigtsen + * message.el (message-forward-subject-name-subject): Decode + string when forwarding. + +2003-05-01 Oystein Viggen + + * dgnushack.el (when): Add defadvice. + +2003-05-01 Lars Magne Ingebrigtsen + * gnus.el (gnus-version-number): Bump. 2003-05-01 Lars Magne Ingebrigtsen diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 9416aa8..21f1953 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -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") diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi index 4d27af4..f6841f0 100644 --- a/texi/gnus-faq.texi +++ b/texi/gnus-faq.texi @@ -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 -- 1.7.10.4