summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-10-12 14:14:53 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-10-12 14:14:53 (GMT)
commitc2d66a489db4404a14f95e330f3a3cbdd5309053 (patch)
treebfdf06a29c93308f871ba376c1939872baa0a594 /ChangeLog
parent18f54d77cde108f63f96c93cee5b8171d9d9fc1f (diff)
downloadtk-c2d66a489db4404a14f95e330f3a3cbdd5309053.zip
tk-c2d66a489db4404a14f95e330f3a3cbdd5309053.tar.gz
tk-c2d66a489db4404a14f95e330f3a3cbdd5309053.tar.bz2
Mine all version information from headers. Sync tcl and tk and bring
extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7b68cb..1692572 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-12 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * win/makefile.vc: Mine all version information from headers.
+ * win/rules.vc: Sync tcl and tk and bring extension versions
+ * win/nmakehlp.c: closer together. Try and avoid using tclsh
+ to do substitutions as we may cross compile.
+
* library/console.tcl: Use TkFixedFont and ttk widgets
2007-10-12 Daniel Steffen <das@users.sourceforge.net>