From 14435dea8c3a5c4eb3716eb795ece2041a032558 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 9 Nov 2005 22:05:54 +0000 Subject: [PATCH] Synch to No Gnus 200511091726. --- lisp/ChangeLog | 5 +++++ lisp/gnus-sum.el | 4 ---- texi/ChangeLog | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8133cb9..a9be038 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-09 Simon Josefsson + + * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove, + use (not sort-by-date) instead. + 2005-11-09 Katsumi Yamaoka * message.el (message-generate-headers): Downcase the argument diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index dbf4c86..d1b302c 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -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 diff --git a/texi/ChangeLog b/texi/ChangeLog index 1eadf69..94e4a48 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -4,7 +4,7 @@ 2005-11-08 Kevin Greiner - * 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'. -- 1.7.10.4