summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-01-08 17:00:58 (GMT)
committerjenglish <jenglish@flightlab.com>2008-01-08 17:00:58 (GMT)
commitc8cff43e0b2a79506e611afbfc488523b92e5ce7 (patch)
tree11d67cbd1d8fcc6b059793b408379212dc54f67d /ChangeLog
parentb307cb6d49433f8b1dcc322559b94c2e1de93bb4 (diff)
downloadtk-c8cff43e0b2a79506e611afbfc488523b92e5ce7.zip
tk-c8cff43e0b2a79506e611afbfc488523b92e5ce7.tar.gz
tk-c8cff43e0b2a79506e611afbfc488523b92e5ce7.tar.bz2
Add tristate support to checkbuttons and radiobuttons [Bug 1865898].
Fix check and radio indicator size [Bug 1679067].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84531e6..c900eaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-08 Joe English <jenglish@users.sourceforge.net>
+
+ * win/ttkWinTheme.c: Add tristate support to checkbuttons
+ and radiobuttons [Bug 1865898]. Fix check and radio indicator
+ size [Bug 1679067].
+
2008-01-06 Joe English <jenglish@users.sourceforge.net>
* generic/ttk/ttkWidget.c, generic/ttk/ttkWidget.h: