diff options
| author | Kim F. Storm | 2003-06-09 23:01:17 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-06-09 23:01:17 +0000 |
| commit | 700e47c2405052a2db23375b7905b615065e245e (patch) | |
| tree | 686415e38a59bf257f4f6edb533b1d7fb2d19bc1 /src | |
| parent | 79ff129679cb988a7b7bc3ace88ee02184f5d893 (diff) | |
| download | emacs-700e47c2405052a2db23375b7905b615065e245e.tar.gz emacs-700e47c2405052a2db23375b7905b615065e245e.zip | |
*** 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 @@ | |||
| 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 |