summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-17 17:24:10 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-17 17:24:10 (GMT)
commit0724ad11901b1b93fd79ec948eb4997cbbee73c3 (patch)
treeaa7b913e2ac1c2bf7f3ede6da340a917eff683ee /ChangeLog
parent47bba27f5ae7bcf4ac95ddb2c6e77e22f5625e57 (diff)
downloadtcl-0724ad11901b1b93fd79ec948eb4997cbbee73c3.zip
tcl-0724ad11901b1b93fd79ec948eb4997cbbee73c3.tar.gz
tcl-0724ad11901b1b93fd79ec948eb4997cbbee73c3.tar.bz2
* doc/chan.n: Updated with documentation for the commands 'chan
create' and 'chan postevent' (TIP #219). * doc/refchan.n: New file. Documentation of the command handler API for reflected channels (TIP #219).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c74fe12..71d493b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-17 Andreas Kupries <andreask@activestate.com>
+
+ * doc/chan.n: Updated with documentation for the commands 'chan
+ create' and 'chan postevent' (TIP #219).
+
+ * doc/refchan.n: New file. Documentation of the command handler
+ API for reflected channels (TIP #219).
+
2006-03-17 Joe Mistachkin <joe@mistachkin.com>
* unix/tclUnixPort.h: Include pthread.h prior to pthread_np.h