summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-12-13 23:08:43 (GMT)
committerhobbs <hobbs>2007-12-13 23:08:43 (GMT)
commit7fd2d51229f0e0f817966bb438485c2a2067b52a (patch)
treea9654701576252987e87bb1eb639c5cb16714bc8 /ChangeLog
parentad22aa264a6389aad9cd820032d1f8cca5832914 (diff)
downloadtk-7fd2d51229f0e0f817966bb438485c2a2067b52a.zip
tk-7fd2d51229f0e0f817966bb438485c2a2067b52a.tar.gz
tk-7fd2d51229f0e0f817966bb438485c2a2067b52a.tar.bz2
* generic/tkMenubutton.c (ConfigureMenuButton): trace the
-textvariable even if an image exists as it may use -compound.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d717c98..2dc2eba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2007-12-12 Jeff Hobbs <jeffh@ActiveState.com>
+2007-12-13 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.5.0 TAGGED FOR RELEASE ***
+ * generic/tkMenubutton.c (ConfigureMenuButton): trace the
+ -textvariable even if an image exists as it may use -compound.
+
+2007-12-12 Jeff Hobbs <jeffh@ActiveState.com>
+
* generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag):
* tests/text.test (text-25.10.1,25.11.[12]):
Don't require [update idle] to trigger Modified event [Bug 1809538]