aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2005-03-03 23:02:21 +0000
committerMiles Bader2005-03-03 23:02:21 +0000
commit2fd561a901c00fe6a3e0777dc91c0321d95ce80c (patch)
treeaa9e9fbe3f4b745d55778e002d06778a9c4bd4a0
parentc155895220d9d499ee84a9d88a87753b9927d35d (diff)
downloademacs-2fd561a901c00fe6a3e0777dc91c0321d95ce80c.tar.gz
emacs-2fd561a901c00fe6a3e0777dc91c0321d95ce80c.zip
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 <Reiner.Steib@gmx.de> * 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 <Reiner.Steib@gmx.de> * man/gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
-rw-r--r--lisp/gnus/ChangeLog9
-rw-r--r--lisp/gnus/message.el15
-rw-r--r--lisp/gnus/nnweb.el4
-rw-r--r--man/ChangeLog4
-rw-r--r--man/gnus.texi2
5 files changed, 28 insertions, 6 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 11b93e2df0c..f191bf4d15f 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,12 @@
12005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * message.el (message-get-reply-headers, message-followup):
4 Mention related variables `message-use-followup-to' and
5 `message-use-mail-followup-to', in the information buffer.
6
7 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8 of broken groups(-beta).google.com.
9
12005-03-01 Stefan Monnier <monnier@iro.umontreal.ca> 102005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in 12 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index e30e9a6b123..445543e4d9e 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -5675,7 +5675,10 @@ because discussions that are spread over several lists tend to be
5675fragmented and very difficult to follow. 5675fragmented and very difficult to follow.
5676 5676
5677Also, some source/announcement lists are not intended for discussion; 5677Also, some source/announcement lists are not intended for discussion;
5678responses here are directed to other addresses."))) 5678responses here are directed to other addresses.
5679
5680You may customize the variable `message-use-mail-followup-to', if you
5681want to get rid of this query permanently.")))
5679 (setq recipients (concat ", " mft))) 5682 (setq recipients (concat ", " mft)))
5680 (to-address 5683 (to-address
5681 (setq recipients (concat ", " to-address)) 5684 (setq recipients (concat ", " to-address))
@@ -5871,7 +5874,10 @@ You should normally obey the Followup-To: header.
5871`Followup-To: poster' sends your response via e-mail instead of news. 5874`Followup-To: poster' sends your response via e-mail instead of news.
5872 5875
5873A typical situation where `Followup-To: poster' is used is when the poster 5876A typical situation where `Followup-To: poster' is used is when the poster
5874does not read the newsgroup, so he wouldn't see any replies sent to it.")) 5877does not read the newsgroup, so he wouldn't see any replies sent to it.
5878
5879You may customize the variable `message-use-followup-to', if you
5880want to get rid of this query permanently."))
5875 (progn 5881 (progn
5876 (setq message-this-is-news nil) 5882 (setq message-this-is-news nil)
5877 (cons 'To (or mrt reply-to from ""))) 5883 (cons 'To (or mrt reply-to from "")))
@@ -5894,7 +5900,10 @@ because discussions that are spread over several newsgroup tend to
5894be fragmented and very difficult to follow. 5900be fragmented and very difficult to follow.
5895 5901
5896Also, some source/announcement newsgroups are not intended for discussion; 5902Also, some source/announcement newsgroups are not intended for discussion;
5897responses here are directed to other newsgroups.")) 5903responses here are directed to other newsgroups.
5904
5905You may customize the variable `message-use-followup-to', if you
5906want to get rid of this query permanently."))
5898 (cons 'Newsgroups followup-to) 5907 (cons 'Newsgroups followup-to)
5899 (cons 'Newsgroups newsgroups)))))) 5908 (cons 'Newsgroups newsgroups))))))
5900 (posted-to 5909 (posted-to
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el
index 063a1c8f376..e5d6568a95c 100644
--- a/lisp/gnus/nnweb.el
+++ b/lisp/gnus/nnweb.el
@@ -54,11 +54,11 @@ Valid types include `google', `dejanews', and `gmane'.")
54(defvar nnweb-type-definition 54(defvar nnweb-type-definition
55 '((google 55 '((google
56 (article . ignore) 56 (article . ignore)
57 (id . "http://groups.google.com/groups?selm=%s&output=gplain") 57 (id . "http://groups.google.de/groups?selm=%s&output=gplain")
58 (reference . identity) 58 (reference . identity)
59 (map . nnweb-google-create-mapping) 59 (map . nnweb-google-create-mapping)
60 (search . nnweb-google-search) 60 (search . nnweb-google-search)
61 (address . "http://groups.google.com/groups") 61 (address . "http://groups.google.de/groups?hl=en")
62 (identifier . nnweb-google-identity)) 62 (identifier . nnweb-google-identity))
63 (dejanews ;; alias of google 63 (dejanews ;; alias of google
64 (article . ignore) 64 (article . ignore)
diff --git a/man/ChangeLog b/man/ChangeLog
index 55afdee0bb7..807da1bce8c 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
4
12005-03-03 Nick Roberts <nickrob@snap.net.nz> 52005-03-03 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * trouble.texi (Contributing): Mention Savannah. Direct users to 7 * trouble.texi (Contributing): Mention Savannah. Direct users to
diff --git a/man/gnus.texi b/man/gnus.texi
index d2812890a1c..3a98f64baa1 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -26688,7 +26688,7 @@ Gnus has to get from the @acronym{NNTP} server.
26688 26688
26689@item gnus-read-active-file 26689@item gnus-read-active-file
26690Set this to @code{nil}, which will inhibit Gnus from requesting the 26690Set this to @code{nil}, which will inhibit Gnus from requesting the
26691entire active file from the server. This file is often v. large. You 26691entire active file from the server. This file is often very large. You
26692also have to set @code{gnus-check-new-newsgroups} and 26692also have to set @code{gnus-check-new-newsgroups} and
26693@code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus 26693@code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
26694doesn't suddenly decide to fetch the active file anyway. 26694doesn't suddenly decide to fetch the active file anyway.