diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-11-15 Don Porter <dgp@users.sourceforge.net> + + * generic/tclInt.h: Added comment warning that the old + ERR_IN_PROGRESS and ERROR_CODE_SET flag values should not be re-used + for the sake of those extensions that have accessed them. + + * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed + * tests/trace.test (trace-33.1): to permit a variable trace + created with [trace variable] to be destroyed with [trace remove]. + Thanks to Keith Vetter for the report. + 2004-11-15 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/tclvars.n: Added section to documentation on global |