Index: xotcl/ChangeLog =================================================================== diff -u -r489071934af0126a0f768b0ced07dea3b2328a23 -r0896d4deb00780e48b5b03269bf9c4ecca948919 --- xotcl/ChangeLog (.../ChangeLog) (revision 489071934af0126a0f768b0ced07dea3b2328a23) +++ xotcl/ChangeLog (.../ChangeLog) (revision 0896d4deb00780e48b5b03269bf9c4ecca948919) @@ -1,5 +1,21 @@ +2004-01-06 Gustaf.Neumann@wu-wien.ac.at + * made introspection options for methods with nonpos args + compatible with tcl + * adding functionality to allow nonpos args and positional args + to be specified in the same argument list (still supporting + the syntax with separate lists) + +2005-01-05 Uwe Zdun + * Added support for defaults + non-pos args in info args, + default, instargs, instdefault + * fixed bug: Check Boolean in non-pos args crashed with 2 args + +2004-12-15 Gustaf.Neumann@wu-wien.ac.at + * fixed crash for empty arguments + (thanks to Gerald Stermsek for reporting this bug) + 2004-12-02 Gustaf.Neumann@wu-wien.ac.at, Uwe Zdun - * release of distribution XOTcl 1.3.3 + * release of distribution XOTcl 1.3.4 2004-12-02 Gustaf.Neumann@wu-wien.ac.at * changed metadata analyser from recursive to iterative