summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-29 08:19:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-29 08:19:47 (GMT)
commit883a79a9d4ece9f76dbbcd5a9b7e8c6e5bd43b57 (patch)
treee3ea31ba18eb44f2434272cab18a17e5c8d339ce /ChangeLog
parent28e0461696908d8627af917607355d087a422c3d (diff)
downloadtcl-883a79a9d4ece9f76dbbcd5a9b7e8c6e5bd43b57.zip
tcl-883a79a9d4ece9f76dbbcd5a9b7e8c6e5bd43b57.tar.gz
tcl-883a79a9d4ece9f76dbbcd5a9b7e8c6e5bd43b57.tar.bz2
Implement TIP 318.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6b346e..e3c731c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-29 Donal K. Fellows <dkf@users.sf.net>
+
+ TIP #318 IMPLEMENTATION
+
+ * generic/tclCmdMZ.c (StringTrimCmd,StringTrimLCmd,StringTrimRCmd):
+ Update the default set of trimmed characters to include some from
+ the larger UNICODE space. Factor out the default trim set into a
+ macro so that it is easier to keep them in synch.
+
2008-09-28 Donal K. Fellows <dkf@users.sf.net>
TIP #314 IMPLEMENTATION