Mercurial > emacs
changeset 37947:085486fa1c02
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 30 May 2001 15:30:19 +0000 |
parents | fe4457964ac0 |
children | 3025939a637d |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * 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.