]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 24 Oct 2005 14:59:29 +0000 (14:59 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 24 Oct 2005 14:59:29 +0000 (14:59 +0000)
src/ChangeLog

index b951de6ba5b52719c66b71871626ad03ca746ce0..cd2b07d6ac3bb44aeecc633f094f3298a18bb4ac 100644 (file)
@@ -1,5 +1,13 @@
 2005-10-24  Kim F. Storm  <storm@cua.dk>
 
+       * xterm.c: Undo 2005-10-23 change.
+       (last_mouse_glyph_frame): New var.
+       (note_mouse_movement): Say mouse moved if current frame differs
+       from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
+       (XTmouse_position): Set last_mouse_glyph_frame.
+       (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
+       last_mouse_glyph] on mouse up/down event.
+
        * editfns.c (Fcompare_buffer_substrings): Fix last change.
 
 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>