diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-07 21:30:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-07 21:30:12 (GMT) |
commit | f1a81f6b8e6a013c45dbaa74b1087d56e2d5153c (patch) | |
tree | dd7b51d11eee16cd821acb72cfac47791ff73f3e /ChangeLog | |
parent | 3b3fd58326def069be2ac1b8aab26a9d875aa237 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |