# HG changeset patch # User Gerd Moellmann # Date 971730303 0 # Node ID e8f13be9bd47be0495405f6ff04ca68d148fd5ff # Parent f3169a4f441ebf123bce69fc3a7a91c93d95fe49 *** empty log message *** diff -r f3169a4f441e -r e8f13be9bd47 lispref/ChangeLog --- 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 + + * display.texi (Other Image Types): Add description of :foreground + and :background properties of mono PBM images. + 2000-08-17 Werner LEMBERG * .cvsignore: New file. diff -r f3169a4f441e -r e8f13be9bd47 src/ChangeLog --- 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.