diff options
| author | Gnus developers | 2011-06-26 12:41:14 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-06-26 12:41:14 +0000 |
| commit | 60a0884e784668ab9cb0f6c984803efccdecce53 (patch) | |
| tree | cb01fe616177889cf87ed14adfe268cad4c84c9c /doc/misc | |
| parent | 7ca8fc42baeb89a0d5f84b6c8549fdf6f3d8d0e6 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 7 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2011-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 | |||
| 5568 | the process/prefix convention, but only uses the headers from the | 5568 | the process/prefix convention, but only uses the headers from the |
| 5569 | first article to determine the recipients. | 5569 | first 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 | ||
| 5574 | When replying to a message from a mailing list, send a reply to that | ||
| 5575 | message 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 |