diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b97085a2b12..bd32de23137 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,13 @@ | |||
| 1 | 2001-03-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (get_overlay_strings): Set iterator's end_charpos. | ||
| 4 | (set_iterator_to_next): If a string from a display property ends, | ||
| 5 | consider the case that this might also be the end of an | ||
| 6 | overlay string having the display property. | ||
| 7 | |||
| 3 | * xdisp.c (handle_display_prop): Fix recognition of subproperty | 8 | * xdisp.c (handle_display_prop): Fix recognition of subproperty |
| 4 | lists. | 9 | lists. |
| 5 | 10 | ||
| 6 | * xdisp.c (reseat_to_string): Undo last change. | 11 | * xdisp.c (reseat_to_string): Undo last change. |
| 7 | 12 | ||
| 8 | * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current | 13 | * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current |