comparison lisp/gnus/ChangeLog @ 111986:faa4a1c986c6

Merge changes made in Gnus trunk. nnimap.el (nnimap-wait-for-response): Always look (at least) at the previous line. nnimap.el (nnimap-quirk): New function. (nnimap-retrieve-group-data-early): Use it. (nnimap-quirks): New alist. gnus.texi (Foreign Groups): Added clarification of foreign groups. gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for copying read-ness to the backends. gnus-group.el (gnus-group-kill-group): Notify the backend that the group has been killed. (gnus-group-yank-group): Ditto. gnus-start.el (gnus-subscribe-newsgroup): Notify the backend. nnir.el: Improve customizations. gnus.texi (Archived Messages): Removed outdated comment and text. nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own function. (nnfolder-request-expire-articles): Save all the buffers after doing expiry. nnmail.el (nnmail-expiry-target-group): Revert the "all articles are the last article", since that led to serious performance regressions when expiring nnml groups. gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML fetching stops when Gnus exits. gnus-srvr.el: Avoid passing nil regexp argument to delete-matching-lines. auth-source.el (auth-source-gpg-encrypt-to): New variable to set the list of recipient keys, or use symmetric encryption if not a list. (auth-source-create): Use it to make `epa-file-encrypt-to' local for an EPA override, replacing the call to `netrc-store-data'.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 16 Dec 2010 22:22:28 +0000
parents d60eda14e134
children edfb54ff984c
comparison
equal deleted inserted replaced
111979:b8b55da43e95 111986:faa4a1c986c6
1 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2
3 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4 list of recipient keys, or use symmetric encryption if not a list.
5 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6 EPA override, replacing the call to `netrc-store-data'.
7
8 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
9
10 * gnus-srvr.el: Avoid passing nil regexp argument to
11 delete-matching-lines.
12
13 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14
15 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
16 fetching stops when Gnus exits.
17
18 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
19 function.
20 (nnfolder-request-expire-articles): Save all the buffers after doing
21 expiry.
22
23 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
24 the last article", since that led to serious performance regressions
25 when expiring nnml groups.
26
27 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
28
29 * nnir.el: Improve customizations.
30
31 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
32
33 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
34
35 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
36 group has been killed.
37 (gnus-group-yank-group): Ditto.
38
39 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
40
41 * nnimap.el (nnimap-request-update-group-status): New function.
42
43 * gnus-int.el (gnus-request-update-group-status): New interface
44 function.
45
46 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
47 copying read-ness to the backends.
48
49 * nnimap.el (nnimap-quirk): New function.
50 (nnimap-retrieve-group-data-early): Use it.
51 (nnimap-quirks): New alist.
52
1 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org> 53 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2 54
3 * shr.el (shr-insert): Set shr-start after deleting trailing space; 55 * shr.el (shr-insert): Set shr-start after deleting trailing space;
4 don't delete it within indentation. 56 don't delete it within indentation.
57
58 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
59
60 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
61 previous line.
5 62
6 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org> 63 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7 64
8 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the 65 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
9 QRESYNC command by deleting a superfluous space which broke Cyrus 66 QRESYNC command by deleting a superfluous space which broke Cyrus