summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-11-25 11:55:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-11-25 11:55:35 (GMT)
commit3768c5cbb266c4eb7bcbc8c9f466c546a8e41dff (patch)
treef6dbc816eb8a6ffa55dd858f2ea4d9d93dc4dbeb /ChangeLog
parentc5a1e89cc8d9f34ca57886a2527f484ed21e3902 (diff)
downloadtcl-3768c5cbb266c4eb7bcbc8c9f466c546a8e41dff.zip
tcl-3768c5cbb266c4eb7bcbc8c9f466c546a8e41dff.tar.gz
tcl-3768c5cbb266c4eb7bcbc8c9f466c546a8e41dff.tar.bz2
* library/history.tcl (history): Simplify the dance of variable
management used when chaining to the implementation command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76623c2..03ff7d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-25 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/history.tcl (history): Simplify the dance of variable
+ management used when chaining to the implementation command.
+
2011-11-22 Donal K. Fellows <dkf@users.sf.net>
* generic/tclExecute.c (TclCompileObj): Simplify and de-indent the