summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 7d4500d3d900dfa3e642e40bee6018f858175f09 (plain)
1
2
3
4
5
6
7
1998-11-24    <stanton@GASPODE>

	* unix/tkUnixFont.c (TkpGetNativeFont): On some X servers,
	XQueryLoadFont will always return a font, even if the name is
	meaningless.  This prevents Tk from parsing the font name, so now
	we perform a quick sanity check on the name before letting X have
	it.  [Bug: 846]