summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-06-17 21:44:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-06-17 21:44:13 (GMT)
commit22f8732e9a6d0f120c78eb2b579c1ecf4ebf0d52 (patch)
tree42760d5b463a69f5a7a14e373a26401655a375b9
parent0010e7298ec2bea036f45c62837c48046388b10a (diff)
downloadtcl-22f8732e9a6d0f120c78eb2b579c1ecf4ebf0d52.zip
tcl-22f8732e9a6d0f120c78eb2b579c1ecf4ebf0d52.tar.gz
tcl-22f8732e9a6d0f120c78eb2b579c1ecf4ebf0d52.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