Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
111400:17d49dad0c8b | 111401:733acab855e4 |
---|---|
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 |
4 to measure the length and truncate alt text. | 33 to measure the length and truncate alt text. |
5 | 34 |