aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiki Ueno2009-04-22 07:34:17 +0000
committerDaiki Ueno2009-04-22 07:34:17 +0000
commit7f3bc720a8d3dc66df0a1ea4dd470a85fefabdf2 (patch)
tree10be67863f540734fc27eeb8467cb347b58c8957
parent708e05dc7a8fd26530bb7daf9025bc53a0985453 (diff)
downloademacs-7f3bc720a8d3dc66df0a1ea4dd470a85fefabdf2.tar.gz
emacs-7f3bc720a8d3dc66df0a1ea4dd470a85fefabdf2.zip
(Security): Mention that EasyPG is the current default.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/gnus.texi14
2 files changed, 11 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index e77c0701f42..c2db7e02a7a 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12009-04-22 Daiki Ueno <ueno@unixuser.org>
2
3 * gnus.texi (Security): Mention that EasyPG is the current default.
4
12009-04-13 Chong Yidong <cyd@stupidchicken.com> 52009-04-13 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * ediff.texi (Session Commands): Fix typo. 7 * ediff.texi (Session Commands): Fix typo.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 102d049e883..ccaebb82fcf 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -12020,8 +12020,8 @@ things to work:
12020@item 12020@item
12021To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to 12021To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
12022install an OpenPGP implementation such as GnuPG. The Lisp interface 12022install an OpenPGP implementation such as GnuPG. The Lisp interface
12023to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG 12023to GnuPG included with Gnus is called EasyPG, but PGG (@pxref{Top,
12024Manual}), but Mailcrypt and gpg.el are also supported. 12024,PGG, pgg, PGG Manual}), Mailcrypt, and gpg.el are also supported.
12025 12025
12026@item 12026@item
12027To handle @acronym{S/MIME} message, you need to install OpenSSL. OpenSSL 0.9.6 12027To handle @acronym{S/MIME} message, you need to install OpenSSL. OpenSSL 0.9.6
@@ -12048,16 +12048,16 @@ protocols. Otherwise, ask user.
12048@item mml1991-use 12048@item mml1991-use
12049@vindex mml1991-use 12049@vindex mml1991-use
12050Symbol indicating elisp interface to OpenPGP implementation for 12050Symbol indicating elisp interface to OpenPGP implementation for
12051@acronym{PGP} messages. The default is @code{pgg}, but 12051@acronym{PGP} messages. The default is @code{epg}, but @code{pgg},
12052@code{mailcrypt} and @code{gpg} are also supported although 12052@code{mailcrypt}, and @code{gpg} are also supported although
12053deprecated. 12053deprecated.
12054 12054
12055@item mml2015-use 12055@item mml2015-use
12056@vindex mml2015-use 12056@vindex mml2015-use
12057Symbol indicating elisp interface to OpenPGP implementation for 12057Symbol indicating elisp interface to OpenPGP implementation for
12058@acronym{PGP/MIME} messages. The default is @code{pgg}, but 12058@acronym{PGP/MIME} messages. The default is @code{epg}, but
12059@code{mailcrypt} and @code{gpg} are also supported although 12059@code{pgg}, @code{mailcrypt}, and @code{gpg} are also supported
12060deprecated. 12060although deprecated.
12061 12061
12062@end table 12062@end table
12063 12063