diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index aff887fb770..2cb1a77107a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2010-11-04 Andrew Cohen <cohen@andy.bu.edu> | ||
| 2 | |||
| 3 | * nnir.el (gnus-summary-nnir-goto-thread): limiting work done by | ||
| 4 | gnus-summary-refer-thread. | ||
| 5 | |||
| 6 | * gnus-sum.el (gnus-build-all-threads): force updating of dependency | ||
| 7 | headers. | ||
| 8 | (gnus-summary-limit-include-thread): prevent articles in thread from | ||
| 9 | being cut in gnus-cut-threads. | ||
| 10 | (gnus-summary-refer-thread): limit retrieved headers to those in | ||
| 11 | thread. | ||
| 12 | |||
| 13 | 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 14 | |||
| 15 | * message.el (message-send-mail): Use the value of | ||
| 16 | message-courtesy-message from the message buffer. | ||
| 17 | |||
| 18 | * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs. | ||
| 19 | |||
| 20 | * shr.el (shr-browse-url): Implement mailto: URLs. | ||
| 21 | |||
| 22 | * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean | ||
| 23 | "raw". | ||
| 24 | |||
| 25 | * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group | ||
| 26 | if it's already selected. | ||
| 27 | |||
| 28 | * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot. | ||
| 29 | |||
| 1 | 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org> | 30 | 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 31 | ||
| 3 | * shr.el (shr-tag-img): Use string-width and truncate-string-to-width | 32 | * shr.el (shr-tag-img): Use string-width and truncate-string-to-width |