summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-03-10 22:16:35 (GMT)
committerericm <ericm>2000-03-10 22:16:35 (GMT)
commit5ef22bb7e299c0f98f09b43e092cb85925b077b0 (patch)
tree5d8a87ffd7f1733a0d17827aa06c8aa65bb2a579 /ChangeLog
parent7877ebe805f8eb5114cc3780cee591569b79d2d7 (diff)
downloadtk-5ef22bb7e299c0f98f09b43e092cb85925b077b0.zip
tk-5ef22bb7e299c0f98f09b43e092cb85925b077b0.tar.gz
tk-5ef22bb7e299c0f98f09b43e092cb85925b077b0.tar.bz2
* library/menu.tcl: Applied patch from [Bug: 4155]; protects
against grabs on non-viewable windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72e82fe..f65b6c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-03-10 Eric Melski <ericm@scriptics.com>
+
+ * library/menu.tcl: Applied patch from [Bug: 4155]; protects
+ against grabs on non-viewable windows.
+
+2000-03-08 Eric Melski <ericm@scriptics.com>
+
+ * tests/choosedir.test: Modified test 3.1 (-mustexist works) to be
+ more careful about cleaning up its potentially troublesome after
+ events.
+
2000-03-07 Eric Melski <ericm@scriptics.com>
* tests/button.test: