summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-11-10 00:58:51 (GMT)
committerhobbs <hobbs>2001-11-10 00:58:51 (GMT)
commitd1b8e1178cde9bd9858bd427a2dcc665ad903152 (patch)
treec9f7b72e38056d27ab878e183527d70a558529f5 /ChangeLog
parentee3ea0d53f192b513fb7274babd79e1357ba7316 (diff)
downloadtk-d1b8e1178cde9bd9858bd427a2dcc665ad903152.zip
tk-d1b8e1178cde9bd9858bd427a2dcc665ad903152.tar.gz
tk-d1b8e1178cde9bd9858bd427a2dcc665ad903152.tar.bz2
* win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call.
* win/rc/tk.rc: * win/rc/wish.rc: * win/rc/wish.exe.manifest: added resources that specify using v6 of the MS Common Controls library when available (WinXP+). This enables use of the themeable widgets (like scrollbars) to be used in Tk. [Patch #478933]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e98a58..87ef0f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2001-11-09 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/configure:
+ * unix/tcl.m4: added -lc to AIX libs, fixed path to ldAix
+
+ * win/configure:
+ * win/tcl.m4:
+ * win/makefile.vc: add comctl32.lib to build libs.
+ * win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call.
+ * win/rc/tk.rc:
+ * win/rc/wish.rc:
+ * win/rc/wish.exe.manifest: added resources that specify using v6
+ of the MS Common Controls library when available (WinXP+). This
+ enables use of the themeable widgets (like scrollbars) to be used
+ in Tk. [Patch #478933]
+
2001-11-09 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure: