Synch to No Gnus 200512220726.
authoryamaoka <yamaoka>
Thu, 22 Dec 2005 07:26:33 +0000 (07:26 +0000)
committeryamaoka <yamaoka>
Thu, 22 Dec 2005 07:26:33 +0000 (07:26 +0000)
lisp/ChangeLog
lisp/gnus-uu.el

index 2a5a304..24aeadb 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
+       the articles to be forwarded.
+
 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nnrss.el (nnrss-request-article): Fix last change; fill
index 64ada4e..95b3b2e 100644 (file)
@@ -488,8 +488,9 @@ didn't work, and overwrite existing files.  Otherwise, ask each time."
        ;; specified.
        (gnus-summary-top-thread)
        (setq gnus-article-reply (gnus-uu-get-list-of-articles nil)))
-      ;; Specify articles to be forwarded.
-      (setq gnus-newsgroup-processable (copy-sequence gnus-article-reply))
+      ;; Specify articles to be forwarded.  Note that it should be
+      ;; reversed; see `gnus-uu-get-list-of-articles'.
+      (setq gnus-newsgroup-processable (reverse gnus-article-reply))
       (gnus-setup-message 'forward
        (setq gnus-uu-digest-from-subject nil)
        (setq gnus-uu-digest-buffer