aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-07-08 14:09:21 +0800
committerChong Yidong2012-07-08 14:09:21 +0800
commitd75be97d549b7264098ff19f8941a0dd80bde080 (patch)
tree65a5ea0f8081de1beea7fc476ae184d9dc445cc1 /lisp/ChangeLog
parent1ac8b55c0c8bb66ecd617c192b022f7f27950266 (diff)
downloademacs-d75be97d549b7264098ff19f8941a0dd80bde080.tar.gz
emacs-d75be97d549b7264098ff19f8941a0dd80bde080.zip
Do not steal primary selection on mark deactivation.
* lisp/simple.el (deactivate-mark): Do not set the primary selection if another program has acquired it. Fixes: debbugs:11772
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 70894c5fc7b..8a608ea7b10 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-07-08 Chong Yidong <cyd@gnu.org>
2
3 * simple.el (deactivate-mark): Do not set the primary selection
4 if another program has acquired it (Bug#11772).
5
12012-07-07 Kevin Ryde <user42@zip.com.au> 62012-07-07 Kevin Ryde <user42@zip.com.au>
2 7
3 * woman.el (woman-strings): Fix double-quote handling (Bug#1151). 8 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).