comparison lwlib/ChangeLog @ 3397:6aa26bef0527

[xemacs-hg @ 2006-05-12 19:25:28 by stephent] Stop trashing xftFont resources. <87mzdnxd1j.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 12 May 2006 19:25:29 +0000
parents 174eb4da74fb
children a1f50481569f
comparison
equal deleted inserted replaced
3396:af3bfea5c60e 3397:6aa26bef0527
1 2006-05-12 Stephen J. Turnbull <stephen@xemacs.org>
2
3 Make fcFontName and xftFont separate resources.
4
5 * lwlib-fonts.h (XtNfcFontName, XtCFcFontName): New macros.
6 (XtNxftFont, XtCXftFont): Coalesce the conditional definitions.
7
8 * xlwmenuP.h (XlwMenuPart):
9 * xlwtabsP.h (TabsPart):
10 Rename renderFontSpec member to fcFontName.
11
12 * xlwmenu.c (XlwMenuResources):
13 * xlwtabs.c (resources):
14 Add a record for fcFontName.
15
16 * xlwtabs.c (TabsInit): Use the fcFontName resource, not xftFont.
17
18 * xlwtabs.c (DrawTab,TabLayout,TabsGeometryManager): Improve
19 diagnostics.
20
1 2006-04-24 Jerry James <james@xemacs.org> 21 2006-04-24 Jerry James <james@xemacs.org>
2 22
3 * lwlib-Xaw.c (lw_debug_print_class_resources): Casting from a 23 * lwlib-Xaw.c (lw_debug_print_class_resources): Casting from a
4 pointer to an int throws away half of the bits on an x86_64 24 pointer to an int throws away half of the bits on an x86_64
5 platform. Print as a pointer instead. 25 platform. Print as a pointer instead.