changeset 32556:e8f13be9bd47

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Oct 2000 21:05:03 +0000
parents f3169a4f441e
children cd84bd4a3411
files lispref/ChangeLog src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Mon Oct 16 21:04:39 2000 +0000
+++ b/lispref/ChangeLog	Mon Oct 16 21:05:03 2000 +0000
@@ -1,3 +1,8 @@
+2000-10-16  Gerd Moellmann  <gerd@gnu.org>
+
+	* display.texi (Other Image Types): Add description of :foreground
+	and :background properties of mono PBM images.
+
 2000-08-17  Werner LEMBERG  <wl@gnu.org>
 
 	* .cvsignore: New file.
--- a/src/ChangeLog	Mon Oct 16 21:04:39 2000 +0000
+++ b/src/ChangeLog	Mon Oct 16 21:05:03 2000 +0000
@@ -2,7 +2,7 @@
 
 	* 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
+	for instance in reseat_at_next_visible_line_start, without being
 	overwritten.
 
 	* xfns.c (pbm_format): Add :foreground and :background keywords.