# HG changeset patch # User Miles Bader # Date 1109890941 0 # Node ID 3f394ef46f5770c0e4fb987a7948c6eb8f6a54b4 # Parent ac7e7ef3d59408da377e8b717e41871f12fa6b0a Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151 Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 34-35) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-03-03 Reiner Steib * lisp/gnus/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. * lisp/gnus/nnweb.el (nnweb-type-definition): Use groups.google.de instead of broken groups(-beta).google.com. 2005-03-03 Reiner Steib * man/gnus.texi (Slow/Expensive Connection): Don't abbreviate "very". diff -r ac7e7ef3d594 -r 3f394ef46f57 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Thu Mar 03 20:17:24 2005 +0000 +++ b/lisp/gnus/ChangeLog Thu Mar 03 23:02:21 2005 +0000 @@ -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-01 Stefan Monnier * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in diff -r ac7e7ef3d594 -r 3f394ef46f57 lisp/gnus/message.el --- a/lisp/gnus/message.el Thu Mar 03 20:17:24 2005 +0000 +++ b/lisp/gnus/message.el Thu Mar 03 23:02:21 2005 +0000 @@ -5675,7 +5675,10 @@ 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)) @@ -5871,7 +5874,10 @@ `Followup-To: poster' sends your response via e-mail instead of news. 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.")) +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.")) (progn (setq message-this-is-news nil) (cons 'To (or mrt reply-to from ""))) @@ -5894,7 +5900,10 @@ 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.")) (cons 'Newsgroups followup-to) (cons 'Newsgroups newsgroups)))))) (posted-to diff -r ac7e7ef3d594 -r 3f394ef46f57 lisp/gnus/nnweb.el --- a/lisp/gnus/nnweb.el Thu Mar 03 20:17:24 2005 +0000 +++ b/lisp/gnus/nnweb.el Thu Mar 03 23:02:21 2005 +0000 @@ -54,11 +54,11 @@ (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 -r ac7e7ef3d594 -r 3f394ef46f57 man/ChangeLog --- a/man/ChangeLog Thu Mar 03 20:17:24 2005 +0000 +++ b/man/ChangeLog Thu Mar 03 23:02:21 2005 +0000 @@ -1,3 +1,7 @@ +2005-03-03 Reiner Steib + + * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very". + 2005-03-03 Nick Roberts * trouble.texi (Contributing): Mention Savannah. Direct users to diff -r ac7e7ef3d594 -r 3f394ef46f57 man/gnus.texi --- a/man/gnus.texi Thu Mar 03 20:17:24 2005 +0000 +++ b/man/gnus.texi Thu Mar 03 23:02:21 2005 +0000 @@ -26688,7 +26688,7 @@ @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.