summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-11-17 22:46:12 (GMT)
committerhobbs <hobbs>2004-11-17 22:46:12 (GMT)
commitbe0dcd9c9fe40b3e3b42c40165565551ba19e8b4 (patch)
tree6bd19439bf365e850b74deda0d6bf27537a52c5d /ChangeLog
parentd19c6f6d9fea8ff46384afc9602252e3ecd2d3cd (diff)
downloadtk-be0dcd9c9fe40b3e3b42c40165565551ba19e8b4.zip
tk-be0dcd9c9fe40b3e3b42c40165565551ba19e8b4.tar.gz
tk-be0dcd9c9fe40b3e3b42c40165565551ba19e8b4.tar.bz2
* generic/tkCanvWind.c (ConfigureWinItem): unmap windows
immediately when state hidden is requested. [Bug 982248]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97a8129..a68f22d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-11-17 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkCanvWind.c (ConfigureWinItem): unmap windows
+ immediately when state hidden is requested. [Bug 982248]
+
* generic/tkCanvImg.c (ImageToPostscript): don't try ps generation
of canvas image item without image specified. [Bug 1032300]