summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-03 23:12:06 (GMT)
committerhobbs <hobbs>2010-08-03 23:12:06 (GMT)
commit0e850288ea94991aeaa4fdc8c6a208ff41aef956 (patch)
treeb038d9c6b72627109ef4b9ccea0e1520d4060b30 /ChangeLog
parenta0f7db1380a56dcd83cf94bda66ba3d1bec518f5 (diff)
downloadtk-0e850288ea94991aeaa4fdc8c6a208ff41aef956.zip
tk-0e850288ea94991aeaa4fdc8c6a208ff41aef956.tar.gz
tk-0e850288ea94991aeaa4fdc8c6a208ff41aef956.tar.bz2
* library/button.tcl (::tk::CheckEnter): use uplevel set instead
of set :: to work with other var resolvers (itcl). [AS Bug#87409]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6e8f63..315088a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-03 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * library/button.tcl (::tk::CheckEnter): use uplevel set instead
+ of set :: to work with other var resolvers (itcl). [AS Bug#87409]
+
2010-08-03 Don Porter <dgp@users.sourceforge.net>
* changes: Updated for 8.5.9 release.