diff options
| author | Gnus developers | 2010-09-26 14:35:50 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-26 14:35:50 +0000 |
| commit | 2696d88f195c0888432f03fb455fdcf273c295c2 (patch) | |
| tree | 34fc731d72e77f3ab9247315c3ee6a1af7b54d24 /doc/misc | |
| parent | 1821a7b49194ddf558746de5cf67bdc9217e9ebd (diff) | |
| download | emacs-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.texi | 4 | ||||
| -rw-r--r-- | doc/misc/message.texi | 8 |
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 |
| 27341 | Improved anti-spam features. | 27339 | Improved 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 |
| 1093 | as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP | 1093 | as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP |
| 1094 | implementations such as PGP 2.x and PGP 5.x are also supported. One | 1094 | implementations such as PGP 2.x and PGP 5.x are also supported. One |
| 1095 | Emacs interface to the PGP implementations, PGG (@pxref{Top, ,PGG, | 1095 | Emacs interface to the PGP implementations, PGG (@pxref{Top, ,PGG, |
| 1096 | pgg, PGG Manual}), is included, but Mailcrypt and Florian Weimer's | 1096 | pgg, 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 |
| 1100 | Message internally calls GnuPG (the @command{gpg} command) to perform | 1100 | Message internally calls GnuPG (the @command{gpg} command) to perform |