diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-15 16:56:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-15 16:56:31 (GMT) |
commit | 043de52c9870236b12bc1231eccf35e61b22558c (patch) | |
tree | 230ae2938c63f2aa5abf5179608344bbe3d77f2a /ChangeLog | |
parent | 2e111650d22e90af7843a8c343a87d136ea8a409 (diff) | |
download | tk-043de52c9870236b12bc1231eccf35e61b22558c.zip tk-043de52c9870236b12bc1231eccf35e61b22558c.tar.gz tk-043de52c9870236b12bc1231eccf35e61b22558c.tar.bz2 |
* Fixes for [Bug 581627].
* generic/tkTest.c: Test commands not supported on non-Unix
platforms should not be defined there in the first place.
* tests/constraints.tcl: Fixed "secureserver" constraint.
* tests/unixWm.test: Some tests needed "unix" constraint.
* win/tkWinWm.c: Typo in error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,13 @@ -2002-07-14 Don Porter <dgp@users.sf.net> +2002-07-15 Don Porter <dgp@users.sf.net> + + * Fixes for [Bug 581627]. + * generic/tkTest.c: Test commands not supported on non-Unix + platforms should not be defined there in the first place. + * tests/constraints.tcl: Fixed "secureserver" constraint. + * tests/unixWm.test: Some tests needed "unix" constraint. + * win/tkWinWm.c: Typo in error message. +2002-07-14 Don Porter <dgp@users.sf.net> * tests/event.test: Fixes to enable testing of only userInteraction * tests/visual_bb.test: tests. |