summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-01-16 02:52:41 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-01-16 02:52:41 (GMT)
commitadba9fe738d1390234b5d5bbb461df81d094ea7e (patch)
tree1f6d17cd162e57991a864e91b8eb358c254eee6c /ChangeLog
parent06f094e0f0484e7ae97052bec921737dff4cb119 (diff)
downloadtcl-adba9fe738d1390234b5d5bbb461df81d094ea7e.zip
tcl-adba9fe738d1390234b5d5bbb461df81d094ea7e.tar.gz
tcl-adba9fe738d1390234b5d5bbb461df81d094ea7e.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 59e1889..dafe1db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,17 @@
* win/makefile.vc: Removed 'advapi.lib' from $(baselibs).
Added new logic to crank-up the warning levels for both compile
- and link when $(FULLWARNINGS) is set.
+ and link when $(FULLWARNINGS) is set. Some clean-up with how
+ the resource files are built and how -DTCL_USE_STATIC_PACKAGES
+ is sent when compiling the shells.
+
+ * win/tclAppInit.c: Small change in how TCL_USE_STATIC_PACKAGES
+ is used.
+
+ * win/tcl.rc:
+ * win/tclsh.rc: Some clean-up with how the resource files are
+ built. Fixed 'OriginalFilename' problem that still thought
+ a debug suffix was still 'd', now is 'g'.
2004-01-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>