aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 72c6d943710..52c1f0c164a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,21 @@
12014-05-11 Stefan Monnier <monnier@iro.umontreal.ca> 12014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * mouse.el: Use the normal toplevel loop while dragging.
4 (mouse-set-point): Handle multi-clicks.
5 (mouse-set-region): Handle multi-clicks for drags.
6 (mouse-drag-region): Update call accordingly.
7 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
8 Use the normal event loop instead of a local while/read-event loop.
9 (global-map): Remove redundant bindings for double/triple-mouse-1.
10 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
11 Generate synthetic down events when the protocol only sends up events.
12 (xterm-mouse-last): Remove.
13 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
14 terminal parameter instead.
15 (xterm-mouse--set-click-count): New function.
16 (xterm-mouse-event): Detect/generate double/triple clicks.
17 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
18
3 * info.el (Info-quoted): New face. 19 * info.el (Info-quoted): New face.
4 (Info-mode-font-lock-keywords): New var. 20 (Info-mode-font-lock-keywords): New var.
5 (Info-mode): Use it. 21 (Info-mode): Use it.