summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2004-10-27 00:56:33 (GMT)
committerdavygrvy <davygrvy>2004-10-27 00:56:33 (GMT)
commitf068b3c8aa0a0bfed87b981e99a3b096aed995d5 (patch)
tree7584c0c682e4e97811f0996861722c6ad9401f04 /ChangeLog
parent8827901209d887d86a5625b7f71bcc5831110cf1 (diff)
downloadtk-f068b3c8aa0a0bfed87b981e99a3b096aed995d5.zip
tk-f068b3c8aa0a0bfed87b981e99a3b096aed995d5.tar.gz
tk-f068b3c8aa0a0bfed87b981e99a3b096aed995d5.tar.bz2
* win/tkWinX.c: Signature for tkWinXCleanup needed to be
* generic/tkInt.decls: changed so it matches the Tcl_ExitProc * generic/tkIntPlatDecls.h: typedef to avoid a bad-style cast. * win/makefile.vc: Force TCL_LIBRARY envar when calling tclsh
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d680c4..68994e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-26 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tkWinX.c: Signature for tkWinXCleanup needed to be
+ * generic/tkInt.decls: changed so it matches the Tcl_ExitProc
+ * generic/tkIntPlatDecls.h: typedef to avoid a bad-style cast.
+
+ * win/makefile.vc: Force TCL_LIBRARY envar when calling tclsh
+
2004-10-26 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax error