diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index dd00eebe6f3..069935b4406 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,44 @@ | |||
| 1 | 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed | ||
| 4 | before sending. | ||
| 5 | |||
| 6 | * dgnushack.el (dgnushack-compile): Add a temporary check for | ||
| 7 | gnus-icalendar. | ||
| 8 | |||
| 9 | * mm-decode.el (mm-command-output): New face. | ||
| 10 | (mm-display-external): Use it. | ||
| 11 | |||
| 12 | 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change) | ||
| 13 | |||
| 14 | * nnmbox.el (nnmbox-request-article): Don't change point. | ||
| 15 | |||
| 16 | 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 17 | |||
| 18 | * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons): | ||
| 19 | Include `handle' parameter. | ||
| 20 | |||
| 21 | 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com> | ||
| 22 | |||
| 23 | * gnus-icalendar.el: New file. | ||
| 24 | |||
| 25 | 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 26 | |||
| 27 | * gnus-int.el (gnus-warp-to-article): Mention that warp means jump. | ||
| 28 | |||
| 29 | * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with | ||
| 30 | dummy roots, too. | ||
| 31 | |||
| 32 | 2013-08-01 David Edmondson <dme@dme.org> | ||
| 33 | |||
| 34 | * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging | ||
| 35 | out on ttys. | ||
| 36 | |||
| 37 | 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 38 | |||
| 39 | * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's | ||
| 40 | not empty. | ||
| 41 | |||
| 3 | * nnrss.el (nnrss-discover-feed): Indent. | 42 | * nnrss.el (nnrss-discover-feed): Indent. |
| 4 | 43 | ||
| 5 | 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org> | 44 | 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org> |