diff src/ChangeLog @ 869:a07667553efc

[xemacs-hg @ 2002-06-07 13:34:48 by wmperry] Fix problem with uninitialized Pixel values in the toolbar structures.
author wmperry
date Fri, 07 Jun 2002 13:34:50 +0000
parents 48eed784e93a
children 79c6ff3eef26
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jun 05 12:01:11 2002 +0000
+++ b/src/ChangeLog	Fri Jun 07 13:34:50 2002 +0000
@@ -1,3 +1,17 @@
+2002-06-07  William M. Perry  <wmperry@gnu.org>
+
+	* frame-x.c (init_x_prop_symbols): Don't attempt to expose the
+	toolbar pixels from the EmacsFrame widget, they no longer exist.
+	(x_frame_properties): Ditto.
+	(x_internal_frame_property_p): Don't check them for internal-ness
+	either.
+
+	* EmacsFrame.c: Removed references to the resources for toolbar
+	colors.  These are now controlled completely by the 'toolbar'
+	face.
+
+	* EmacsFrameP.h: Removed obsolete toolbar pixel slots.
+
 2002-06-05  Ben Wing  <ben@xemacs.org>
 
 	* README.integral-types: Removed.