summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1b1dfa..bb8cfe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-10-27 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclInt.h (CallFrame): Add a field for handling context data
+ for extensions (like object systems) that should be tied to a call
+ frame (and not a command or interpreter).
+
* generic/tclBasic.c (TclRenameCommand): Change to take CONST args;
they were only ever used in a constant way anyway, so this appears to
be a spot that was missed during TIP#27 work.