summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-05-17 08:18:56 (GMT)
committerhobbs <hobbs>2001-05-17 08:18:56 (GMT)
commitbf4082eda19fcaea560008729846cd50cdf0eb4c (patch)
treebb33cec558ac6a21b730d7a06a9c4280e55e974a /ChangeLog
parent4347f67c557afb989b2e46c3f2c24fe9a770dda5 (diff)
downloadtcl-bf4082eda19fcaea560008729846cd50cdf0eb4c.zip
tcl-bf4082eda19fcaea560008729846cd50cdf0eb4c.tar.gz
tcl-bf4082eda19fcaea560008729846cd50cdf0eb4c.tar.bz2
* library/history.tcl (tcl::HistAdd): prevent empty calls from
being added to the history (arndt)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9264fd..e690d1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-05-16 Jeff Hobbs <jeffh@ActiveState.com>
+ * library/history.tcl (tcl::HistAdd): prevent empty calls from
+ being added to the history (arndt)
+
* tests/error.test: updated error-1.3 message to account for
string index being compiled at toplevel.
* tests/appendComp.test: