summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2003-12-13 01:52:47 (GMT)
committerdavygrvy <davygrvy>2003-12-13 01:52:47 (GMT)
commitcb90371ddb6c05df773a0efdbb3af7cc9eef7543 (patch)
treecb4a64ee17c21a11b95c744666df600a0d3e8342 /ChangeLog
parent71a469a824e936ea803cec5ef88a8e45f2993fe3 (diff)
downloadtk-cb90371ddb6c05df773a0efdbb3af7cc9eef7543.zip
tk-cb90371ddb6c05df773a0efdbb3af7cc9eef7543.tar.gz
tk-cb90371ddb6c05df773a0efdbb3af7cc9eef7543.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ad9847..248912e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
containerPtr but can't get to the if (containerPtr == NULL) test due
to the unhandled read memory exception for when it really is NULL.
+ * win/tkWinX.c (TkWinXInit): Don't restric InitCommonControlsEx.
+ It's valid on all platforms given IE 3.0+ is installed. As tkWinX.c
+ does set #define _WIN32_IE 0x0300, I guess we can accept IE3 as the
+ lowest denominator and use the version 4.71 features of Comctl32.dll
+
2003-12-10 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/textWind.test: fixed 2 tests so they run on Windows as well