diff options
| author | Gerd Moellmann | 2000-06-06 20:03:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-06 20:03:57 +0000 |
| commit | 666852af779a33301b352898195df9b472143ce5 (patch) | |
| tree | de976ae7293902ec999bad576875fced71af140f /src/ChangeLog | |
| parent | 91004049759c848b217a947f5043983bbc25f791 (diff) | |
| download | emacs-666852af779a33301b352898195df9b472143ce5.tar.gz emacs-666852af779a33301b352898195df9b472143ce5.zip | |
(struct it): Add starts_in_middle_of_char_p.
(struct glyph_row): Add starts_in_middle_of_char_p and
ends_in_middle_of_char_p.
(MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's
ends_in_middle_of_char_p flag.
(MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 654c9f221b8..51d4b7d1ee5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2000-06-06 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-06-06 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (display_line): Set row's and iterator's | ||
| 4 | starts_in_middle_of_char_p and ends_in_middle_of_char_p flags. | ||
| 5 | Set cursor even if row ends in the middle of a character. | ||
| 6 | (dump_glyph_row): Print values of new flags. | ||
| 7 | (redisplay_window) <cursor movement in unchanged window>: When | ||
| 8 | point has been moved forward, and PT is at the end of the cursor | ||
| 9 | row, don't place the cursor in the next row if the cursor row ends | ||
| 10 | in the middle of a character or at ZV. | ||
| 11 | |||
| 12 | * dispextern.h (struct it): Add starts_in_middle_of_char_p. | ||
| 13 | (struct glyph_row): Add starts_in_middle_of_char_p and | ||
| 14 | ends_in_middle_of_char_p. | ||
| 15 | (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's | ||
| 16 | ends_in_middle_of_char_p flag. | ||
| 17 | (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise. | ||
| 18 | |||
| 3 | * term.c (append_glyph): Revert change of 2000-06-06. | 19 | * term.c (append_glyph): Revert change of 2000-06-06. |
| 4 | 20 | ||
| 5 | * xdisp.c (display_line): Revert change of 2000-06-06. Treat | 21 | * xdisp.c (display_line): Revert change of 2000-06-06. Treat |