diff options
Diffstat (limited to 'src/ChangeLog')
| -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 @@ | |||
| 1 | 2003-06-10 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change. | ||
| 4 | Adjust phys_cursor.x to be relative to window box, rather than | ||
| 5 | text area before checking -- to ensure cursor is redrawn when | ||
| 6 | exposing window. | ||
| 7 | Note: This also fixes a similar (older) bug if display margins | ||
| 8 | are present. | ||
| 9 | |||
| 1 | 2003-06-06 Kenichi Handa <handa@m17n.org> | 10 | 2003-06-06 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * coding.c (encoding_buffer_size): If coding->type is | 12 | * coding.c (encoding_buffer_size): If coding->type is |