summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-11-03 14:36:20 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-11-03 14:36:20 (GMT)
commit493b92ef205df6d05b0b5c478934f4f49ca261c9 (patch)
tree0a5d101004b4fd7b5aec1baf1539e033bd43cafa /ChangeLog
parentcd474b4ece2ad8856cb4ee6069a1ab529d9c5e9f (diff)
downloadtk-493b92ef205df6d05b0b5c478934f4f49ca261c9.zip
tk-493b92ef205df6d05b0b5c478934f4f49ca261c9.tar.gz
tk-493b92ef205df6d05b0b5c478934f4f49ca261c9.tar.bz2
Fixed an embedding test that became broken during the test upgrade. Killing a contained window should not destroy the container.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 814e269..847dbd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2008-11-03 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * tests/winfo.test: fixed embedding test broken during upgrade
* tests/busy.test: default wait cursor on windows is 'wait'
* win/tkWinFont.c: const fixes for the windows code.