aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index a50d6db20fa..fdd8f8ec635 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,51 @@
12010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * nndoc.el (nndoc-request-list): Return success always.
4
5 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6 `fetch-old' -- we only want to fetch the articles we've requested. The
7 rest are in the agent, probably.
8 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9 disappeared server" to something low. It's not important.
10
11 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
12 arrived before the FETCH data.
13
14 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
15 target here, because we don't know the Gnus name of the group.
16
17 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
18 for the correct group.
19
20 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
21
22 * gnus.el (gnus): Give a final warning after startup.
23
24 * gnus-util.el (gnus-action-message-log): New variable.
25 (gnus-message): Use it.
26 (gnus-final-warning): New function.
27
28 * nnimap.el (nnimap-open-connection): Record the greeting.
29 (nnimap): Add greeting.
30
312010-09-26 Julien Danjou <julien@danjou.info>
32
33 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
34 arguments.
35 (gnus-html-wash-images): Fix spec computing to include start/end.
36
37 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
38
392010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
40
41 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
42 deletion.
43 (nnimap-retrieve-headers): Don't select the group, because that's
44 already done by nnimap-possibly-change-group.
45
46 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
47 (gnus-picon-transform-address): Use it.
48
3 * mail-source.el (mail-source-value): Revert previous patch. 49 * mail-source.el (mail-source-value): Revert previous patch.
4 50
5 * nnimap.el (nnimap-credentials): Allow inhibiting the password query 51 * nnimap.el (nnimap-credentials): Allow inhibiting the password query