summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-10 15:22:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-10 15:22:38 (GMT)
commitb4f922cb26030e17d74fc9c79ae05035bc984b53 (patch)
tree741a3b612fc4eea2e8bed0b3b2c34e6b3f7a91b4 /ChangeLog
parent7265e63b582f1b5437c6819f29c4a72531aa3d6a (diff)
downloadtcl-b4f922cb26030e17d74fc9c79ae05035bc984b53.zip
tcl-b4f922cb26030e17d74fc9c79ae05035bc984b53.tar.gz
tcl-b4f922cb26030e17d74fc9c79ae05035bc984b53.tar.bz2
Improve the [chan] documentationmsofer_wcodes_20050611
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93f869e..ecec36a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-10 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/chan.n: Fold in the descriptive parts of the documentation
+ for all the commands that [chan] builds on top of.
+
2005-06-09 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclFCmd.c: fix to race condition in file mkdir [Bug 1217375]