diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 73a0de76a1f..20de9aea136 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * registry.el: Don't use <class> as a variable. | ||
| 4 | |||
| 1 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * message.el (message-make-fqdn): | 7 | * message.el (message-make-fqdn): |
| @@ -10,6 +14,12 @@ | |||
| 10 | * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that | 14 | * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that |
| 11 | lines don't get overlong when responding. | 15 | lines don't get overlong when responding. |
| 12 | 16 | ||
| 17 | 2014-12-19 Andreas Schwab <schwab@linux-m68k.org> | ||
| 18 | |||
| 19 | * gnus-group.el (gnus-read-ephemeral-bug-group): | ||
| 20 | Bind coding-system-for-read and coding-system-for-write only around | ||
| 21 | with-temp-file, and make buffer unibyte. Don't write temp file twice. | ||
| 22 | |||
| 13 | 2014-12-18 Paul Eggert <eggert@cs.ucla.edu> | 23 | 2014-12-18 Paul Eggert <eggert@cs.ucla.edu> |
| 14 | 24 | ||
| 15 | * registry.el (registry-db): Set default slot later. | 25 | * registry.el (registry-db): Set default slot later. |
| @@ -67,9 +77,9 @@ | |||
| 67 | 77 | ||
| 68 | 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | 78 | 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 69 | 79 | ||
| 70 | * gnus-art.el (gnus-article-mime-handles): Refactored out into own | 80 | * gnus-art.el (gnus-article-mime-handles): Refactor out into own |
| 71 | function for reuse. | 81 | function for reuse. |
| 72 | (gnus-mime-buttonize-attachments-in-header): Adjusted. | 82 | (gnus-mime-buttonize-attachments-in-header): Adjust. |
| 73 | 83 | ||
| 74 | 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | 84 | 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 75 | 85 | ||