summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-12-09 16:21:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-12-09 16:21:27 (GMT)
commit56209988fa757db620d229b6e60c958a9f8e2d96 (patch)
tree90ea7a8f8f421c7c56ca4a53db444e7f38cda936 /ChangeLog
parent7c37a4f3fb931cd2e42b8b0e17d28365317a248d (diff)
downloadtcl-56209988fa757db620d229b6e60c958a9f8e2d96.zip
tcl-56209988fa757db620d229b6e60c958a9f8e2d96.tar.gz
tcl-56209988fa757db620d229b6e60c958a9f8e2d96.tar.bz2
Provide an internal API for manipulating ensembles.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e74435..a8a81dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-12-09 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclNamesp.c (TclMakeEnsembleCmd, TclSetEnsemble*)
+ (TclSetEnsemble*, TclFindEnsemble): Build an internal API for
+ creating and manipulating ensembles; they can be deleted using the
+ normal command-deletion API.
+
* doc/Async.3: Reword for better grammar, better nroff and get the
flag name right. (Reported by David Welton.)