summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-03-15 14:36:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-03-15 14:36:32 (GMT)
commit90cecf4cb456a5a3e2f06ec313d9e7f649d3d7d2 (patch)
treea420e978652bba97d00b65890255f15c7e78358b /ChangeLog
parent6471990d5f03984456c2ec12a87d1d351d780a04 (diff)
downloadtcl-90cecf4cb456a5a3e2f06ec313d9e7f649d3d7d2.zip
tcl-90cecf4cb456a5a3e2f06ec313d9e7f649d3d7d2.tar.gz
tcl-90cecf4cb456a5a3e2f06ec313d9e7f649d3d7d2.tar.bz2
Error behaviour of [unset] was changed to agree with documentation, so
must change associated test as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04ffa20..fca5e37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-15 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tests/set-old.test (set-old-7.2): Changed error behaviour of
+ [unset] to agree with documentation, so must change test as well.
+
2001-03-14 Don Porter <dgp@users.sourceforge.net>
* library/package.tcl (pkg_mkIndex): Added patch from Vince
Darley to make [pkg_mkIndex -verbose] even more verbose.