]> git.eshelyaron.com Git - emacs.git/commit
Improve mouse dragging of frame edges.
authorMartin Rudalics <rudalics@gmx.at>
Fri, 24 Oct 2014 09:58:43 +0000 (11:58 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 24 Oct 2014 09:58:43 +0000 (11:58 +0200)
commit3110159d1fb6b6071803355951d9ae314095df36
tree461fd18f8295b9cfc9b6ef7bbc64d4929ba814ab
parent9321c9c361d106037831ba6bb43f03db2808422d
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.
lisp/ChangeLog
lisp/mouse.el
src/ChangeLog
src/keyboard.c
src/xdisp.c