summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-12 23:39:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-12 23:39:40 (GMT)
commitdaf85fdee99c9921210b2c09e19c0c81f772e232 (patch)
tree2510b3bf2bc0c9b5c4be4b80b525f699e24762f7 /ChangeLog
parent95ae9fc660dff014a55d6a22e13f0914f7492e68 (diff)
downloadtcl-daf85fdee99c9921210b2c09e19c0c81f772e232.zip
tcl-daf85fdee99c9921210b2c09e19c0c81f772e232.tar.gz
tcl-daf85fdee99c9921210b2c09e19c0c81f772e232.tar.bz2
Use correct bug number :-}
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cdf627e..4c17f79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2005-11-12 Donal K. Fellows <dkf@users.sf.net>
* generic/tclNamesp.c (Tcl_FindCommand): Do not find commands in dead
- namespaces on the path. Partial fix for [Bug 1355342].
+ namespaces on the path. Partial fix for [Bug 1354540].
2005-11-11 Don Porter <dgp@users.sourceforge.net>