summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-08 06:58:49 (GMT)
committerhobbs <hobbs>2000-04-08 06:58:49 (GMT)
commit8e142fe8489a9d39ab1dab14294ab96e22924c4f (patch)
tree185518f16d2520ab11c5cc1c44a3aec15b07a5df /ChangeLog
parenteb7f9e1b5da5a265d7c9ae88e3c028089c1c6f3a (diff)
downloadtk-8e142fe8489a9d39ab1dab14294ab96e22924c4f.zip
tk-8e142fe8489a9d39ab1dab14294ab96e22924c4f.tar.gz
tk-8e142fe8489a9d39ab1dab14294ab96e22924c4f.tar.bz2
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 659ab82..f1b8d42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,22 @@
2000-04-07 Jeff Hobbs <hobbs@scriptics.com>
+ * 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 <hobbs@scriptics.com>