summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-21 22:12:54 (GMT)
committerhobbs <hobbs>2003-07-21 22:12:54 (GMT)
commitb97d67a34a4654e6a0c00df64e11361e4c4d4ca5 (patch)
tree756cd5ea0a0e2845b3acebc6ec1282baf0c92fba /changes
parent8d503268994d3ca23ae633208914c87f2d2f22e3 (diff)
downloadtcl-b97d67a34a4654e6a0c00df64e11361e4c4d4ca5.zip
tcl-b97d67a34a4654e6a0c00df64e11361e4c4d4ca5.tar.gz
tcl-b97d67a34a4654e6a0c00df64e11361e4c4d4ca5.tar.bz2
typo corrections
Diffstat (limited to 'changes')
-rw-r--r--changes8
1 files changed, 4 insertions, 4 deletions
diff --git a/changes b/changes
index 2871d4d..df75e57 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.2 2003/07/21 17:30:46 dgp Exp $
+RCS: @(#) $Id: changes,v 1.79.2.3 2003/07/21 22:12:54 hobbs Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -5852,14 +5852,14 @@ in the 8.4.3 release.
2003-07-11 (bug fix) [pkg_mkIndex] indexes provided packages, not indexed ones.
-2003-07-15 (feature enhancment) MacOSX build system rewrite.
+2003-07-15 (feature enhancement) MacOSX build system rewrite.
2003-07-15 (bug fix)[771613] corrected segfault in [if] (buffer overflow)
2003-07-16 (bug fix)[756791] corrected assumption that Tcl_Free == free
-2003-07-16 (feature enhancment) -DTCL_UTF_MAX=6 compile option forces
-internal UCS-4 representation of Unicode.
+2003-07-16 (feature enhancement) -DTCL_UTF_MAX=6 compile option forces
+internal UCS-4 representation of Unicode (default is recommended UCS-2).
2003-07-16 (bug fix)[767578] 64-bit corrections in thread notifier.