summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-05-07 21:30:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-05-07 21:30:12 (GMT)
commitf1a81f6b8e6a013c45dbaa74b1087d56e2d5153c (patch)
treedd7b51d11eee16cd821acb72cfac47791ff73f3e /ChangeLog
parent3b3fd58326def069be2ac1b8aab26a9d875aa237 (diff)
downloadtcl-f1a81f6b8e6a013c45dbaa74b1087d56e2d5153c.zip
tcl-f1a81f6b8e6a013c45dbaa74b1087d56e2d5153c.tar.gz
tcl-f1a81f6b8e6a013c45dbaa74b1087d56e2d5153c.tar.bz2
Fixed very strange language in the documentation for 'trace add execution'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96154cb..4f13893 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-05-07 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * doc/trace.n: Fixed very strange language in the documentation
+ for 'trace add execution'. [Bug 729821]
+
* generic/tclCmdMZ.c (Tcl_TraceObjCmd): Made error message for
'trace info' more consistent with documentation. [Bug 706961]