diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 95c16b8b4b4..0d74afca197 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2004-11-21 Kim F. Storm <storm@cua.dk> | 1 | 2004-11-21 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA. | ||
| 4 | |||
| 5 | * xterm.c (x_clip_to_row): Add area arg. Callers changed. | ||
| 6 | (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA. | ||
| 7 | |||
| 8 | * w32term.c (w32_clip_to_row): Add area arg. Callers changed. | ||
| 9 | (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA. | ||
| 10 | |||
| 11 | * macterm.c (x_clip_to_row): Add area arg. Callers changed. | ||
| 12 | (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA. | ||
| 13 | |||
| 3 | * xdisp.c (move_it_in_display_line_to, display_line): Restore | 14 | * xdisp.c (move_it_in_display_line_to, display_line): Restore |
| 4 | saved_face_id if overflow-newline-into-fringe is enabled and line | 15 | saved_face_id if overflow-newline-into-fringe is enabled and line |
| 5 | is continued before or in middle of element from display vector. | 16 | is continued before or in middle of element from display vector. |