+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
(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
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'.