Changes committed gnus/texi (ChangeLog gnus.texi message.texi)

"Katsumi Yamaoka" <[email protected]> Tue, 09 Jun 2009 00:47:52 +0200
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog gnus.texi message.texi

Synch with Emacs trunk:
2009-06-04  Daiki Ueno  <[email protected]>

	* gnus.texi (Security): Fix wording; add a link to epa.info.

2009-06-04  Ryan Yeske  <[email protected]>

	* message.texi (Header Commands): Fix descriptions to match
	keybindings.

2009-04-22  Daiki Ueno  <[email protected]>

	* gnus.texi (Security): Mention that EasyPG is the current default.


Index: ChangeLog
diff -u gnus/texi/ChangeLog:7.446 gnus/texi/ChangeLog:7.447
--- ChangeLog:7.446	Mon Apr 13 01:10:27 2009
+++ ChangeLog	Tue Jun  9 00:47:52 2009
@@ -1,3 +1,16 @@
+2009-06-04  Daiki Ueno  <[email protected]>
+
+	* gnus.texi (Security): Fix wording; add a link to epa.info.
+
+2009-06-04  Ryan Yeske  <[email protected]>
+
+	* message.texi (Header Commands): Fix descriptions to match
+	keybindings.
+
+2009-04-22  Daiki Ueno  <[email protected]>
+
+	* gnus.texi (Security): Mention that EasyPG is the current default.
+
 2009-04-12  Katsumi Yamaoka  <[email protected]>
 
 	* auth.texi: Synch up with Emacs---change Info file name auth.info to
Index: gnus.texi
diff -u gnus/texi/gnus.texi:7.319 gnus/texi/gnus.texi:7.320
--- gnus.texi:7.319	Fri Feb 27 00:35:58 2009
+++ gnus.texi	Tue Jun  9 00:47:52 2009
@@ -12020,8 +12020,9 @@
 @item
 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
 install an OpenPGP implementation such as GnuPG.  The Lisp interface
-to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG
-Manual}), but Mailcrypt and gpg.el are also supported.
+to GnuPG included with Emacs is called EasyPG (@pxref{Top, ,EasyPG,
+epa, EasyPG Assistant user's manual}), but PGG (@pxref{Top, ,PGG, pgg,
+PGG Manual}), Mailcrypt, and gpg.el are also supported.
 
 @item
 To handle @acronym{S/MIME} message, you need to install OpenSSL.  OpenSSL 0.9.6
@@ -12048,16 +12049,18 @@
 @item mml1991-use
 @vindex mml1991-use
 Symbol indicating elisp interface to OpenPGP implementation for
-@acronym{PGP} messages.  The default is @code{pgg}, but
-@code{mailcrypt} and @code{gpg} are also supported although
-deprecated.
+@acronym{PGP} messages.  The default is @code{epg}, but @code{pgg},
+@code{mailcrypt}, and @code{gpg} are also supported although
+deprecated.  By default, Gnus uses the first available interface in
+this order.
 
 @item mml2015-use
 @vindex mml2015-use
 Symbol indicating elisp interface to OpenPGP implementation for
-@acronym{PGP/MIME} messages.  The default is @code{pgg}, but
-@code{mailcrypt} and @code{gpg} are also supported although
-deprecated.
+@acronym{PGP/MIME} messages.  The default is @code{epg}, but
+@code{pgg}, @code{mailcrypt}, and @code{gpg} are also supported
+although deprecated.  By default, Gnus uses the first available
+interface in this order.
 
 @end table
 
Index: message.texi
diff -u gnus/texi/message.texi:7.63 gnus/texi/message.texi:7.64
--- message.texi:7.63	Fri Feb 27 00:35:58 2009
+++ message.texi	Tue Jun  9 00:47:52 2009
@@ -551,8 +551,8 @@
 @findex message-goto-bcc
 Go to the @code{Bcc} header (@code{message-goto-bcc}).
 
-@item C-c C-f C-f
-@kindex C-c C-f C-f
+@item C-c C-f C-w
+@kindex C-c C-f C-w
 @findex message-goto-fcc
 Go to the @code{Fcc} header (@code{message-goto-fcc}).
 
@@ -581,8 +581,8 @@
 @findex message-goto-distribution
 Go to the @code{Distribution} header (@code{message-goto-distribution}).
 
-@item C-c C-f C-o
-@kindex C-c C-f C-o
+@item C-c C-f C-f
+@kindex C-c C-f C-f
 @findex message-goto-followup-to
 Go to the @code{Followup-To} header (@code{message-goto-followup-to}).