summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-07-26 13:32:41 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-07-26 13:32:41 (GMT)
commit6498de133c258ebe49700fc29dad1f694378cd03 (patch)
tree9aff082d62c96d9ee8b973adf3a7795b4c0cb84f /ChangeLog
parent4a1f0034dfc4fb19946e55eb85c55978943d93b7 (diff)
downloadtk-6498de133c258ebe49700fc29dad1f694378cd03.zip
tk-6498de133c258ebe49700fc29dad1f694378cd03.tar.gz
tk-6498de133c258ebe49700fc29dad1f694378cd03.tar.bz2
Conform to testing policy and added a nonwin contraint. [Bug 2024753]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e37b51..c731b5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-07-26 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * tests/constraints.tcl: Add a nonwin contraint.
+ * tests/listbox.test: Conform to testing policy. [Bug 2024753]
+
* win/tkWinWm.c: Check that the parent has been mapped before
* tests/wm.test: calling RemapWindows. [Bug 2009788]