1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00
emacs/doc
Eli Zaretskii edd09381c6 Don't block changes in mouse pointer inside 'track-mouse'
* etc/NEWS:
* doc/lispref/frames.texi (Mouse Tracking): Document the special
effect of setting 'track-mouse' to 'dragging'.

* lisp/textmodes/artist.el (artist-mouse-draw-continously):
* lisp/ruler-mode.el (ruler-mode-mouse-drag-any-column-iteration):
* lisp/mouse-drag.el (mouse-drag-throw):
* lisp/mouse.el (mouse-drag-line): Set 'track-mouse' to 'dragging'
to avoid changes in the shape of the mouse pointer.

* src/xdisp.c (define_frame_cursor1): Don't change the mouse
pointer shape when do_mouse_tracking has the value of 'dragging',
not just any non-nil value.  (Bug#20934)
(syms_of_xdisp): DEFSYM 'dragging'.
2015-06-30 18:59:21 +03:00
..
emacs Add cross references. 2015-06-30 16:02:56 +08:00
lispintro * doc/lispintro/emacs-lisp-intro.texi (Data types): 2015-06-25 10:23:03 +08:00
lispref Don't block changes in mouse pointer inside 'track-mouse' 2015-06-30 18:59:21 +03:00
man Fix tagging of class members in C-like OO languages 2015-05-25 18:02:21 +03:00
misc Sync with Tramp 2.2.12 2015-06-28 20:51:54 +02:00