comparison src/ChangeLog @ 2082:16489ca72b3d

[xemacs-hg @ 2004-05-15 07:43:05 by malcolmp] Improvements to the rendering of GTK glyph backgrounds.
author malcolmp
date Sat, 15 May 2004 07:43:09 +0000
parents e8db6a10ad42
children f557693c61de
comparison
equal deleted inserted replaced
2081:e8db6a10ad42 2082:16489ca72b3d
1 2004-05-15 Malcolm Purvis <malcolmp@xemacs.org>
2
3 * glyphs-gtk.c (gtk_xpm_instantiate): Rewrite the XPM data to
4 replace symbolic color entries with the real colors specified in
5 xpm-color-symbols, before passing the XPM to gtk.
6 * glyphs-gtk.h: Use the generic pixmap_image_instance.mask for masks,
7 instead of a GTK specific field, so that it is used in by generic
8 code.
9
1 2004-05-15 Malcolm Purvis <malcolmp@xemacs.org> 10 2004-05-15 Malcolm Purvis <malcolmp@xemacs.org>
2 11
3 * event-gtk.c: 12 * event-gtk.c:
4 * event-gtk.c (gtk_event_to_emacs_event): 13 * event-gtk.c (gtk_event_to_emacs_event):
5 * menubar-gtk.c: 14 * menubar-gtk.c: