summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-01-16 02:52:41 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-01-16 02:52:41 (GMT)
commit6aaa6980c483e43461bd9ebf2ffac2eb9e1bc87a (patch)
tree1f6d17cd162e57991a864e91b8eb358c254eee6c /ChangeLog
parenta195b22742014f1cd69989ef8b78a85d834f58e1 (diff)
downloadtcl-6aaa6980c483e43461bd9ebf2ffac2eb9e1bc87a.zip
tcl-6aaa6980c483e43461bd9ebf2ffac2eb9e1bc87a.tar.gz
tcl-6aaa6980c483e43461bd9ebf2ffac2eb9e1bc87a.tar.bz2
no message
FossilOrigin-Name: 454e3b2da8276a10fcd9e57251656d9223f691f2
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>