summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b9cec8..31f104f 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.