diff options
author | Kim F. Storm <storm@cua.dk> | 2003-06-09 23:01:17 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-06-09 23:01:17 +0000 |
commit | 700e47c2405052a2db23375b7905b615065e245e (patch) | |
tree | 686415e38a59bf257f4f6edb533b1d7fb2d19bc1 /src | |
parent | 79ff129679cb988a7b7bc3ace88ee02184f5d893 (diff) | |
download | emacs-700e47c2405052a2db23375b7905b615065e245e.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 635cf535c95..361877bf7b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2003-06-10 Kim F. Storm <storm@cua.dk> + + * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change. + Adjust phys_cursor.x to be relative to window box, rather than + text area before checking -- to ensure cursor is redrawn when + exposing window. + Note: This also fixes a similar (older) bug if display margins + are present. + 2003-06-06 Kenichi Handa <handa@m17n.org> * coding.c (encoding_buffer_size): If coding->type is |