summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-25 22:03:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-25 22:03:30 (GMT)
commitcc0d7ee19970bbd25753a4076ed5d0a4b44ff68d (patch)
tree6614df9200f81b3cfa5e989eaa1eec601d55e817 /ChangeLog
parent6855a1fa6afb4654fbdd7614af54edae396a2474 (diff)
downloadtcl-cc0d7ee19970bbd25753a4076ed5d0a4b44ff68d.zip
tcl-cc0d7ee19970bbd25753a4076ed5d0a4b44ff68d.tar.gz
tcl-cc0d7ee19970bbd25753a4076ed5d0a4b44ff68d.tar.bz2
Clarified meaning of pattern arg to [info procs]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61dd902..dbc31f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-10-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * doc/info.n (procs): Clarified that the pattern argument may have
+ namespace separators in it. [Bug 1047928]
+
* tests/cmdAH.test (cmdAH-8.45): Simplify in the hope that the
reasons for [Bug 1053908] will become clearer.