changeset 66395:d47fc05e98ec

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 24 Oct 2005 14:59:29 +0000
parents 931977a9d2d9
children afc5a296f79d
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 24 12:40:57 2005 +0000
+++ b/src/ChangeLog	Mon Oct 24 14:59:29 2005 +0000
@@ -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>