summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-04-22 05:46:15 (GMT)
committerhobbs <hobbs>2007-04-22 05:46:15 (GMT)
commita28ce4ab55e3d753a6ffb4375e6010fc2dfdd763 (patch)
treed538b41149faa4d22513c51eadf758442ebd028b /ChangeLog
parent952b64858571bcdda08403a25f573f8db387f6e8 (diff)
downloadtcl-a28ce4ab55e3d753a6ffb4375e6010fc2dfdd763.zip
tcl-a28ce4ab55e3d753a6ffb4375e6010fc2dfdd763.tar.gz
tcl-a28ce4ab55e3d753a6ffb4375e6010fc2dfdd763.tar.bz2
updated for 8.5a6 changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33fd297..d0c1f29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-21 Jeff Hobbs <jeffh@ActiveState.com>
+
+ *** 8.5a6 TAGGED FOR RELEASE ***
+
2007-04-20 Miguel Sofer <msofer@users.sf.net>
* generic/tclListObj.c (SetListFromAny): avoid discarding internal
@@ -1132,7 +1136,7 @@
* generic/tclMathOp.c (new file): Completed the implementation of the
interpreted versions of all the tcl::mathop commands. Moved to a new
- file to make tclCompCmds.c more focussed in purpose.
+ file to make tclCompCmds.c more focused in purpose.
2006-11-23 Donal K. Fellows <dkf@users.sf.net>