Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 77114:b64b5f4be390
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 214-215)
- Merge from emacs--devo--0
- Update from CVS
2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-msg.el (gnus-inews-yank-articles): Use
message-exchange-point-and-mark instead of exchange-point-and-mark.
2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/message.el (message-yank-original): Make sure cited text ends with
newline; don't exchange point and mark.
2007-04-07 Chong Yidong <cyd@stupidchicken.com>
* lisp/gnus/tls.el (open-tls-stream): Properly handle case where there
is no associated buffer.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-697
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 10 Apr 2007 23:48:06 +0000 |
parents | 70416dff7893 |
children | 56cc03f5f68c 4ef881a120fe |
comparison
equal
deleted
inserted
replaced
77113:5ca8f461a8b1 | 77114:b64b5f4be390 |
---|---|
1 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org> | |
2 | |
3 * gnus-msg.el (gnus-inews-yank-articles): Use | |
4 message-exchange-point-and-mark instead of exchange-point-and-mark. | |
5 | |
6 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org> | |
7 | |
8 * message.el (message-yank-original): Make sure cited text ends with | |
9 newline; don't exchange point and mark. | |
10 | |
11 2007-04-07 Chong Yidong <cyd@stupidchicken.com> | |
12 | |
13 * tls.el (open-tls-stream): Properly handle case where there | |
14 is no associated buffer. | |
15 | |
1 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org> | 16 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org> |
2 | 17 |
3 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After | 18 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After |
4 message-yank-original, make sure (< mark TEXT point). | 19 message-yank-original, make sure (< mark TEXT point). |
5 | 20 |