From 8e142fe8489a9d39ab1dab14294ab96e22924c4f Mon Sep 17 00:00:00 2001 From: hobbs Date: Sat, 8 Apr 2000 06:58:49 +0000 Subject: * generic/tkGrid.c (InitMasterData): fixed uninit'd data in GridMaster struct [Bug: 4387] * library/safetk.tcl (disallowTk): made disallowTk work in the simple case. * library/comdlg.tcl (tkFocusGroup_In): fixed key navigation problems in dialogs under CDE [Bug: 2960] * tests/winDialog.test: removed knownBug constraint from 5.16 * win/tkWinFont.c (GetScreenFont): corrected adjustment against LC_FACESIZE limitation for NT [Bug: 4931] * win/makefile.vc (TKTEST_OBJS): * win/Makefile.in (TKTEST_OBJS): moved tkWinTest.c from normal objs to TKTEST_OBJS where it belonged. --- ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 659ab82..f1b8d42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,22 @@ 2000-04-07 Jeff Hobbs + * generic/tkGrid.c (InitMasterData): fixed uninit'd data in + GridMaster struct [Bug: 4387] + + * library/safetk.tcl (disallowTk): made disallowTk work in the + simple case. + + * library/comdlg.tcl (tkFocusGroup_In): fixed key navigation + problems in dialogs under CDE [Bug: 2960] + + * tests/winDialog.test: removed knownBug constraint from 5.16 + * win/tkWinFont.c (GetScreenFont): corrected adjustment against - LC_FACESIZE limitation for NT. [Bug: 4931] + LC_FACESIZE limitation for NT [Bug: 4931] + + * win/makefile.vc (TKTEST_OBJS): + * win/Makefile.in (TKTEST_OBJS): moved tkWinTest.c from normal + objs to TKTEST_OBJS where it belonged. 2000-04-03 Jeff Hobbs -- cgit v0.12