summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 77c232961b819c15af70dea0db195d396b8c20fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
1998-12-30    <stanton@GASPODE>

	* generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancel
	pending idle handlers, resulting in a crash in a few odd cases.

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]