summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-01-09 18:35:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-01-09 18:35:01 (GMT)
commitf0f7e492d15762d9df958a36ffd2cdf03bdce104 (patch)
tree212fe30d8afb25ada1feeb3f8276d67264540fc2 /ChangeLog
parent773be5c7cba11251f374ffc4e6f22fa0c4723d66 (diff)
downloadtcl-f0f7e492d15762d9df958a36ffd2cdf03bdce104.zip
tcl-f0f7e492d15762d9df958a36ffd2cdf03bdce104.tar.gz
tcl-f0f7e492d15762d9df958a36ffd2cdf03bdce104.tar.bz2
* generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]
* tests/namespace.test: commands were not reported by [info level] [Bug 1400572].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c27184..b373549 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-09 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]
+ * tests/namespace.test: commands were not reported by [info level]
+ [Bug 1400572].
+
2006-01-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* generic/tclTrace.c: Stop exporting the guts of the trace command;