diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d39f5330fd3..47350b34bad 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,29 @@ | |||
| 1 | 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * gnus-start.el (gnus-matches-options-n): Fix typo in last change. | ||
| 4 | (gnus-1): Don't create the nndrafts group twice. | ||
| 5 | (gnus-setup-news): There's no need to read the active file here, since | ||
| 6 | that's done again later on a per-backend basis. | ||
| 7 | (gnus-start-draft-setup): Make sure that the new group is started out | ||
| 8 | empty. | ||
| 9 | |||
| 10 | * gnus-agent.el (gnus-agentize): Don't create the queue group | ||
| 11 | automatically on startup. It'll be created later, if needed. | ||
| 12 | |||
| 13 | * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list | ||
| 14 | of automatically subscribed groups. | ||
| 15 | (gnus-auto-subscribed-categories): New variable. | ||
| 16 | (gnus-matches-options-n): Use it. | ||
| 17 | (gnus-default-subscribed-newsgroups): Remove unused variable. | ||
| 18 | (gnus-start-draft-setup): Message a bit less. | ||
| 19 | |||
| 20 | 2010-12-13 Andrew Cohen <cohen@andy.bu.edu> | ||
| 21 | |||
| 22 | * nnir.el (nnir-run-imap): Return article list in order of increasing | ||
| 23 | UID. | ||
| 24 | |||
| 25 | 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 26 | |||
| 3 | * gnus-sum.el (gnus-summary-enter-digest-group): Mention | 27 | * gnus-sum.el (gnus-summary-enter-digest-group): Mention |
| 4 | gnus-auto-select-on-ephemeral-exit. | 28 | gnus-auto-select-on-ephemeral-exit. |
| 5 | 29 | ||