summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 62186a2..9a4bf74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2003-08-27 Don Porter <dgp@users.sourceforge.net>
- * tests/util.test: Added new tests for remaining TclNeedSpace()
- bugs discussed in [Bug 411825].
+ * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in
+ TclNeedSpace() where non-breaking space (\u00A0) and backslash-escaped
+ spaces were handled incorrectly.
+ * tests/util.test: Added new tests util-8.[2-6].
2003-08-06 Jeff Hobbs <jeffh@ActiveState.com>