diff options
| author | Gnus developers | 2010-10-01 00:25:50 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-10-01 00:25:50 +0000 |
| commit | 6b9588145b7b1cac4e4629f7133bf88f9360c15f (patch) | |
| tree | 645c70bb8421365b01dee14dd817d71706524bac /doc/misc/ChangeLog | |
| parent | 55e572ef8986dec1febac0e6d4581d820a23a9a5 (diff) | |
| download | emacs-6b9588145b7b1cac4e4629f7133bf88f9360c15f.tar.gz emacs-6b9588145b7b1cac4e4629f7133bf88f9360c15f.zip | |
nnimap.el (nnimap-request-accept-article): Get the Message-ID without the \r.
nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of SELECT to get the message-id.
gnus-art.el, gnus.el, nnimap.el: Fix up make-obsolete-variable declarations throughout.
gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
mail-source.el: Removed webmail support.
nntp.el (nntp-server-list-active-group): Document.
gnus.texi (NNTP): Document nntp-server-list-active-group.
gnus.texi (Customizing the IMAP Connection): Remove extra quote.
nnimap.el (nnimap-find-article-by-message-id): Really return the article number.
nnimap.el: Add nnimap-split-fancy.
netrc.el (netrc-credentials, netrc-machine): Return the value of the "default" entry.
nnimap.el: Use tls.el exclusively, and not starttls.el at all.
nnimap.el (nnimap-wait-for-connection): Accept the moronic openssl s_client -starttls output, too.
nnrss.el (nnrss-use-local): Add documentation.
message.el (message-ignored-supersedes-headers): Strip Injection-* headers before superseding.
nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from unencrypted to STARTTLS, if possible.
nnir.el: Use the server names without suffixes.
gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when expanding threads.
gnus-registry.el: Don't follow nnmairix references. Install the nnregistry refer method.
gnus.texi (Spam Package Configuration Examples, SpamOracle): Remove nnimap-split-rule from examples.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8584e4c26b5..96522da7343 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * gnus.texi (Spam Package Configuration Examples, SpamOracle): Remove | ||
| 4 | nnimap-split-rule from examples. | ||
| 5 | |||
| 6 | 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 7 | |||
| 8 | * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions. | ||
| 9 | (NNTP): Document nntp-server-list-active-group. Suggested by Barry | ||
| 10 | Fishman. | ||
| 11 | (Client-Side IMAP Splitting): Add nnimap-split-fancy. | ||
| 12 | |||
| 13 | 2010-09-30 Julien Danjou <julien@danjou.info> | ||
| 14 | |||
| 15 | * gnus.texi (Gravatars): Fix documentation about | ||
| 16 | gnu-gravatar-properties. | ||
| 17 | |||
| 1 | 2010-09-29 Daiki Ueno <ueno@unixuser.org> | 18 | 2010-09-29 Daiki Ueno <ueno@unixuser.org> |
| 2 | 19 | ||
| 3 | * epa.texi (Bug Reports): New section. | 20 | * epa.texi (Bug Reports): New section. |
| @@ -6,6 +23,16 @@ | |||
| 6 | 23 | ||
| 7 | * Makefile.in (top_srcdir): Remove unused variable. | 24 | * Makefile.in (top_srcdir): Remove unused variable. |
| 8 | 25 | ||
| 26 | 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 27 | |||
| 28 | * gnus.texi (Using IMAP): Remove the @acronyms from the headings. | ||
| 29 | (Client-Side IMAP Splitting): Document 'default. | ||
| 30 | |||
| 31 | 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 32 | |||
| 33 | * gnus.texi (Customizing the IMAP Connection): Document | ||
| 34 | nnimap-fetch-partial-articles. | ||
| 35 | |||
| 9 | 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | 36 | 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 10 | 37 | ||
| 11 | * gnus-news.texi: Mention nnimap-inbox. | 38 | * gnus-news.texi: Mention nnimap-inbox. |