Index: xotcl/ChangeLog =================================================================== diff -u -r9edf1bd26aaa17e3ff96857301b034f7196c5b8d -raf574e7e934986818f402ee382f7cdab57feed39 --- xotcl/ChangeLog (.../ChangeLog) (revision 9edf1bd26aaa17e3ff96857301b034f7196c5b8d) +++ xotcl/ChangeLog (.../ChangeLog) (revision af574e7e934986818f402ee382f7cdab57feed39) @@ -1,20 +1,27 @@ +2004-08-26 Gustaf.Neumann@wu-wien.ac.at, Uwe Zdun + * release of distribution XOTcl 1.3.1 + 2004-08-22 Gustaf.Neumann@wu-wien.ac.at - * fixed nonposargs, when used with checker procs and spaces in arguments - * auto-generating docs in build tree (instead in source tree) - * cleanup of somewhat confusing declations in xotcl.h - (XOTcl_Object and XOTclObject) - * made a shell script config/mktar.sh for generating dist-cleaned tar files + * fixed nonposargs, when used with checker procs and + spaces in arguments + * auto-generating docs in build tree (instead in + source tree) + * cleanup and documentation of somewhat confusing declations + in xotcl.h and xotclInt.h (XOTcl_Object and + XOTclObject) + * make tar makes distclean first 2004-08-19 Gustaf.Neumann@wu-wien.ac.at * if configure is run outside the src tree the directory - structure is now built on the fly. All binary output files - are now placed in the built-tree. + structure is now built on the fly. All binary + output files are now placed in the built-tree. 2004-08-18 Gustaf.Neumann@wu-wien.ac.at * added a regresion test for serialzer * fixed a "last minute" bug in serializer * configure changes: made subdirs relative to $srcdir, - set XOTCL_SRC_DIR to $srcdir to make build succeed from outside dir + set XOTCL_SRC_DIR to $srcdir to make build succeed + from outside dir 2004-08-17 Gustaf.Neumann@wu-wien.ac.at, Uwe Zdun * release of distribution XOTcl 1.3.0 @@ -36,9 +43,10 @@ 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 + 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