Synch with Oort Gnus.
authoryamaoka <yamaoka>
Fri, 13 Apr 2001 01:43:27 +0000 (01:43 +0000)
committeryamaoka <yamaoka>
Fri, 13 Apr 2001 01:43:27 +0000 (01:43 +0000)
lisp/ChangeLog
lisp/gnus-sum.el
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus.texi

index 1eb9759..eb50c14 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 e65f079..b136875 100644 (file)
@@ -10595,6 +10595,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))
index 9e0f09a..1137890 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus.texi (Sorting Groups): Note `C-k' and `C-y' for manually
+       moving groups around.
+
 2001-04-07  Ryan Yeske <rcyeske@vcn.bc.ca>
 
        * gnus.texi (Splitting in IMAP): Fix.
index 42f3331..f8b5565 100644 (file)
@@ -3061,6 +3061,9 @@ kill \e$B$5$l$?%0%k!<%W$rA4$FI=<($7$^$9\e(B (@code{gnus-group-list-killed})\e$B!#@\
 
 @end table
 
+\e$B:G8e$K!"\e(B@kbd{C-k} \e$B$H\e(B @kbd{C-y} \e$B$r;H$C$F!"<jF0$G%0%k!<%W$r$"$A$3$A$K0\F0\e(B
+\e$B$G$-$k$3$H$b$*K:$l$J$/!#\e(B
+
 @node Group Maintenance
 @section \e$B%0%k!<%W$N4IM}\e(B
 @cindex bogus groups
index 3d27a19..69a61fe 100644 (file)
@@ -3030,6 +3030,8 @@ Sort the groups alphabetically by backend name
 
 @end table
 
+And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
+move groups around.
 
 
 @node Group Maintenance