Mercurial > emacs
comparison doc/misc/ChangeLog @ 110666:3b9bd3888ee9
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.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Fri, 01 Oct 2010 00:25:50 +0000 |
parents | 22d8ea06b8c7 |
children | a554263b06d4 |
comparison
equal
deleted
inserted
replaced
110665:49d445615c07 | 110666:3b9bd3888ee9 |
---|---|
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. |
4 | 21 |
5 2010-09-29 Glenn Morris <rgm@gnu.org> | 22 2010-09-29 Glenn Morris <rgm@gnu.org> |
6 | 23 |
7 * Makefile.in (top_srcdir): Remove unused variable. | 24 * Makefile.in (top_srcdir): Remove unused variable. |
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. | |
8 | 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. |
12 | 39 |