comparison lisp/gnus/ChangeLog @ 110615:84a76c5e1b1c

Merge changes made in Gnus trunk. sieve-manage.el (sieve-manage-default-stream): Make default stream customizable. nnimap.el (nnimap-request-accept-article): Send a "." at the end, which may or may not help. nnimap.el (nnimap-open-connection): Have the `network' nnimap connection use STARTTLS opportunistically. gnus-sum.el (gnus-summary-insert-new-articles): Copy the old-high watermark so that nothing alters it while scanning for new messages. nnimap.el (nnimap-request-accept-article): Remove the "." at the end, since some servers don't like it. nnimap.el (nnimap-open-connection): Forget credentials if the server says the password was wrong. nnimap.el (nnimap-parse-line): Protect against invalid data. gnus-art.el, gnus-sum.el, nnimap.el: Allow setting the partial fetch per server instead of globally. message.el (message-cite-prefix-regexp): Revert last edit. nnmairix.el: Make it work with latest changes in nnimap. gnus-sum.el (gnus-summary-move-article): Don't alter gnus-newsgroup-active. gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so that you don't get flashes of other buffers. nnimap.el: Fix up partial nnimap fetching. gnus-sum.el: Rework the `/ N' based on the new gnus-newsgroup-highest variable.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 27 Sep 2010 23:07:47 +0000
parents 5bd3c6bdbcb0
children 531fc2a3b1cc
comparison
equal deleted inserted replaced
110614:ced897c0b9f0 110615:84a76c5e1b1c
1 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5 new articles.
6
7 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8 parts.
9 (nnimap-request-article): Work with the t setting, too.
10
11 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
12 that you don't get flashes of other buffers.
13 (gnus-summary-show-complete-article): Intern before setting.
14
15 2010-09-27 David Engster <dengste@eml.cc>
16
17 * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
18 well as HEADERS.
19 (nnmairix-retrieve-headers): Provide new argument for the above.
20
21 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22
23 * gnus-sum.el (gnus-summary-move-article): Don't alter
24 gnus-newsgroup-active. This makes `/ N' work after copying to the same
25 group.
26
27 * nnimap.el (nnimap-update-info): Don't destructively alter active.
28
29 * message.el (message-cite-prefix-regexp): Revert my last edit.
30
31 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
32 variable instead of the Gnus variable.
33
34 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
35
36 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
37 again.
38
39 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
40 since some servers don't like it.
41 (nnimap-open-connection): Forget credentials if the server says the
42 password was wrong.
43 (nnimap-parse-line): Protect against invalid data.
44
45 * gnus-sum.el (gnus-summary-move-article): Add comment.
46 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
47 nothing alters it while scanning for new messages.
48
49 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
50 which may or may not help.
51 (nnimap-open-connection): If we're doing a stream connection, and then
52 discover we're on a STARTTLS-capable server, then open a STARTTLS
53 connection instead.
54
55 2010-09-27 Florian Ragwitz <rafl@debian.org> (tiny change)
56
57 * sieve-manage.el (sieve-manage-default-stream): Make default stream
58 customizable.
59
1 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> 60 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 61
3 * nnimap.el (utf7): Required. 62 * nnimap.el (utf7): Required.
4 63
5 * message.el (message-cite-prefix-regexp): Remove "}" from citation 64 * message.el (message-cite-prefix-regexp): Remove "}" from citation
16 75
17 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org> 76 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18 77
19 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s). 78 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
20 79
21 2010-09-26 Florian Ragwitz <rafl@debian.org> 80 2010-09-26 Florian Ragwitz <rafl@debian.org> (tiny change)
22 81
23 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid 82 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
24 handing broken links to browse-url. 83 handing broken links to browse-url.
25 84
26 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org> 85 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>