diff options
author | hobbs <hobbs> | 2005-12-05 22:42:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-12-05 22:42:42 (GMT) |
commit | 09472229d86e442aac11ecca84f7757b2888fa9f (patch) | |
tree | b58d3c7b58afaf18a907ef26a269491e627f4553 /ChangeLog | |
parent | 33407c1e1579876e80fc77eb1f8bfa350039435b (diff) | |
download | tk-09472229d86e442aac11ecca84f7757b2888fa9f.zip tk-09472229d86e442aac11ecca84f7757b2888fa9f.tar.gz tk-09472229d86e442aac11ecca84f7757b2888fa9f.tar.bz2 |
* generic/tkOldConfig.c (Tk_ConfigureWidget): fix the handling of
TK_CONFIG_OPTION_SPECIFIED to be flagged appropriately in original
Tk_ConfigSpec. This is *not* thread safe, but will be retained
for 8.4.x and left out of 8.5.x. [Bug 749908]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,12 @@ +2005-12-05 Jeff Hobbs <jeffh@ActiveState.com> + + *** 8.4.12 TAGGED FOR RELEASE *** + + * generic/tkOldConfig.c (Tk_ConfigureWidget): fix the handling of + TK_CONFIG_OPTION_SPECIFIED to be flagged appropriately in original + Tk_ConfigSpec. This is *not* thread safe, but will be retained + for 8.4.x and left out of 8.5.x. [Bug 749908] + 2005-12-05 Reinhard Max <max@tclers.tk> * unix/tkUnixEvent.c (OpenIM): Added a workaround to allow at @@ -7,8 +16,6 @@ 2005-12-04 Daniel Steffen <das@users.sourceforge.net> - *** 8.4.12 TAGGED FOR RELEASE *** - * mac/README: add note that mac classic port is no longer supported. 2005-12-01 Don Porter <dgp@users.sourceforge.net> |