summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-05-31 05:05:34 (GMT)
committerhobbs <hobbs>2005-05-31 05:05:34 (GMT)
commit953aa290e058aea0a6289ac56b5be357466d470c (patch)
tree3a27400d381b335eaf91f925d22619b31f2b9b98 /ChangeLog
parent38a21869ce61c480372f9a86ac3eaf5b27c3d38c (diff)
downloadtk-953aa290e058aea0a6289ac56b5be357466d470c.zip
tk-953aa290e058aea0a6289ac56b5be357466d470c.tar.gz
tk-953aa290e058aea0a6289ac56b5be357466d470c.tar.bz2
* generic/tkMenu.c (MenuCmd): create event handler earlier to
ensure proper destruction of menu through DestroyNotify. [Bug 1159367]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33db3f5..63db469 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-05-30 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkMenu.c (MenuCmd): create event handler earlier to
+ ensure proper destruction of menu through DestroyNotify.
+ [Bug 1159367]
+
* library/console.tcl (::tk::ConsoleInit): print out first prompt
and swallow the extra "% " that comes once from Tcl on Windows.