summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 16 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c70b72..46a7198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+2005-05-31 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/configure.in, unix/tcl.m4: Standardize generation of help
+ messages to always use AC_HELP_STRING and always (except for
+ --with-tcl and --with-tk, where the default is complex) say what
+ the default is.
+
2005-05-31 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
- * unix/tclUnixNotfy.c: the notifier thread is now created as
- joinable thread and it is properly joined in Tcl_FinalizeNotifier.
- This is an attempt to fix the Tcl Bug #1082283.
+ * unix/tclUnixNotfy.c: the notifier thread is now created as
+ joinable thread and it is properly joined in Tcl_FinalizeNotifier.
+ This is an attempt to fix the Tcl Bug #1082283.
2005-05-30 Zoran Vasiljevic <vasiljevic@users.sf.net>
@@ -53,8 +60,8 @@
2005-05-24 Daniel Steffen <das@users.sourceforge.net>
- * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars
- that need to be handled specially.
+ * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars
+ that need to be handled specially.
* macosx/Makefile:
* macosx/README:
@@ -87,10 +94,10 @@
2005-05-20 Don Porter <dgp@users.sourceforge.net>
- * generic/tclParseExpr.c: Corrected parser to recognize all
- boolean literals accepted by Tcl_GetBoolean, including prefixes
- like "y" and "f", and to allow "eq" and "ne" as function names
- in the proper context. [Bug 1201589].
+ * generic/tclParseExpr.c: Corrected parser to recognize all
+ boolean literals accepted by Tcl_GetBoolean, including prefixes
+ like "y" and "f", and to allow "eq" and "ne" as function names
+ in the proper context. [Bug 1201589].
2005-05-19 Donal K. Fellows <dkf@users.sf.net>