summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-18 16:12:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-18 16:12:17 (GMT)
commit44599189a7685027323fc4cd33c48918d5716ee0 (patch)
tree669a623378b5e9d5ce87aa79a2d14a85a0e67b38 /ChangeLog
parent9796d2d3945b437083d79e6c8e2333aec0b3f577 (diff)
downloadtk-44599189a7685027323fc4cd33c48918d5716ee0.zip
tk-44599189a7685027323fc4cd33c48918d5716ee0.tar.gz
tk-44599189a7685027323fc4cd33c48918d5716ee0.tar.bz2
* generic/tkStubLib.c: Remove C library calls from Tk_InitStubs()
* win/makefile.vc: so that we don't need the C library linked in to libtkStub.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a478342..8c8acd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-18 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs()
+ * win/makefile.vc: so that we don't need the C library linked
+ in to libtkStub.
+
2007-09-18 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tkImgGIF.c (FileReadGIF, StringReadGIF): Rewrite for greater