diff options
| author | Kim F. Storm | 2005-10-24 14:59:29 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-10-24 14:59:29 +0000 |
| commit | 94717db170b7d2b77e3a00298147c2459595b999 (patch) | |
| tree | 14df0107770614be20b82b307b5b1412505e9f1d /src/ChangeLog | |
| parent | a6726944415cd027e6811f502618471fc02381d0 (diff) | |
| download | emacs-94717db170b7d2b77e3a00298147c2459595b999.tar.gz emacs-94717db170b7d2b77e3a00298147c2459595b999.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b951de6ba5b..cd2b07d6ac3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2005-10-24 Kim F. Storm <storm@cua.dk> | 1 | 2005-10-24 Kim F. Storm <storm@cua.dk> |
| 2 | 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. | ||
| 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> |