diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 740a2340243..7c83b9d99de 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,43 @@ | |||
| 1 | 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-sum.el (gnus-summary-show-thread): Revert last two changes. | ||
| 4 | |||
| 5 | 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 6 | |||
| 7 | * nnimap.el (nnimap-transform-headers): Remove unused variable. | ||
| 8 | (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that | ||
| 9 | have newlines within the strings, and where the UID comes after the | ||
| 10 | BODYSTRUCTURE element (bug#10537). | ||
| 11 | |||
| 12 | * shr-color.el (shr-color-set-minimum-interval): Renamed to add prefix | ||
| 13 | (bug#10732). | ||
| 14 | |||
| 15 | * shr.el (shr-insert-document): Add doc string. | ||
| 16 | (shr-visit-file): Ditto. | ||
| 17 | (shr-remove-trailing-whitespace): New function. | ||
| 18 | (shr-insert-document): Use it to clean up trailing whitespace as the | ||
| 19 | final step (bug#10714). | ||
| 20 | |||
| 21 | 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 22 | |||
| 23 | * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary | ||
| 24 | buffer if `gnus-kill-summary-on-exit' is nil. | ||
| 25 | |||
| 26 | 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 27 | |||
| 28 | * gnus-sum.el (gnus-summary-show-thread): | ||
| 29 | next-single-char-property-change may return nil in XEmacs. | ||
| 30 | |||
| 31 | 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 32 | |||
| 33 | * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus | ||
| 34 | when just reading a single group from "without" Gnus. | ||
| 35 | |||
| 36 | 2012-02-06 Chong Yidong <cyd@gnu.org> | ||
| 37 | |||
| 38 | * gnus-sum.el (gnus-summary-show-thread): | ||
| 39 | next-single-char-property-change never returns nil (Bug#8657). | ||
| 40 | |||
| 1 | 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org> | 41 | 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 42 | ||
| 3 | * nnimap.el (nnimap-open-server): Allow switching the nnoo server | 43 | * nnimap.el (nnimap-open-server): Allow switching the nnoo server |