summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-10-27 12:53:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-10-27 12:53:43 (GMT)
commitfbdb724057c9545201d0a4cc2d8eb2edc4743392 (patch)
tree50136581fc2b5ee9f2975158db7cad06268d8473 /ChangeLog
parent73b2f1e5b9472dc390528dbc1ca45a09fc11c297 (diff)
downloadtcl-fbdb724057c9545201d0a4cc2d8eb2edc4743392.zip
tcl-fbdb724057c9545201d0a4cc2d8eb2edc4743392.tar.gz
tcl-fbdb724057c9545201d0a4cc2d8eb2edc4743392.tar.bz2
Allow extensions that use the internal stubs to set a namespace path.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb8cfe3..f9b3dc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-10-27 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclNamesp.c (TclSetNsPath): Expose SetNsPath through
+ internal stubs table with semi-external name.
+
* 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).