diff options
author | Miles Bader <miles@gnu.org> | 2008-01-20 05:17:57 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-01-20 05:17:57 +0000 |
commit | 0b6799c345f8b7ffd5295fce000c615928ab7cde (patch) | |
tree | b0ef8ac2ee8e60f49db47630d0256c5faec6c71f /doc/misc/gnus-news.texi | |
parent | f2c6de6aed9864b659d9abb60b109bd21d65474f (diff) | |
download | emacs-0b6799c345f8b7ffd5295fce000c615928ab7cde.tar.gz |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1001
Diffstat (limited to 'doc/misc/gnus-news.texi')
-rw-r--r-- | doc/misc/gnus-news.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi index e9549779232..8fcab4fc717 100644 --- a/doc/misc/gnus-news.texi +++ b/doc/misc/gnus-news.texi @@ -140,6 +140,19 @@ inline @acronym{PGP} signed messages. @xref{Flowed text, ,Flowed text, emacs-mime, The Emacs MIME Manual}. (New in Gnus 5.10.7) @c This entry is also present in the node "Oort Gnus". +@item Now the new command @kbd{S W} +(@code{gnus-article-wide-reply-with-original}) for a wide reply in the +article buffer yanks a text that is in the active region, if it is set, +as well as the @kbd{R} (@code{gnus-article-reply-with-original}) command. +Note that the @kbd{R} command in the article buffer no longer accepts a +prefix argument, which was used to make it do a wide reply. +@xref{Article Keymap}. + +@item The new command @kbd{C-h b} +(@code{gnus-article-describe-bindings}) used in the article buffer now +shows not only the article commands but also the real summary commands +that are accessible from the article buffer. + @end itemize @item Changes in Message mode |