summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-02-07 22:42:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-02-07 22:42:00 (GMT)
commit3b7eb4d17e69ac774f55927c2086019d01e65967 (patch)
tree60438245aabf0509d9966757b3a8aaf7acfd0bfc /ChangeLog
parentfad852b20196ac0d2093a7c6dcfca1b24fcdd7de (diff)
downloadtcl-3b7eb4d17e69ac774f55927c2086019d01e65967.zip
tcl-3b7eb4d17e69ac774f55927c2086019d01e65967.tar.gz
tcl-3b7eb4d17e69ac774f55927c2086019d01e65967.tar.bz2
Improve error messages. [Bug 2573172]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b6422a..094901f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-07 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclZlib.c (TclZlibCmd): [Bug 2573172]: Ensure that when
+ invalid subcommand name is given, the list of valid subcommands is
+ produced. This gives a better experience when using the command
+ interactively.
+
2009-02-05 Joe Mistachkin <joe@mistachkin.com>
* generic/tclInterp.c: Fix argument checking for [interp cancel]. [Bug