From 55bfa1df6be54e2acddeb1330b87b6e7ca0a89e4 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 1 Feb 2005 11:31:59 +0000 Subject: [PATCH] Synch to No Gnus 200502011130. --- lisp/ChangeLog | 4 ++++ lisp/nntp.el | 4 ++-- texi/ChangeLog | 5 +++++ texi/gnus-ja.texi | 11 ++++++----- texi/gnus.texi | 4 +++- 5 files changed, 20 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 28ced87..04c9559 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-02-01 Katsumi Yamaoka + + * nntp.el (nntp-request-update-info): Always return nil. + 2005-01-28 Stefan Monnier * message.el (message-beginning-of-line): Change the behavior when diff --git a/lisp/nntp.el b/lisp/nntp.el index 1bb3953..6c920b5 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -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) diff --git a/texi/ChangeLog b/texi/ChangeLog index 0cc3e59..3300643 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2005-02-01 Katsumi Yamaoka + + * gnus.texi (Optional Back End Functions): nntp-request-update-info + always returns nil exceptionally. + 2005-01-27 Lars Magne Ingebrigtsen * gnus.texi: Some edits based on comments from David Abrahams. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 89fdfbb..268e2b4 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -26703,11 +26703,12 @@ group-buffer = *active-line / *group-status @item (nnchoke-request-update-info GROUP INFO &optional SERVER) -Gnus グループ情報 (@pxref{Group Info}) が変更箇所としてバックエ -ンドに渡されます。これはバックエンドが (仮想グループや imap グルー -プの場合のように) 本当に全ての情報を持っている場合に便利になりま -す。この関数は、その要求に適合させる情報を破壊的に置き換え、 -@code{nil} ではない値を返さなければなりません。 +Gnus グループ情報 (@pxref{Group Info}) が変更箇所としてバックエンドに渡 +されます。これはバックエンドが (仮想グループや imap グループの場合のよう +に) 本当に全ての情報を持っている場合に便利になります。この関数は、その要 +求に適合させる情報を破壊的に置き換え、@code{nil} ではない値を返さなけれ +ばなりません (例外的に、@code{nntp-request-update-info} はネットワーク資 +源を浪費しないように、常に @code{nil} を返します)。 この関数から返される結果のデータはありません。 diff --git a/texi/gnus.texi b/texi/gnus.texi index ec5bdf3..fb162a7 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -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. -- 1.7.10.4