diff options
| author | Lars Magne Ingebrigtsen | 2010-09-20 23:08:33 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-20 23:08:33 +0000 |
| commit | a46359d4fb16b4cd512f86d5699c834834fa8cea (patch) | |
| tree | 2934976f1df0a803e44011319d3d02549b0623f4 /doc | |
| parent | 5d8e0d5d1444141bc4234232929f942d92c6d43b (diff) | |
| download | emacs-a46359d4fb16b4cd512f86d5699c834834fa8cea.tar.gz emacs-a46359d4fb16b4cd512f86d5699c834834fa8cea.zip | |
Merge changes made in Gnus trunk.
mail-parse.el (mail-header-encode-parameter): Use -encode-parameter instead of -encode-string.
nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of "".
gnus-news.texi: Say what Emacs versions we support.
nnimap.el: Implement group deletion.
nnimap.el (nnimap-transform-headers): Return the size of the entire message in the Bytes header, not just the size of the first part.
gnus-news.texi: The nnimap makeover.
gnus-news.texi (Supported Emacs versions): Fix typo.
nnimap.el (nnimap-request-move-article): Fix article moving from nnimap to other servers.
nnimap.el (nnimap-request-set-mark): Don't wait for a response when we haven't requested anything.
nnimap.el (nnimap-command): Make sure that the error message doesn't error out.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/gnus-news.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi index e820ceae4a8..8aa28dd89c8 100644 --- a/doc/misc/gnus-news.texi +++ b/doc/misc/gnus-news.texi | |||
| @@ -18,6 +18,17 @@ | |||
| 18 | 18 | ||
| 19 | @itemize @bullet | 19 | @itemize @bullet |
| 20 | 20 | ||
| 21 | @item Supported Emacs versions | ||
| 22 | The following Emacs versions are supported by No Gnus: | ||
| 23 | @itemize @bullet | ||
| 24 | |||
| 25 | @item Emacs 22 and up | ||
| 26 | @item XEmacs 21.4 | ||
| 27 | @item XEmacs 21.5 | ||
| 28 | @item SXEmacs | ||
| 29 | |||
| 30 | @end itemize | ||
| 31 | |||
| 21 | @item Installation changes | 32 | @item Installation changes |
| 22 | 33 | ||
| 23 | @itemize @bullet | 34 | @itemize @bullet |
| @@ -55,6 +66,11 @@ remove-installed-shadows}. | |||
| 55 | 66 | ||
| 56 | @itemize @bullet | 67 | @itemize @bullet |
| 57 | 68 | ||
| 69 | @item New version of @code{nnimap} | ||
| 70 | |||
| 71 | @code{nnimap} has been reimplemented in a mostly-compatible way. | ||
| 72 | @c Mention any incompatibilities. | ||
| 73 | |||
| 58 | @item Gnus includes the Emacs Lisp @acronym{SASL} library. | 74 | @item Gnus includes the Emacs Lisp @acronym{SASL} library. |
| 59 | 75 | ||
| 60 | This provides a clean @acronym{API} to @acronym{SASL} mechanisms from | 76 | This provides a clean @acronym{API} to @acronym{SASL} mechanisms from |