Index: xotcl/ChangeLog =================================================================== diff -u -r5ce5a10c82bc948f50fc4542f844dcd50de1eae3 -r0fb94b7893b3423b536af13fa081e7190e0ec0a2 --- xotcl/ChangeLog (.../ChangeLog) (revision 5ce5a10c82bc948f50fc4542f844dcd50de1eae3) +++ xotcl/ChangeLog (.../ChangeLog) (revision 0fb94b7893b3423b536af13fa081e7190e0ec0a2) @@ -1,3 +1,22 @@ +2004-07-18 Gustaf.Neumann@wu-wien.ac.at + * added removal of autom4te.cache to distclean + * make doc added to "all" target + * autogenerated html docs are removed in a make clean + * remove all *~ files in directory tree via find (ok with TEA3?) + +2004-07-11 jim@jam.sessionsnet.org + * revamped configure recursion + * added "--with-xotcl=" to child configure.ins + * arranged for root configure to call child configures specifying path + * located and fixed bug where parts of the build cannot find xotcl.h + if xotcl was not "make install"ed (bug implies build always finds + old includes) + * ensured "make clean" and "make distclean" still worked + * TODO: clean should remove emacs backup files + distclean should remove autom4te.cache + docs should be built during make, installed during make install + and removed from the build dir during make clean. + 2004-07-03 Gustaf.Neumann@wu-wien.ac.at * extended commands filter, mixin, instfilter, instmixin: These commands are changed in a backward compatible manner. They @@ -12,15 +31,19 @@ obj mixin add C3 3 adds a mixin at the 3rd position obj mixin delete ::C3 removes the mixin from the mixin list - The same semantics are available as well for filter, instmixin - and instfilter. - The implementation uses the forwarder and is extensible, new - subcommands can be added. As a side effect, the c-code was reduced - by 50 lines. - * the commands mixinappend, filterappend, instmixinappend and - instfilterappend were marked as deprecated and will be removed - in future versions - + The same semantics are available as well for filter, instmixin + and instfilter. + The implementation uses the forwarder and is extensible, new + subcommands can be added. As a side effect, the c-code was reduced + by 50 lines. + * the commands mixinappend, filterappend, instmixinappend and + instfilterappend were marked as deprecated and will be removed + in future versions + +2004-07-02 Uwe Zdun + * integrated support for non-positional arguments for procs + and instprocs + 2004-07-02 Gustaf.Neumann@wu-wien.ac.at * rename forward option -inscope to -objscope * xotcl.c: added current namespace prefix, when a forwarder is