Mercurial > emacs
diff lisp/gnus/ChangeLog @ 111401:733acab855e4
Merge changes made in Gnus trunk.
mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group if it's already selected.
gnus.texi (Customizing the IMAP Connection): Document `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
gnus.texi (Customizing the IMAP Connection): Remove nnir mention, since that works by default.
gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean "raw".
gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
shr.el (shr-browse-url): Implement mailto: URLs.
nnir.el, gnus-sum.el: Improve thread-referral.
message.el (message-send-mail): Use the value of message-courtesy-message from the message buffer.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 04 Nov 2010 22:18:09 +0000 |
parents | 969fb8574065 |
children | e8807c0f5742 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Thu Nov 04 11:22:12 2010 -0700 +++ b/lisp/gnus/ChangeLog Thu Nov 04 22:18:09 2010 +0000 @@ -1,3 +1,32 @@ +2010-11-04 Andrew Cohen <cohen@andy.bu.edu> + + * nnir.el (gnus-summary-nnir-goto-thread): limiting work done by + gnus-summary-refer-thread. + + * gnus-sum.el (gnus-build-all-threads): force updating of dependency + headers. + (gnus-summary-limit-include-thread): prevent articles in thread from + being cut in gnus-cut-threads. + (gnus-summary-refer-thread): limit retrieved headers to those in + thread. + +2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * message.el (message-send-mail): Use the value of + message-courtesy-message from the message buffer. + + * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs. + + * shr.el (shr-browse-url): Implement mailto: URLs. + + * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean + "raw". + + * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group + if it's already selected. + + * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot. + 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org> * shr.el (shr-tag-img): Use string-width and truncate-string-to-width