Index: xotcl/ChangeLog =================================================================== diff -u -rf58919af57edbcf2e5a65a143618ab5add3c930a -r727f20fd9df6aac95b2dc4bbf510830ecc9ddb20 --- xotcl/ChangeLog (.../ChangeLog) (revision f58919af57edbcf2e5a65a143618ab5add3c930a) +++ xotcl/ChangeLog (.../ChangeLog) (revision 727f20fd9df6aac95b2dc4bbf510830ecc9ddb20) @@ -1,4 +1,11 @@ 2004-08-01 Gustaf.Neumann@wu-wien.ac.at + * changes to forward and instforward: + providing positional arguments for the forwarder. It is now + possible to prefix the arguments with "%@POS ", where + POS can be a positive or negative number or "end". A negative + offset can be used to address relative to the end + +2004-08-01 Gustaf.Neumann@wu-wien.ac.at * xotcl.c: calling __unknown when an object with an unknown parent namespace is called (for handling nested object classes in Zoran's ttrace package)