diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 26ee254877a..86932ba4e9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2001-05-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (enum image_value_type): New enumerator | ||
| 4 | IMAGE_STRING_OR_NIL_VALUE. | ||
| 5 | (parse_image_spec): Handle it. | ||
| 6 | (xbm_format, pbm_format): Use it for :foreground and :background. | ||
| 7 | (xbm_load, pbm_load): Check for nil color names. | ||
| 8 | |||
| 3 | * xterm.c (note_mouse_highlight): If an overlapping overlay | 9 | * xterm.c (note_mouse_highlight): If an overlapping overlay |
| 4 | exists, but we find that we highlight the same overlay as before, | 10 | exists, but we find that we highlight the same overlay as before, |
| 5 | don't do the highlighting again. | 11 | don't do the highlighting again. |