aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-30 15:30:19 +0000
committerGerd Moellmann2001-05-30 15:30:19 +0000
commit6f1be3b90ce4cf152f39d8c164deadbd7df2ff6c (patch)
tree63faca51dcd6f860b8d81454de8f9e38027e7439 /src/ChangeLog
parent8bd189fb2ff8a752d65c926959341034de32ff04 (diff)
downloademacs-6f1be3b90ce4cf152f39d8c164deadbd7df2ff6c.tar.gz
emacs-6f1be3b90ce4cf152f39d8c164deadbd7df2ff6c.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
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 @@
12001-05-30 Gerd Moellmann <gerd@gnu.org> 12001-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.