Synch to Gnus 200307171419.
authoryamaoka <yamaoka>
Thu, 17 Jul 2003 14:20:00 +0000 (14:20 +0000)
committeryamaoka <yamaoka>
Thu, 17 Jul 2003 14:20:00 +0000 (14:20 +0000)
lisp/ChangeLog
lisp/gnus-sum.el
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus.texi

index d7b7ad9..658885e 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-17  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
+       the right place.
+
 2003-07-14  Simon Josefsson  <jas@extundo.com>
 
        * mail-source.el (mail-source-fetch-imap): Don't assume
index 0e1a462..04a6d8c 100644 (file)
@@ -4527,10 +4527,10 @@ Unscored articles will be counted as having a score of zero."
           (mapcar
            (lambda (header)
              (setq previous-time
-                   (time-to-seconds
-                    (condition-case ()
-                        (mail-header-parse-date (mail-header-date header))
-                      (error previous-time)))))
+                   (condition-case ()
+                       (time-to-seconds (mail-header-parse-date
+                                         (mail-header-date header)))
+                     (error previous-time))))
            (sort
             (message-flatten-list thread)
             (lambda (h1 h2)
index e07eba5..c831fe4 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-17  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus.texi (Sorting the Summary Buffer): Index.
+
 2003-07-15  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-faq.texi ([3.8]): Fixed example.
index b885f2b..e391771 100644 (file)
@@ -6715,7 +6715,8 @@ gnus \e$B$OA4$F$N5-;v$N40A4$J\e(B @code{References} \e$BMs$r8+$F!"F1$8%9%l%C%I$KB0$
 @findex gnus-thread-sort-by-number
 @findex gnus-thread-sort-by-random
 @vindex gnus-thread-sort-functions
-@findex gnus-thread-sort-by-most-recent-thread
+@findex gnus-thread-sort-by-most-recent-number
+@findex gnus-thread-sort-by-most-recent-date
 \e$B$b$7%9%l%C%I$N35N,I=<($r;H$C$F$$$k$N$G$"$l$P!"\e(B
 @code{gnus-thread-sort-functions} \e$B$r@_Dj$9$k$3$H$G%9%l%C%I$rJB$SBX$($k$3\e(B
 \e$B$H$,$G$-$^$9!#$=$l$O!"C1FH$N4X?t!"4X?t$N%j%9%H!"4X?t$H\e(B @code{(\e$B4X?t$G$J$$\e(B
index 5757427..8f99ceb 100644 (file)
@@ -6905,7 +6905,8 @@ Matching}).
 @findex gnus-thread-sort-by-number
 @findex gnus-thread-sort-by-random
 @vindex gnus-thread-sort-functions
-@findex gnus-thread-sort-by-most-recent-thread
+@findex gnus-thread-sort-by-most-recent-number
+@findex gnus-thread-sort-by-most-recent-date
 If you are using a threaded summary display, you can sort the threads by
 setting @code{gnus-thread-sort-functions}, which can be either a single
 function, a list of functions, or a list containing functions and
@@ -22278,7 +22279,7 @@ non-spam messages.
 So, what happens when you load @file{spam.el}?  
 
 First of all, you @strong{must} set the variable
-@code{spam-install-hooks} to t and install the @code{spam.el} hooks:
+@code{spam-install-hooks} to @code{t} and install the @code{spam.el} hooks:
 
 @example
 (setq spam-install-hooks t)