summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-04-26 14:38:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-04-26 14:38:07 (GMT)
commit61852c42e80484c6c7460fdcc4497a108510088e (patch)
tree724bbf6479e263babdeea4e392cbb302f68a0d26 /ChangeLog
parentd689d3ec300097edb4ba5cc9999d57a1adb7b35a (diff)
downloadtcl-61852c42e80484c6c7460fdcc4497a108510088e.zip
tcl-61852c42e80484c6c7460fdcc4497a108510088e.tar.gz
tcl-61852c42e80484c6c7460fdcc4497a108510088e.tar.bz2
Doc updates from David Welton [Patches 941377,941380]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c07ffdd..e7a98a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-04-26 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * doc/open.n, doc/close.n: Updated (thanks to David Welton) to be
+ clearer about pipeline errors and added example to open(n) that shows
+ simple pipeline use. [Patches 941377,941380]
+
* doc/DictObj.3: Added warning about the use of Tcl_DictObjDone and an
example of use of iteration. [Bug 940843]