summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-19 21:59:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-19 21:59:31 (GMT)
commit279edeb409045869695bb787e0e586cf8d1a62b2 (patch)
treea7233c1ea758a3069cb36c2778eb9fbc6e60f366
parentff2e42113f72c49be25be40042c28571c3a97c30 (diff)
downloadtcl-279edeb409045869695bb787e0e586cf8d1a62b2.zip
tcl-279edeb409045869695bb787e0e586cf8d1a62b2.tar.gz
tcl-279edeb409045869695bb787e0e586cf8d1a62b2.tar.bz2
Added Itcl acknowledgment.
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dad878..77ad200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
TclRestoreInterpState, and TclDiscardInterpState are superior
replacements for Tcl_(Save|Restore|Discard)Result. Intent is that
these routines will be converted to public routines after TIP approval.
+ Interfaces for these routines were shamelessly stolen from Itcl.
* generic/tclBasic.c (TclEvalObjvInternal):
* generic/tclDictObj.c (DictUpdateCmd, DictWithCmd):