diff options
author | jenglish <jenglish@flightlab.com> | 2008-11-13 01:13:54 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-11-13 01:13:54 (GMT) |
commit | 2799d07b553d0f692f083a9b42b8145cb47e2b93 (patch) | |
tree | b2bc0a364c64ea799b1bc00c33f0b7eed7b6bec0 /ChangeLog | |
parent | eb78d528032eb6aed4fea23a56198aa78a88adaf (diff) | |
download | tk-2799d07b553d0f692f083a9b42b8145cb47e2b93.zip tk-2799d07b553d0f692f083a9b42b8145cb47e2b93.tar.gz tk-2799d07b553d0f692f083a9b42b8145cb47e2b93.tar.bz2 |
ttkWidget.c: Reworked widget construction and destruction sequence;
fixes [#2207435] and several other problems discovered during
investigation of same.
ttkButton.c(CheckbuttonInitialize): Account for initializeProc being
called earlier in the construction sequence now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-11-12 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkWidget.c: Reworked widget construction + and destruction sequence; fixes [Bug 2207435] and several + other problems discovered during investigation of same. + * generic/ttk/ttkButton.c(CheckbuttonInitialize): + Account for initializeProc being called earlier in the + construction sequence now. + * tests/ttk/ttk.test: Updated test suite. + 2008-11-12 Pat Thoyts <patthoyts@users.sourceforge.net> * library/text.tcl: bug #1777362 - handle windows with funky names |