diff options
| author | Gerd Moellmann | 2000-10-16 21:05:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-16 21:05:03 +0000 |
| commit | 483de32b26e18356955f9453a1d992b12fda271d (patch) | |
| tree | 6085cf505abd3b60bc188f8033921ecd565b0936 /src/ChangeLog | |
| parent | 7ccd82bda0517d8ca08f5d84e0b19aae56427fd0 (diff) | |
| download | emacs-483de32b26e18356955f9453a1d992b12fda271d.tar.gz emacs-483de32b26e18356955f9453a1d992b12fda271d.zip | |
(set_iterator_to_next): Reset box start and flags of the
iterator at the beginning, so that they can be set later on, for
instance in reseat_at_next_visible_line_start without being
overwritten.
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 0c85ed03323..a12519a96c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,13 @@ | |||
| 1 | 2000-10-16 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (set_iterator_to_next): Reset box start and end flags of | ||
| 4 | the iterator at the beginning, so that they can be set later on, | ||
| 5 | for instance in reseat_at_next_visible_line_start, without being | ||
| 6 | overwritten. | ||
| 7 | |||
| 3 | * xfns.c (pbm_format): Add :foreground and :background keywords. | 8 | * xfns.c (pbm_format): Add :foreground and :background keywords. |
| 4 | (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators. | 9 | (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators. |
| 5 | (xbm_load): Recoghnize foreground and background color | 10 | (xbm_load): Recognize foreground and background color |
| 6 | specifications. | 11 | specifications. |
| 7 | 12 | ||
| 8 | 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il> | 13 | 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il> |