summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-07-05 18:02:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-07-05 18:02:54 (GMT)
commit1f2c28c2c103837020231711a9f62febb8ea9845 (patch)
treef50b066270dcf95ce4d7634703414e3a747957b7 /ChangeLog
parent4aa88d59d473ee543215444203e8d03a2b7cc6da (diff)
downloadtcl-1f2c28c2c103837020231711a9f62febb8ea9845.zip
tcl-1f2c28c2c103837020231711a9f62febb8ea9845.tar.gz
tcl-1f2c28c2c103837020231711a9f62febb8ea9845.tar.bz2
* library/init.tcl (unknown): Corrected inconsistent error message
in interactive [unknown] when empty command is invoked. [Bug 1743676]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fc83ae..38ae503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-05 Don Porter <dgp@users.sourceforge.net>
+
+ * library/init.tcl (unknown): Corrected inconsistent error message
+ in interactive [unknown] when empty command is invoked. [Bug 1743676]
+
2007-07-05 Miguel Sofer <msofer@users.sf.net>
* generic/tclNamesp.c (SetNsNameFromAny):