aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-08-24 11:48:14 -0400
committerChong Yidong2010-08-24 11:48:14 -0400
commit1c409d0b963ebdb1f48b90ddce85c56d989bee5f (patch)
treedb1bf3baea9d24a20e325d76c52699c64daef7b7 /lisp/ChangeLog
parent372214322c37ded1631741b55cb125a99ff6bdbd (diff)
downloademacs-1c409d0b963ebdb1f48b90ddce85c56d989bee5f.tar.gz
emacs-1c409d0b963ebdb1f48b90ddce85c56d989bee5f.zip
Avoid clobbering primary selection when switching frames (Bug#6872).
* lisp/mouse.el (mouse-yank-primary): Avoid setting primary when deactivating the mark (Bug#6872). * src/keyboard.c (command_loop_1): Don't set primary selection during handle-switch-frame (Bug#6872).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1402c45b125..79b5f6583a0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-08-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * mouse.el (mouse-yank-primary): Avoid setting primary when
4 deactivating the mark (Bug#6872).
5
12010-08-23 Michael Albinus <michael.albinus@gmx.de> 62010-08-23 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * net/dbus.el: Accept UNIX domain sockets as bus address. 8 * net/dbus.el: Accept UNIX domain sockets as bus address.