aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGnus developers2011-06-26 12:41:14 +0000
committerKatsumi Yamaoka2011-06-26 12:41:14 +0000
commit60a0884e784668ab9cb0f6c984803efccdecce53 (patch)
treecb01fe616177889cf87ed14adfe268cad4c84c9c /doc/misc
parent7ca8fc42baeb89a0d5f84b6c8549fdf6f3d8d0e6 (diff)
downloademacs-60a0884e784668ab9cb0f6c984803efccdecce53.tar.gz
emacs-60a0884e784668ab9cb0f6c984803efccdecce53.zip
Merge changes made in Gnus trunk.
gnus.texi (Summary Mail Commands): Document `gnus-summary-reply-to-list-with-original'. auth-source.el (with-auth-source-epa-overrides): Fix compilation error with `find-file-hooks' on Emacs 22. (with-auth-source-epa-overrides): Ugly hack to Wrap the `find-file-hook' things in `symbol-value' to avoid compilation warnings on all architectures. spam.el (spam-stat): Require in a normal fashion without binding `spam-stat-install-hooks' to avoid compilation warnings. spam-stat.el (spam-stat-install-hooks): Removed. (spam-stat-install-hooks): Don't run automatically. gnus-msg.el (gnus-summary-reply-to-list-with-original): New command and keystroke.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus.texi7
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 9181bb81e7a..8645f7b82d6 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus.texi (Summary Mail Commands): Document
4 `gnus-summary-reply-to-list-with-original'.
5
12011-06-20 Stefan Monnier <monnier@iro.umontreal.ca> 62011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * eshell.texi (Known problems): Fix typo. 8 * eshell.texi (Known problems): Fix typo.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 82200780e19..f98d4df2bde 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -5568,6 +5568,13 @@ message (@code{gnus-summary-wide-reply-with-original}). This command uses
5568the process/prefix convention, but only uses the headers from the 5568the process/prefix convention, but only uses the headers from the
5569first article to determine the recipients. 5569first article to determine the recipients.
5570 5570
5571@item S L
5572@kindex S L (Summary)
5573@findex gnus-summary-reply-to-list-with-original
5574When replying to a message from a mailing list, send a reply to that
5575message to the mailing list, and include the original message
5576(@code{gnus-summary-reply-to-list-with-original}).
5577
5571@item S v 5578@item S v
5572@kindex S v (Summary) 5579@kindex S v (Summary)
5573@findex gnus-summary-very-wide-reply 5580@findex gnus-summary-very-wide-reply