diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-03-17 17:24:10 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-03-17 17:24:10 (GMT) |
commit | 0724ad11901b1b93fd79ec948eb4997cbbee73c3 (patch) | |
tree | aa7b913e2ac1c2bf7f3ede6da340a917eff683ee /ChangeLog | |
parent | 47bba27f5ae7bcf4ac95ddb2c6e77e22f5625e57 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |