T-gnus 6.15.23 revision 00. t-gnus-6_15_23-00
authoryamaoka <yamaoka>
Thu, 1 May 2003 14:23:31 +0000 (14:23 +0000)
committeryamaoka <yamaoka>
Thu, 1 May 2003 14:23:31 +0000 (14:23 +0000)
ChangeLog
GNUS-NEWS
README.T-gnus
README.semi
README.semi.ja
lisp/ChangeLog
lisp/dgnushack.el
lisp/gnus-vers.el
lisp/spam-stat.el
texi/gnus-faq.texi

index 832576e..036a33f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2003-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * lisp/gnus-vers.el: T-gnus 6.15.23 revision 00.
+
+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.22 revision 00.
 
 2003-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
index 1d64626..79b7cf7 100644 (file)
--- 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
index 129335c..4289e22 100644 (file)
@@ -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.
index 7e633d2..8002132 100644 (file)
@@ -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.
index 64d3a65..ed3cb41 100644 (file)
@@ -4,7 +4,7 @@ T-gnus \e$B$H$O!)\e(B
 =============
 
   T-gnus \e$B$O!"\e(BSEMI \e$B$rMxMQ$7$F\e(B Gnus \e$B$K\e(B MIME \e$B5!G=$rDI2C$9$k$b$N$G$9!#\e(B
-T-gnus 6.15 \e$B$O\e(B Oort Gnus v0.22 \e$B$r%Y!<%9$K$7$F$$$^$9!#\e(BSEMI \e$B$O\e(B Emacs \e$B$G\e(B
+T-gnus 6.15 \e$B$O\e(B Oort Gnus v0.23 \e$B$r%Y!<%9$K$7$F$$$^$9!#\e(BSEMI \e$B$O\e(B Emacs \e$B$G\e(B
 MIME \e$B$r;H$($k$h$&$K$9$k$b$N$G!"\e(BMIME message \e$B$N9=J8$N9=B$$HMxMQ<T$N4V$r\e(B
 \e$B$D$J$0%$%s%?!<%U%'!<%9$rDs6!$7$^$9!#>\$7$/$O!"\e(BSEMI \e$B$N\e(B README.en \e$B$r;2>H\e(B
 \e$B$7$F$/$@$5$$!#\e(B
index 662b54f..a2d14dc 100644 (file)
@@ -1,5 +1,30 @@
 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
 
+       * gnus.el: Oort Gnus v0.23 is released.
+
+2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * spam-stat.el (spam-stat-test-directory): Compare against zero. 
+
+2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
+
+       * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
+       
+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>
+
        * gnus.el: Oort Gnus v0.22 is released.
 
 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 f3df227..a82b0e3 100644 (file)
 ;; 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)
index 4c9093f..96df016 100644 (file)
@@ -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))
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