Index: ChangeLog =================================================================== diff -u -r9be808f7267163cc1f3911b5f9ad750cac0dc397 -r8affe7fff758af7ab3afeac3fd960fc487ca7f0f --- ChangeLog (.../ChangeLog) (revision 9be808f7267163cc1f3911b5f9ad750cac0dc397) +++ ChangeLog (.../ChangeLog) (revision 8affe7fff758af7ab3afeac3fd960fc487ca7f0f) @@ -2,12 +2,12 @@ * change Tcl_ObjSetVar2() to Tcl_SetVar2Ex() to address problem in setting variables from C. The set variable was not seen in an eval. - * extending regression test + * extended regression test 2007-10-29: * return mixins before procs in procsearch * added regression test - * Don't though error when the last argument of + * Don't through 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.