2001-04-12 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 12 Apr 2001 23:54:37 +0000 (23:54 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 12 Apr 2001 23:54:37 +0000 (23:54 +0000)
From Jason Merrill <jason_merrill@redhat.com>

* gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.

lisp/ChangeLog
lisp/gnus-sum.el

index 0a505b6..a9677f7 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Jason Merrill <jason_merrill@redhat.com>
+
+       * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
+
 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
        Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
 
index 2873e27..119d740 100644 (file)
@@ -10246,6 +10246,7 @@ If ALL is a number, fetch this number of articles."
          (incf i))
        (if (not new)
            (message "No gnus is bad news.")
+         (setq new (nreverse new))
          (gnus-summary-insert-articles new)
          (setq gnus-newsgroup-unreads
                (append gnus-newsgroup-unreads new))