diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 1ade749427f..9f0e17924d4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error. | ||
| 4 | |||
| 5 | * message.el (message-ignored-news-headers): Always remove | ||
| 6 | X-Message-SMTP-Method to avoid information leakage if the user | ||
| 7 | mistakenly inserts the header into news messages. | ||
| 8 | |||
| 9 | * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke. | ||
| 10 | |||
| 11 | * gnus-sum.el (gnus-summary-hide-thread): If point were further to the | ||
| 12 | right than four characters, this command would move point to | ||
| 13 | `point-max'. Don't do that. | ||
| 14 | |||
| 15 | * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data | ||
| 16 | to nil to allow re-selecting groups that gain articles. | ||
| 17 | (gnus-bug-group-download-format-alist): Update the URL. | ||
| 18 | |||
| 1 | 2012-12-23 Andreas Schwab <schwab@suse.de> | 19 | 2012-12-23 Andreas Schwab <schwab@suse.de> |
| 2 | 20 | ||
| 3 | * shr.el (shr-tag-em): Render em as italic, not bold. | 21 | * shr.el (shr-tag-em): Render em as italic, not bold. |