]> code.delx.au - gnu-emacs/commitdiff
(Security): Mention that EasyPG is the current default.
authorDaiki Ueno <ueno@unixuser.org>
Wed, 22 Apr 2009 07:34:17 +0000 (07:34 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Wed, 22 Apr 2009 07:34:17 +0000 (07:34 +0000)
doc/misc/ChangeLog
doc/misc/gnus.texi

index e77c0701f4294067cd349d7a7bc16a9b54160119..c2db7e02a7a95163412add717359f96d61896638 100644 (file)
@@ -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.
index 102d049e88375ccd5dfb6e7d6e90554f2b7a7ff0..ccaebb82fcf652e4170142d0a82e0b6516fb0448 100644 (file)
@@ -12020,8 +12020,8 @@ things to work:
 @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 @@ protocols.  Otherwise, ask user.
 @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