summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-11-11 00:54:09 (GMT)
committerhobbs <hobbs>2003-11-11 00:54:09 (GMT)
commit74a15ae894b72d7c796f5d4ede4699dda9a7af4a (patch)
treecebed9afa16ca37fe7a8726b9a94c9c1d21b0de2 /ChangeLog
parent4c25e8fdfdfbbc4f3b10f030e43f1f4fe13838d6 (diff)
downloadtk-74a15ae894b72d7c796f5d4ede4699dda9a7af4a.zip
tk-74a15ae894b72d7c796f5d4ede4699dda9a7af4a.tar.gz
tk-74a15ae894b72d7c796f5d4ede4699dda9a7af4a.tar.bz2
* win/configure:
* win/tcl.m4: add necessary ole libs to VC LIBS_GUI line.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e999a19..4262f06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-11-10 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/configure:
+ * win/tcl.m4: add necessary ole libs to VC LIBS_GUI line.
+
* win/tkWinDraw.c (XFillRectangles): correctly handle the
XGCValues.function parameter when filling rectangles.
[Bug #820278] [Patch #820282]