changeset 103053:384db4f6fc8a

(Security): Mention that EasyPG is the current default.
author Daiki Ueno <ueno@unixuser.org>
date Wed, 22 Apr 2009 07:34:17 +0000
parents e68707cf48a5
children c98dbbb65bad
files doc/misc/ChangeLog doc/misc/gnus.texi
diffstat 2 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Wed Apr 22 04:32:21 2009 +0000
+++ b/doc/misc/ChangeLog	Wed Apr 22 07:34:17 2009 +0000
@@ -1,3 +1,7 @@
+2009-04-22  Daiki Ueno  <ueno@unixuser.org>
+
+	* gnus.texi (Security): Mention that EasyPG is the current default.
+
 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
 
 	* ediff.texi (Session Commands): Fix typo.
--- a/doc/misc/gnus.texi	Wed Apr 22 04:32:21 2009 +0000
+++ b/doc/misc/gnus.texi	Wed Apr 22 07:34:17 2009 +0000
@@ -12020,8 +12020,8 @@
 @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 Gnus is called EasyPG, 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 +12048,16 @@
 @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
+@acronym{PGP} messages.  The default is @code{epg}, but @code{pgg},
+@code{mailcrypt}, and @code{gpg} are also supported although
 deprecated.
 
 @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.
 
 @end table