Synch to No Gnus 200502011130.
authoryamaoka <yamaoka>
Tue, 1 Feb 2005 11:31:59 +0000 (11:31 +0000)
committeryamaoka <yamaoka>
Tue, 1 Feb 2005 11:31:59 +0000 (11:31 +0000)
lisp/ChangeLog
lisp/nntp.el
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus.texi

index 28ced87..04c9559 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nntp.el (nntp-request-update-info): Always return nil.
+
 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * message.el (message-beginning-of-line): Change the behavior when
index 1bb3953..6c920b5 100644 (file)
@@ -1139,8 +1139,8 @@ newsgroups that match the regexp."
                                     (null (cdr seen)))
                                (list (cons (car seen) (car seen)))
                              seen)))
-      (nnheader-message 8 "Updating marks for %s...done" group))
-    info))
+      (nnheader-message 8 "Updating marks for %s...done" group)))
+  nil)
 
 
 
index 0cc3e59..3300643 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Optional Back End Functions): nntp-request-update-info
+       always returns nil exceptionally.
+
 2005-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi: Some edits based on comments from David Abrahams.
index 89fdfbb..268e2b4 100644 (file)
@@ -26703,11 +26703,12 @@ group-buffer = *active-line / *group-status
 
 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
 
-Gnus \e$B%0%k!<%W>pJs\e(B (@pxref{Group Info}) \e$B$,JQ992U=j$H$7$F%P%C%/%(\e(B
-\e$B%s%I$KEO$5$l$^$9!#$3$l$O%P%C%/%(%s%I$,\e(B (\e$B2>A[%0%k!<%W$d\e(B imap \e$B%0%k!<\e(B
-\e$B%W$N>l9g$N$h$&$K\e(B) \e$BK\Ev$KA4$F$N>pJs$r;}$C$F$$$k>l9g$KJXMx$K$J$j$^\e(B
-\e$B$9!#$3$N4X?t$O!"$=$NMW5a$KE,9g$5$;$k>pJs$rGK2uE*$KCV$-49$(!"\e(B
-@code{nil} \e$B$G$O$J$$CM$rJV$5$J$1$l$P$J$j$^$;$s!#\e(B
+Gnus \e$B%0%k!<%W>pJs\e(B (@pxref{Group Info}) \e$B$,JQ992U=j$H$7$F%P%C%/%(%s%I$KEO\e(B
+\e$B$5$l$^$9!#$3$l$O%P%C%/%(%s%I$,\e(B (\e$B2>A[%0%k!<%W$d\e(B imap \e$B%0%k!<%W$N>l9g$N$h$&\e(B
+\e$B$K\e(B) \e$BK\Ev$KA4$F$N>pJs$r;}$C$F$$$k>l9g$KJXMx$K$J$j$^$9!#$3$N4X?t$O!"$=$NMW\e(B
+\e$B5a$KE,9g$5$;$k>pJs$rGK2uE*$KCV$-49$(!"\e(B@code{nil} \e$B$G$O$J$$CM$rJV$5$J$1$l\e(B
+\e$B$P$J$j$^$;$s\e(B (\e$BNc30E*$K!"\e(B@code{nntp-request-update-info} \e$B$O%M%C%H%o!<%/;q\e(B
+\e$B8;$rO2Hq$7$J$$$h$&$K!">o$K\e(B @code{nil} \e$B$rJV$7$^$9\e(B)\e$B!#\e(B
 
 \e$B$3$N4X?t$+$iJV$5$l$k7k2L$N%G!<%?$O$"$j$^$;$s!#\e(B
 
index ec5bdf3..fb162a7 100644 (file)
@@ -27637,7 +27637,9 @@ A Gnus group info (@pxref{Group Info}) is handed to the back end for
 alterations.  This comes in handy if the back end really carries all
 the information (as is the case with virtual and imap groups).  This
 function should destructively alter the info to suit its needs, and
-should return a non-@code{nil} value.
+should return a non-@code{nil} value (exceptionally,
+@code{nntp-request-update-info} always returns @code{nil} not to waste
+the network resources).
 
 There should be no result data from this function.