Mercurial > emacs
comparison lisp/ChangeLog @ 109600:52a2d97e28e4
Adapt mouse-3 behavior to recent selection changes (Bug#6701).
* lisp/mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
before killing to preserve the primary selection.
* lisp/term/x-win.el (x-select-text): Doc fix.
* src/xselect.c (x_own_selection): Use list4.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 31 Jul 2010 17:26:56 -0400 |
parents | c18dffa2ba46 |
children | a86a4e812897 |
comparison
equal
deleted
inserted
replaced
109599:c18dffa2ba46 | 109600:52a2d97e28e4 |
---|---|
1 2010-07-31 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark | |
4 before killing to preserve the primary selection (Bug#6701). | |
5 | |
6 * term/x-win.el (x-select-text): Doc fix. | |
7 | |
1 2010-07-31 Alan Mackenzie <acm@muc.de> | 8 2010-07-31 Alan Mackenzie <acm@muc.de> |
2 Enhanced Java Mode to handle Java 5.0 (Tiger) and Java 6 | 9 Enhanced Java Mode to handle Java 5.0 (Tiger) and Java 6 |
3 (Mustang). Contributed by Nathaniel Flath. The following | 10 (Mustang). Contributed by Nathaniel Flath. The following |
4 functions were modified or created: | 11 functions were modified or created: |
5 | 12 |