summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-11-13 01:13:54 (GMT)
committerjenglish <jenglish@flightlab.com>2008-11-13 01:13:54 (GMT)
commit2799d07b553d0f692f083a9b42b8145cb47e2b93 (patch)
treeb2bc0a364c64ea799b1bc00c33f0b7eed7b6bec0 /ChangeLog
parenteb78d528032eb6aed4fea23a56198aa78a88adaf (diff)
downloadtk-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fdbcac..85d0405 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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