summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 1 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 968057f..23cd2a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,17 +5,12 @@
2013-01-16 Jan Nijtmans <nijtmans@users.sf.net>
- * Makefile.in: Enable win32 build with -DTCL_NO_DEPRECATED, just as
+ * Makefile.in: Allow win32 build with -DTCL_NO_DEPRECATED, just as
* generic/tcl.h: in the UNIX build. Define Tcl_EvalObj and
* generic/tclDecls.h: Tcl_GlobalEvalObj as macros, even when
* generic/tclBasic.c: TCL_NO_DEPRECATED is defined, so Tk can benefit
from it too.
-2013-01-15 Jan Nijtmans <nijtmans@users.sf.net>
-
- * generic/tclPort.h: [Bug 3598300]: unix: tcl.h does not include
- * unix/tclUnixPort.h: sys/stat.h
-
2013-01-14 Jan Nijtmans <nijtmans@users.sf.net>
* win/tcl.m4: More flexible search for win32 tclConfig.sh, backported