diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a6d056f579d..30db0548172 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-10-14 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise. | ||
| 4 | (handle_one_xevent): Only clear help_echo_string; restore it if | ||
| 5 | note_mouse_movement didn't record any mouse movement. | ||
| 6 | |||
| 7 | * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use. | ||
| 8 | (remember_mouse_glyph): Clear RECT if mouse is over an image glyph. | ||
| 9 | |||
| 10 | * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT. | ||
| 11 | (Fposn_at_x_y): Fix calculation of x coordinate. | ||
| 12 | (Fposn_at_point): Return nil if point is hscrolled out of view. | ||
| 13 | |||
| 1 | 2005-10-13 Andreas Schwab <schwab@suse.de> | 14 | 2005-10-13 Andreas Schwab <schwab@suse.de> |
| 2 | 15 | ||
| 3 | * sysdep.c (request_sigio, unrequest_sigio): Do nothing in | 16 | * sysdep.c (request_sigio, unrequest_sigio): Do nothing in |