+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.
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
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>
(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")
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