diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-15 17:18:10 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-15 17:18:10 (GMT) |
commit | 6f1c9dfc24422a4bbfdefc82a9f17a9f8803b4a4 (patch) | |
tree | 3c2c896fb9fe907582ccadf3be17be4cc255dd7f /ChangeLog | |
parent | 5da558155d6a7f4fb3ed0050dd5e2b0672d02214 (diff) | |
parent | 7b4b067a9ed86c42cae861bd5e3f9e605a660e06 (diff) | |
download | tk-6f1c9dfc24422a4bbfdefc82a9f17a9f8803b4a4.zip tk-6f1c9dfc24422a4bbfdefc82a9f17a9f8803b4a4.tar.gz tk-6f1c9dfc24422a4bbfdefc82a9f17a9f8803b4a4.tar.bz2 |
More flexible search for win32 tclConfig.sh, backported from TEA.
Don't use deprecated "case" any more.
Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case.
Disallow Tk 8.6.x to be loaded in any Tcl 8.6 alpha/beta release.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-01-14 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tcl.m4: More flexible search for win32 tclConfig.sh, + * win/configure: backported from TEA. + 2013-01-13 Jan Nijtmans <nijtmans@users.sf.net> * library/tk.tcl: [Bug 3600390]: tk_strictMotif not tested for. |