aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-07-08 16:26:21 +0800
committerChong Yidong2012-07-08 16:26:21 +0800
commit01ac65bd7c0df6c895bf18810ee5c8d24704681a (patch)
tree2c595fce43a388b9bee4aa461c894a3deaf6f08b /lisp/ChangeLog
parentd75be97d549b7264098ff19f8941a0dd80bde080 (diff)
downloademacs-01ac65bd7c0df6c895bf18810ee5c8d24704681a.tar.gz
emacs-01ac65bd7c0df6c895bf18810ee5c8d24704681a.zip
Fix interaction of line-dragging with mouse-1-click-follows-link.
* lisp/mouse.el (mouse-drag-line): Rewrite the track-mouse loop. Implement the mouse-1-click-follows-link handling properly. * lisp/info.el (Info-link-keymap): Use follow-link mechanism for header-line links. Fixes: debbugs:374
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a608ea7b10..dbe37763d7a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12012-07-08 Chong Yidong <cyd@gnu.org> 12012-07-08 Chong Yidong <cyd@gnu.org>
2 2
3 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4 Implement the mouse-1-click-follows-link handling properly.
5
6 * info.el (Info-link-keymap): Use follow-link mechanism for
7 header-line links (Bug#374).
8
3 * simple.el (deactivate-mark): Do not set the primary selection 9 * simple.el (deactivate-mark): Do not set the primary selection
4 if another program has acquired it (Bug#11772). 10 if another program has acquired it (Bug#11772).
5 11