summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-22 22:08:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-22 22:08:15 (GMT)
commit0d3736a83847ccd3059efefa69eec35f005c9faa (patch)
treec157a6a7a0a6ae82bf4b65d209379b2a9110a2ef /ChangeLog
parent231f5f3d5b6c01e9bc38fee95c93db53a52ae90b (diff)
downloadtcl-0d3736a83847ccd3059efefa69eec35f005c9faa.zip
tcl-0d3736a83847ccd3059efefa69eec35f005c9faa.tar.gz
tcl-0d3736a83847ccd3059efefa69eec35f005c9faa.tar.bz2
Add *very* basic test suite for modules, and tighten up the doc style
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14afafb..23040b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-10-22 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * doc/tm.n: Tightened up the documentation.
+ * tests/tm.test: Created (with partially dummy content) so TIP#189
+ can be marked Final.
+
* generic/tclNamesp.c (NsEnsembleImplementationCmd): Make
ensembles cut their implementations out of error traces. This is
the right thing to do more often than not.