aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-10-24 11:58:43 +0200
committerMartin Rudalics2014-10-24 11:58:43 +0200
commit3110159d1fb6b6071803355951d9ae314095df36 (patch)
tree461fd18f8295b9cfc9b6ef7bbc64d4929ba814ab /src/ChangeLog
parent9321c9c361d106037831ba6bb43f03db2808422d (diff)
downloademacs-3110159d1fb6b6071803355951d9ae314095df36.tar.gz
emacs-3110159d1fb6b6071803355951d9ae314095df36.zip
Improve mouse dragging of frame edges.
* keyboard.c (make_lispy_position): Return coordinates also when on scroll bars, fringes, margins or not in a window. * xdisp.c (show_mouse_face): Don't change cursor face during mouse tracking. * mouse.el (mouse-drag-line): Don't use mouse-pixel-position. Calculate increment from last position instead of window edge. Add right- and bottom-divider bindings to transient map.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ffc9b0c7147..45c559ba2c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-10-24 Martin Rudalics <rudalics@gmx.at>
2
3 * keyboard.c (make_lispy_position): Return coordinates also when
4 on scroll bars, fringes, margins or not in a window.
5 * xdisp.c (show_mouse_face): Don't change cursor face during
6 mouse tracking.
7
12014-10-23 Martin Rudalics <rudalics@gmx.at> 82014-10-23 Martin Rudalics <rudalics@gmx.at>
2 9
3 * frame.c (Fset_frame_height, Fset_frame_width, Fset_frame_size) 10 * frame.c (Fset_frame_height, Fset_frame_width, Fset_frame_size)