comparison lisp/gnus/ChangeLog @ 112432:27320025ed54

Merge chages made in Gnus trunk. mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org. gnus-draft.el (gnus-group-send-queue): Update the queue group in the group buffer after sending the queue. gnus-draft.el (gnus-group-send-queue): Really refresh the queue group after sending. gnus-agent.el (gnus-agent-send-mail): Ditto. gnus-group.el (gnus-group-refresh-group): New convenience function. message.el (message-bogus-addresses): Remove commented-out value. message.el (message-check-recipients): Display the encoded version of the bogus address if they differ. flow-fill.el (fill-flowed): Make `delete-space' option correspond to "DelSp" parameter in RFC3676. gnus-sum.el (gnus-summary-move-article): Protect against backends (i.e., nnimap) returning nil as the article number.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 23 Jan 2011 00:34:08 +0000
parents 555faf6e40d0
children 473533159689
comparison
equal deleted inserted replaced
112431:7a578da192b9 112432:27320025ed54
1 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-sum.el (gnus-summary-move-article): Protect against backends
4 (i.e., nnimap) returning nil as the article number.
5
6 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp>
7
8 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
9 "DelSp" parameter in RFC3676.
10
11 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
12
13 * message.el (message-check-recipients): Display the encoded version of
14 the bogus address if they differ.
15
16 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
17 after sending.
18
19 * gnus-agent.el (gnus-agent-send-mail): Ditto.
20
21 * gnus-group.el (gnus-group-refresh-group): New convenience function.
22
23 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
24 group buffer after sending the queue.
25
26 * gnus-agent.el (gnus-agent-send-mail): Ditto.
27
28 2011-01-22 Julien Danjou <julien@danjou.info>
29
30 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
31
1 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org> 32 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2 33
3 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on 34 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4 nested related parts. 35 nested related parts.
5 36