diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-30 21:59:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-30 21:59:23 (GMT) |
commit | d98f0cac79d0a65f02b4e5e0ddd2ed14162b4107 (patch) | |
tree | 0a397c16e048702b8ea23e7ed476f4ba0b6b6f52 /ChangeLog | |
parent | 4d937a98950f548bd24d312258fd069a0c063041 (diff) | |
download | tcl-d98f0cac79d0a65f02b4e5e0ddd2ed14162b4107.zip tcl-d98f0cac79d0a65f02b4e5e0ddd2ed14162b4107.tar.gz tcl-d98f0cac79d0a65f02b4e5e0ddd2ed14162b4107.tar.bz2 |
Whitespace police.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -36,10 +36,10 @@ 2003-08-27 Don Porter <dgp@users.sourceforge.net> - * 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]. + * 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-26 David Gravereaux <davygrvy@pobox.com> |