diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-12 14:14:53 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-12 14:14:53 (GMT) |
commit | c2d66a489db4404a14f95e330f3a3cbdd5309053 (patch) | |
tree | bfdf06a29c93308f871ba376c1939872baa0a594 /ChangeLog | |
parent | 18f54d77cde108f63f96c93cee5b8171d9d9fc1f (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |