# HG changeset patch # User Gerd Moellmann # Date 991236619 0 # Node ID 085486fa1c0270a8e6b88d4abbc8827b45c41e8d # Parent fe4457964ac00fe2442e4c7d556a4e4397907f7b *** empty log message *** diff -r fe4457964ac0 -r 085486fa1c02 src/ChangeLog --- a/src/ChangeLog Wed May 30 15:29:51 2001 +0000 +++ b/src/ChangeLog Wed May 30 15:30:19 2001 +0000 @@ -1,5 +1,11 @@ 2001-05-30 Gerd Moellmann + * xfns.c (enum image_value_type): New enumerator + IMAGE_STRING_OR_NIL_VALUE. + (parse_image_spec): Handle it. + (xbm_format, pbm_format): Use it for :foreground and :background. + (xbm_load, pbm_load): Check for nil color names. + * xterm.c (note_mouse_highlight): If an overlapping overlay exists, but we find that we highlight the same overlay as before, don't do the highlighting again.