changeset 42377:91a13656c9c6

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 28 Dec 2001 14:47:47 +0000
parents 0f408d016a15
children 9f96219e833e
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Dec 28 14:47:19 2001 +0000
+++ b/src/ChangeLog	Fri Dec 28 14:47:47 2001 +0000
@@ -1,5 +1,8 @@
 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
 
+	* xterm.c (x_setup_relief_colors): Don't compute an image's
+	background color if it doesn't have a Pixmap.
+	
 	* xterm.c (notice_overwritten_cursor): Don't depend on
 	output_cursor and updated_area.  Compare pixel coordinates with
 	window's cursor pixel coordinates.
@@ -7,7 +10,7 @@
 	notice_overwritten_cursor with new arg list.
 	(show_mouse_face): Fix bug setting a row's mouse_face_p flag
 	unconditionally.
-	
+
 	* xdisp.c (try_scrolling) <PT below scroll margin>: Add the
 	height of the cursor line to the amount to scroll.