aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-07-31 17:26:56 -0400
committerChong Yidong2010-07-31 17:26:56 -0400
commit1604140125ce14c18a9d42a655af40dab892e959 (patch)
treed0d9faaea1d71a23609d6fbca20f1b5fed37eb2a /src/ChangeLog
parent452ea85502011e18e4b290fbcb4fe461ab6aace9 (diff)
downloademacs-1604140125ce14c18a9d42a655af40dab892e959.tar.gz
emacs-1604140125ce14c18a9d42a655af40dab892e959.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e2832c49bde..ee745778951 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-07-31 Chong Yidong <cyd@stupidchicken.com>
2
3 * xselect.c (x_own_selection): Use list4.
4
12010-07-30 Dan Nicolaescu <dann@ics.uci.edu> 52010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * buffer.c (Qwindow): Do not define, already defined in data.c. 7 * buffer.c (Qwindow): Do not define, already defined in data.c.