summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-01-15 17:18:10 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-01-15 17:18:10 (GMT)
commit03ad6bd36f443f0d569dfa9a74f8530358945c61 (patch)
tree3c2c896fb9fe907582ccadf3be17be4cc255dd7f /ChangeLog
parent863b32733a794411040f38374b375285ef08114b (diff)
parent155911ada3db6490e4413302bdc6e435360b2122 (diff)
downloadtk-03ad6bd36f443f0d569dfa9a74f8530358945c61.zip
tk-03ad6bd36f443f0d569dfa9a74f8530358945c61.tar.gz
tk-03ad6bd36f443f0d569dfa9a74f8530358945c61.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. FossilOrigin-Name: dc77a27c545697cdcbb3a896f37d9ec68f0d8760
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd945c6..ef96d68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.