diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 6ca3a0198c6..eeba68f81a2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,57 @@ | |||
| 1 | 2010-09-21 Adam Sjøgren <asjo@koldfront.dk> | ||
| 2 | |||
| 3 | * gnus-sum.el (gnus-adjust-marked-articles): Fix typo. | ||
| 4 | |||
| 5 | 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 6 | |||
| 7 | * gnus-int.el (gnus-open-server): Give a better error message in the | ||
| 8 | "go offline" case. | ||
| 9 | |||
| 10 | * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting | ||
| 11 | marks for nnimap, which is seldom the right thing to do. | ||
| 12 | |||
| 13 | * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out. | ||
| 14 | (gnus-same-method-different-name): New function. | ||
| 15 | |||
| 16 | * nnimap.el (parse-time): Require. | ||
| 17 | |||
| 18 | * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select | ||
| 19 | method in the presence of many similar methods. | ||
| 20 | |||
| 21 | * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract. | ||
| 22 | |||
| 23 | * nnimap.el (nnimap-find-expired-articles): Don't refer to | ||
| 24 | nnml-inhibit-expiry. | ||
| 25 | |||
| 26 | * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to | ||
| 27 | find out whether methods are equal. | ||
| 28 | |||
| 29 | * nnimap.el (nnimap-find-expired-articles): New function. | ||
| 30 | (nnimap-process-expiry-targets): New function. | ||
| 31 | (nnimap-request-move-article): Request the article before looking at | ||
| 32 | what the Message-ID is. Fix found by Andrew Cohen. | ||
| 33 | (nnimap-mark-and-expunge-incoming): Wait for the last sequence. | ||
| 34 | |||
| 35 | * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time | ||
| 36 | for oldness in addition to being a predicate. | ||
| 37 | |||
| 38 | * nnimap.el (nnimap-request-group): When we have zero articles, return | ||
| 39 | the right data to Gnus. | ||
| 40 | (nnimap-request-expire-articles): Only delete articles immediately if | ||
| 41 | the target is 'delete. | ||
| 42 | |||
| 43 | * gnus-sum.el (gnus-summary-move-article): When respooling to the same | ||
| 44 | method, this would bug out. | ||
| 45 | |||
| 46 | * gnus-group.el (gnus-group-expunge-group): Renamed from | ||
| 47 | gnus-group-nnimap-expunge, and implemented as a normal interface | ||
| 48 | function. | ||
| 49 | |||
| 50 | * gnus-int.el (gnus-request-expunge-group): New function. | ||
| 51 | |||
| 52 | * nnimap.el (nnimap-request-create-group): Implement. | ||
| 53 | (nnimap-request-expunge-group): New function. | ||
| 54 | |||
| 1 | 2010-09-21 Julien Danjou <julien@danjou.info> | 55 | 2010-09-21 Julien Danjou <julien@danjou.info> |
| 2 | 56 | ||
| 3 | * gnus-html.el (gnus-html-image-cache-ttl): Add new variable. | 57 | * gnus-html.el (gnus-html-image-cache-ttl): Add new variable. |