diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-11 11:18:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-11 11:18:51 (GMT) |
commit | 82bda7f2081c47a741b7e6217cf061137fd35219 (patch) | |
tree | 7384ba8f128f12704a52e5fc85f4c8074f6fb83e /ChangeLog | |
parent | e77f7f0935b2ac4f3f02ec972fc4d14366f880c3 (diff) | |
download | tcl-82bda7f2081c47a741b7e6217cf061137fd35219.zip tcl-82bda7f2081c47a741b7e6217cf061137fd35219.tar.gz tcl-82bda7f2081c47a741b7e6217cf061137fd35219.tar.bz2 |
Clarify the rules for resolution of what forwarded methods forward to.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-04-11 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclOOMethod.c (InvokeForwardMethod): Clarify the resolution + behaviour of the name of the command that is forwarded to: it's now + resolved using the object's namespace as context, which is much more + useful than the previous (somewhat random) behaviour of using the + caller's current namespace. + 2009-04-10 Pat Thoyts <patthoyts@users.sourceforge.net> * library/http/http.tcl: Improved HTTP/1.1 support and added |