Index: ChangeLog =================================================================== diff -u -rba364529cbe05cbf9acf64aa728bf7316c8b4af7 -r519b71305f345f406448f602ad89be43371339cb --- ChangeLog (.../ChangeLog) (revision ba364529cbe05cbf9acf64aa728bf7316c8b4af7) +++ ChangeLog (.../ChangeLog) (revision 519b71305f345f406448f602ad89be43371339cb) @@ -1,14 +1,18 @@ 2007-10-29: * return mixins before procs in procsearch * added regression test + * Don't though error when the last argument of + "obj info class <...>" or "cl info superclass <....>" + is a non-existing class, but return false instead. + This leaves room for pattern matching. 2007-10-28: * some code refactoring * making new code more robust 2007-10-23: * First version of new info methods "mixinof" and "instmixinof" - - new class info options: mixinof instmixinof + - new class info options: "mixinof" and "instmixinof" - on class destroy entry is now removed from mixin and instmixin lists