Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 110898:069deed4cdec
Merge changes made in Gnus trunk.
nnimap.el (nnimap-open-connection): If we have gnutls loaded, then try to use that for the tls stream.
nnimap.el (nnimap-retrieve-group-data-early): Rework the marks code to heed UIDVALIDITY and find out which groups are read-only and not.
nnimap.el (nnimap-get-flags): Use the same marks parsing code as the rest of nnimap.
nnimap.el (nnmail-expiry-target-group): Say that every expiry target group is the "last".
nnir.el (nnir-engines): Fix too many arguments.
nnimap.el: Start implementing QRESYNC support.
gnus.el (gnus-group-set-parameter): Fix typo.
shr.el: Rework the way things are indented by <li> slightly.
spam.el (gnus-summary-mode-map): Bind to "$".
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 10 Oct 2010 00:15:21 +0000 |
parents | 7996424ed273 |
children | 2a4bfc24abf0 |
comparison
equal
deleted
inserted
replaced
110897:ddcc974a9f3d | 110898:069deed4cdec |
---|---|
1 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2 | |
3 * spam.el (gnus-summary-mode-map): Bind to "$". Suggested by Russ | |
4 Allbery. | |
5 | |
6 * shr.el: Rework the way things are indented by <li> slightly. | |
7 | |
8 * gnus.el (gnus-group-set-parameter): Fix typo. | |
9 | |
10 * nnimap.el: Start implementing QRESYNC support. | |
11 | |
12 2010-10-09 Julien Danjou <julien@danjou.info> | |
13 | |
14 * nnir.el (nnir-engines): Fix too many arguments. | |
15 | |
16 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
17 | |
18 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target | |
19 group is the "last", so that the backends like nnfolder actually save | |
20 their folders. | |
21 | |
22 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then | |
23 try to use that for the tls stream. | |
24 (nnimap-retrieve-group-data-early): Rework the marks code to heed | |
25 UIDVALIDITY and find out which groups are read-only and not. | |
26 (nnimap-get-flags): Use the same marks parsing code as the rest of | |
27 nnimap. | |
28 | |
1 2010-10-09 Julien Danjou <julien@danjou.info> | 29 2010-10-09 Julien Danjou <julien@danjou.info> |
2 | 30 |
3 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read. | 31 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read. |
4 | 32 |
5 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when | 33 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when |