From 080b21461a89e53baadcd6b019905de01a9920e6 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 1 May 2003 14:23:31 +0000 Subject: [PATCH] T-gnus 6.15.23 revision 00. --- ChangeLog | 8 ++++++++ GNUS-NEWS | 9 ++++++++- README.T-gnus | 2 +- README.semi | 2 +- README.semi.ja | 2 +- lisp/ChangeLog | 25 +++++++++++++++++++++++++ lisp/dgnushack.el | 2 ++ lisp/gnus-vers.el | 4 ++-- lisp/spam-stat.el | 6 ++++-- texi/gnus-faq.texi | 2 +- 10 files changed, 53 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 832576e..036a33f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2003-05-01 Katsumi Yamaoka + * lisp/gnus-vers.el: T-gnus 6.15.23 revision 00. + +2003-05-01 Simon Josefsson + + * GNUS-NEWS: Add prefix limit feature. + +2003-05-01 Katsumi Yamaoka + * lisp/gnus-vers.el: T-gnus 6.15.22 revision 00. 2003-05-01 Katsumi Yamaoka diff --git a/GNUS-NEWS b/GNUS-NEWS index 1d64626..79b7cf7 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -53,7 +53,7 @@ picons, install the picons database from and point `gnus-picon-databases' to that location. -** If the new option `gnus-treat-body-boundary' is non-nil, a boundary +** If the new option `gnus-treat-body-boundary' is `head', a boundary line is drawn at the end of the headers. ** Retrieval of charters and control messages @@ -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/README.T-gnus b/README.T-gnus index 129335c..4289e22 100644 --- a/README.T-gnus +++ b/README.T-gnus @@ -33,5 +33,5 @@ NEWS: * T-gnus 6.15 - this is based on Oort Gnus. - The latest T-gnus is T-gnus 6.15.22 (based on Oort Gnus 0.22). It + The latest T-gnus is T-gnus 6.15.23 (based on Oort Gnus 0.23). It requires SEMI 1.14, FLIM 1.14, and APEL 10.0 or later. diff --git a/README.semi b/README.semi index 7e633d2..8002132 100644 --- a/README.semi +++ b/README.semi @@ -4,7 +4,7 @@ What is T-gnus? =============== T-gnus is an improvement of Gnus with SEMI's MIME feature. T-gnus -6.15 is based on Oort Gnus v0.22. SEMI may stand for "SEMI is Emacs +6.15 is based on Oort Gnus v0.23. SEMI may stand for "SEMI is Emacs MIME Interface" and is developped to provide an easy interfaces for users to handle MIME message structures. For further information, refer to REASME.en of SEMI. diff --git a/README.semi.ja b/README.semi.ja index 64d3a65..ed3cb41 100644 --- a/README.semi.ja +++ b/README.semi.ja @@ -4,7 +4,7 @@ T-gnus とは? ============= T-gnus は、SEMI を利用して Gnus に MIME 機能を追加するものです。 -T-gnus 6.15 は Oort Gnus v0.22 をベースにしています。SEMI は Emacs で +T-gnus 6.15 は Oort Gnus v0.23 をベースにしています。SEMI は Emacs で MIME を使えるようにするもので、MIME message の構文の構造と利用者の間を つなぐインターフェースを提供します。詳しくは、SEMI の README.en を参照 してください。 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 662b54f..a2d14dc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,30 @@ 2003-05-01 Lars Magne Ingebrigtsen + * gnus.el: Oort Gnus v0.23 is released. + +2003-05-01 Lars Magne Ingebrigtsen + + * spam-stat.el (spam-stat-test-directory): Compare against zero. + +2003-05-01 Trey Jackson (tiny change) + + * spam-stat.el (spam-stat-test-directory): Skip 0 length files. + +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 + * gnus.el: Oort Gnus v0.22 is released. 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/lisp/gnus-vers.el b/lisp/gnus-vers.el index f3df227..a82b0e3 100644 --- a/lisp/gnus-vers.el +++ b/lisp/gnus-vers.el @@ -40,10 +40,10 @@ ;; Product information of this gnus. (product-provide 'gnus-vers (product-define "T-gnus" nil - (list 6 15 22 + (list 6 15 23 (string-to-number gnus-revision-number)))) -(defconst gnus-original-version-number "0.22" +(defconst gnus-original-version-number "0.23" "Version number for this version of Gnus.") (provide 'running-pterodactyl-gnus-0_73-or-later) diff --git a/lisp/spam-stat.el b/lisp/spam-stat.el index 4c9093f..96df016 100644 --- a/lisp/spam-stat.el +++ b/lisp/spam-stat.el @@ -504,7 +504,8 @@ check the variable `spam-stat-score-data'." (with-temp-buffer (dolist (f files) (when (and (file-readable-p f) - (file-regular-p f)) + (file-regular-p f) + (> (nth 7 (file-attributes f)) 0)) (setq count (1+ count)) (message "Reading %s: %.2f%%" dir (/ count max)) (insert-file-contents f) @@ -540,7 +541,8 @@ You can use this to determine error rates." (with-temp-buffer (dolist (f files) (when (and (file-readable-p f) - (file-regular-p f)) + (file-regular-p f) + (> (nth 7 (file-attributes f)) 0)) (setq count (1+ count)) (message "Reading %.2f%%, score %.2f%%" (/ count max) (/ score count)) 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