From: Kim F. Storm Date: Mon, 24 Oct 2005 14:59:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94717db170b7d2b77e3a00298147c2459595b999;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index b951de6ba5b..cd2b07d6ac3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2005-10-24 Kim F. Storm + * 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