summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2004-06-17 21:44:13 (GMT)
committerdgp@users.sourceforge.net <dgp>2004-06-17 21:44:13 (GMT)
commitc7ad62805cad5b48c99f613b7f8a098b38ee2dc0 (patch)
tree42760d5b463a69f5a7a14e373a26401655a375b9
parent0dc5fd5860f2a9256b37b94366eac461f26f17aa (diff)
downloadtcl-c7ad62805cad5b48c99f613b7f8a098b38ee2dc0.zip
tcl-c7ad62805cad5b48c99f613b7f8a098b38ee2dc0.tar.gz
tcl-c7ad62805cad5b48c99f613b7f8a098b38ee2dc0.tar.bz2
* generic/tclObj.c: Added missing space in panic message.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f00c693..b9f3879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-06-17 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclObj.c: Added missing space in panic message.
+
* win/tclWinInit.c: Inform [tclInit] about the default library
directory via the ::tclDefaultLibrary variable. This should correct
a problem with my 2004-06-11 commit. Better solutions still in the