From 60207f16d4e54e57e5157b4e6450c746833b7560 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 3 Mar 2005 23:24:12 +0000 Subject: [PATCH] Synch to No Gnus 200503032303. --- lisp/ChangeLog | 9 +++++++++ lisp/message.el | 17 +++++++++++++---- lisp/nnweb.el | 4 ++-- texi/ChangeLog | 4 ++++ texi/gnus-ja.texi | 2 +- texi/gnus.texi | 2 +- 6 files changed, 30 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9fb61bf..8999864 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-03-03 Reiner Steib + + * message.el (message-get-reply-headers, message-followup): + Mention related variables `message-use-followup-to' and + `message-use-mail-followup-to', in the information buffer. + + * nnweb.el (nnweb-type-definition): Use groups.google.de instead + of broken groups(-beta).google.com. + 2005-03-03 Teodor Zlatanov * gnus-sum.el (gnus-summary-move-article): pass move-is-internal diff --git a/lisp/message.el b/lisp/message.el index 641242b..73295ea 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -6413,7 +6413,10 @@ because discussions that are spread over several lists tend to be fragmented and very difficult to follow. Also, some source/announcement lists are not intended for discussion; -responses here are directed to other addresses."))) +responses here are directed to other addresses. + +You may customize the variable `message-use-mail-followup-to', if you +want to get rid of this query permanently."))) (setq recipients (concat ", " mft))) (to-address (setq recipients (concat ", " to-address)) @@ -6639,8 +6642,11 @@ You should normally obey the Followup-To: header. `Followup-To: poster' sends your response via e-mail instead of news. -A typical situation where `Followup-To: poster' is used is when the author -does not read the newsgroup, so he wouldn't see any replies sent to it.")) +A typical situation where `Followup-To: poster' is used is when the poster +does not read the newsgroup, so he wouldn't see any replies sent to it. + +You may customize the variable `message-use-followup-to', if you +want to get rid of this query permanently.")) (setq message-this-is-news nil distribution nil follow-to (list (cons 'To (or mrt reply-to from "")))) @@ -6663,7 +6669,10 @@ because discussions that are spread over several newsgroup tend to be fragmented and very difficult to follow. Also, some source/announcement newsgroups are not intended for discussion; -responses here are directed to other newsgroups.")) +responses here are directed to other newsgroups. + +You may customize the variable `message-use-followup-to', if you +want to get rid of this query permanently.")) (setq follow-to (list (cons 'Newsgroups followup-to))) (setq follow-to (list (cons 'Newsgroups newsgroups))))))) ;; Handle Mail-Followup-To, followup via e-mail. diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 8976209..8dbcc02 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -54,11 +54,11 @@ Valid types include `google', `dejanews', and `gmane'.") (defvar nnweb-type-definition '((google (article . ignore) - (id . "http://groups.google.com/groups?selm=%s&output=gplain") + (id . "http://groups.google.de/groups?selm=%s&output=gplain") (reference . identity) (map . nnweb-google-create-mapping) (search . nnweb-google-search) - (address . "http://groups.google.com/groups") + (address . "http://groups.google.de/groups?hl=en") (identifier . nnweb-google-identity)) (dejanews ;; alias of google (article . ignore) diff --git a/texi/ChangeLog b/texi/ChangeLog index 1940388..9612efa 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2005-03-03 Reiner Steib + + * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very". + 2005-02-14 Simon Josefsson * gnus-news.texi: Add. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 4323c3e..2a5e1ed 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -26022,7 +26022,7 @@ Gnus がグループに入ると、グループの全ての未読記事のヘッダーをバックエン から取得するデータの総量を減らしたいと思うでしょう。 @table @code -@item gnus-read-activie-file +@item gnus-read-active-file これを @code{nil} にして下さい。そうすれば、gnus にサーバーからアクティ ブファイル全体を要求する事を禁止できます。このファイルはしばしば非常に大 きくなっています。それに加えて、gnus が突然とにかく現状ファイルを取得し diff --git a/texi/gnus.texi b/texi/gnus.texi index 86e27a8..654af9b 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -26922,7 +26922,7 @@ Gnus has to get from the @acronym{NNTP} server. @item gnus-read-active-file Set this to @code{nil}, which will inhibit Gnus from requesting the -entire active file from the server. This file is often v. large. You +entire active file from the server. This file is often very large. You also have to set @code{gnus-check-new-newsgroups} and @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus doesn't suddenly decide to fetch the active file anyway. -- 1.7.10.4