Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
868:48eed784e93a | 869:a07667553efc |
---|---|
1 2002-06-07 William M. Perry <wmperry@gnu.org> | |
2 | |
3 * frame-x.c (init_x_prop_symbols): Don't attempt to expose the | |
4 toolbar pixels from the EmacsFrame widget, they no longer exist. | |
5 (x_frame_properties): Ditto. | |
6 (x_internal_frame_property_p): Don't check them for internal-ness | |
7 either. | |
8 | |
9 * EmacsFrame.c: Removed references to the resources for toolbar | |
10 colors. These are now controlled completely by the 'toolbar' | |
11 face. | |
12 | |
13 * EmacsFrameP.h: Removed obsolete toolbar pixel slots. | |
14 | |
1 2002-06-05 Ben Wing <ben@xemacs.org> | 15 2002-06-05 Ben Wing <ben@xemacs.org> |
2 | 16 |
3 * README.integral-types: Removed. | 17 * README.integral-types: Removed. |
4 * README.global-renaming: Added. | 18 * README.global-renaming: Added. |
5 | 19 |