diff options
author | hobbs <hobbs> | 2007-12-13 23:08:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-13 23:08:43 (GMT) |
commit | 7fd2d51229f0e0f817966bb438485c2a2067b52a (patch) | |
tree | a9654701576252987e87bb1eb639c5cb16714bc8 /ChangeLog | |
parent | ad22aa264a6389aad9cd820032d1f8cca5832914 (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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] |