changeset 32555:f3169a4f441e

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Oct 2000 21:04:39 +0000
parents 4e889a39d953
children e8f13be9bd47
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 16 21:03:51 2000 +0000
+++ b/src/ChangeLog	Mon Oct 16 21:04:39 2000 +0000
@@ -1,13 +1,13 @@
 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
 
-	* xdisp.c (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
+	* xdisp.c (set_iterator_to_next): Reset box start and end 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.
 
 	* xfns.c (pbm_format): Add :foreground and :background keywords.
 	(PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
-	(xbm_load): Recoghnize foreground and background color
+	(xbm_load): Recognize foreground and background color
 	specifications.
 
 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>