aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGnus developers2010-09-26 14:35:50 +0000
committerKatsumi Yamaoka2010-09-26 14:35:50 +0000
commit2696d88f195c0888432f03fb455fdcf273c295c2 (patch)
tree34fc731d72e77f3ab9247315c3ee6a1af7b54d24 /doc/misc
parent1821a7b49194ddf558746de5cf67bdc9217e9ebd (diff)
downloademacs-2696d88f195c0888432f03fb455fdcf273c295c2.tar.gz
emacs-2696d88f195c0888432f03fb455fdcf273c295c2.zip
Merge changes made in Gnus trunk.
gnus-picon.el (gnus-picon-create-glyph): Set the background XPM colour explicitly. message.el (message-cite-prefix-regexp): Remove } from the cite prefix. gnus-win.el (gnus-window-to-buffer-helper, gnus-all-windows-visible-p): Function needn't be a symbol. mail-source.el (mail-source-value): Function needn't be a symbol. tls.el (open-tls-stream): Don't query killing process. gnus-win.el: Revert previous patch, since it made Gnus backtrace. nnimap.el: Look up IMAP credentials based on both the virtual and physical server names. mail-source.el (mail-source-value): Revert previous patch.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/gnus.texi4
-rw-r--r--doc/misc/message.texi8
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 46a7d8fd7ef..1914fb0bc74 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -27333,9 +27333,7 @@ The revised Gnus @acronym{FAQ} is included in the manual,
27333@acronym{TLS} wrapper shipped with Gnus 27333@acronym{TLS} wrapper shipped with Gnus
27334 27334
27335@acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and 27335@acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
27336@acronym{NNTP} via @file{tls.el} and GNUTLS. The old 27336@acronym{NNTP} via @file{tls.el} and GNUTLS.
27337@acronym{TLS}/@acronym{SSL} support via (external third party)
27338@file{ssl.el} and OpenSSL still works.
27339 27337
27340@item 27338@item
27341Improved anti-spam features. 27339Improved anti-spam features.
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 6b922476596..ad56520f892 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -1090,11 +1090,11 @@ the passphrase prompt.
1090@subsection Using PGP/MIME 1090@subsection Using PGP/MIME
1091 1091
1092@acronym{PGP/MIME} requires an external OpenPGP implementation, such 1092@acronym{PGP/MIME} requires an external OpenPGP implementation, such
1093as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP 1093as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP
1094implementations such as PGP 2.x and PGP 5.x are also supported. One 1094implementations such as PGP 2.x and PGP 5.x are also supported. One
1095Emacs interface to the PGP implementations, PGG (@pxref{Top, ,PGG, 1095Emacs interface to the PGP implementations, PGG (@pxref{Top, ,PGG,
1096pgg, PGG Manual}), is included, but Mailcrypt and Florian Weimer's 1096pgg, PGG Manual}), is included, but Mailcrypt is also supported.
1097@code{gpg.el} are also supported. @xref{PGP Compatibility}. 1097@xref{PGP Compatibility}.
1098 1098
1099@cindex gpg-agent 1099@cindex gpg-agent
1100Message internally calls GnuPG (the @command{gpg} command) to perform 1100Message internally calls GnuPG (the @command{gpg} command) to perform