Synch to No Gnus 200511091726.
authoryamaoka <yamaoka>
Wed, 9 Nov 2005 22:05:54 +0000 (22:05 +0000)
committeryamaoka <yamaoka>
Wed, 9 Nov 2005 22:05:54 +0000 (22:05 +0000)
lisp/ChangeLog
lisp/gnus-sum.el
texi/ChangeLog

index 8133cb9..a9be038 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-09  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
+       use (not sort-by-date) instead.
+
 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-generate-headers): Downcase the argument
index dbf4c86..d1b302c 100644 (file)
@@ -4629,10 +4629,6 @@ using some other form will lead to serious barfage."
    (gnus-date-get-time (mail-header-date h1))
    (gnus-date-get-time (mail-header-date h2))))
 
-(defsubst gnus-article-sort-by-date-reverse (h1 h2)
-  "Sort articles in reverse order by root article date."
-  (gnus-article-sort-by-date h2 h1))
-
 (defun gnus-thread-sort-by-date (h1 h2)
   "Sort threads by root article date."
   (gnus-article-sort-by-date
index 1eadf69..94e4a48 100644 (file)
@@ -4,7 +4,7 @@
 
 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
 
-       * gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammer.
+       * gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammar.
        (Agent Parameters): Updated parameter names to match code.
        (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
        'gnus-agent-summary-fetch-series'.