summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-15 21:14:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-15 21:14:28 (GMT)
commit2137f75a0e2bd2dba76b4b82a50d26eea8b2b1d1 (patch)
tree9aff32399cb7d802f6085a28a3175e741bfdc985 /ChangeLog
parent3bef8b50f37c4ecdbd789f4a6e7a9fcd2a078ef3 (diff)
downloadtcl-2137f75a0e2bd2dba76b4b82a50d26eea8b2b1d1.zip
tcl-2137f75a0e2bd2dba76b4b82a50d26eea8b2b1d1.tar.gz
tcl-2137f75a0e2bd2dba76b4b82a50d26eea8b2b1d1.tar.bz2
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2903d8e..b4e173c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-15 Don Porter <dgp@users.sourceforge.net>
+
+ * 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-12 Don Porter <dgp@users.sourceforge.net>
* library/init.tcl: Made [unknown] robust in the case that