comparison src/ChangeLog @ 66395:d47fc05e98ec

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 24 Oct 2005 14:59:29 +0000
parents bfedfa64c50b
children d5fe78c4e051
comparison
equal deleted inserted replaced
66394:931977a9d2d9 66395:d47fc05e98ec
1 2005-10-24 Kim F. Storm <storm@cua.dk> 1 2005-10-24 Kim F. Storm <storm@cua.dk>
2
3 * xterm.c: Undo 2005-10-23 change.
4 (last_mouse_glyph_frame): New var.
5 (note_mouse_movement): Say mouse moved if current frame differs
6 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
7 (XTmouse_position): Set last_mouse_glyph_frame.
8 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
9 last_mouse_glyph] on mouse up/down event.
2 10
3 * editfns.c (Fcompare_buffer_substrings): Fix last change. 11 * editfns.c (Fcompare_buffer_substrings): Fix last change.
4 12
5 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca> 13 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6 14