diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ffd8adc33c3..b30afa601e6 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2014-01-31 Dave Abrahams <dave@boostpro.com> | ||
| 2 | |||
| 3 | * gnus-salt.el (gnus-tree-highlight-article): Don't move point around | ||
| 4 | in the summary buffer (bug#13769). | ||
| 5 | |||
| 6 | 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 7 | |||
| 8 | * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer | ||
| 9 | name if we're using a single article buffer. Otherwise, it may point | ||
| 10 | to a killed buffer (bug#13756). | ||
| 11 | |||
| 12 | 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 13 | |||
| 14 | * nnmail.el (nnmail-split-it): Instead of redoing the search to restore | ||
| 15 | the match data, just save and restore it explictly (bug#12375). | ||
| 16 | |||
| 17 | * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if | ||
| 18 | that's needed. | ||
| 19 | |||
| 20 | * spam.el (spam-initialize): Allow calling repeatedly, but only run the | ||
| 21 | the code once (bug#9069). | ||
| 22 | |||
| 1 | 2014-01-18 Steinar Bang <sb@dod.no> | 23 | 2014-01-18 Steinar Bang <sb@dod.no> |
| 2 | 24 | ||
| 3 | * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail | 25 | * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail |