From 44936f3d978b3a47cc67a3a51fe43030b24e0a9e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 18 Aug 2011 14:03:04 +0000 Subject: * interp/c-util.boot (categoryAssociatedTypes): Rename from categoryHierarchy. Adjust callers. (categoryPrincipals): New. (categoryAncestors): Likewise. (categoryLocals): Likewise. (categoryParameters): Likewise. (extendsCategoryForm): Use them. * interp/category.boot: Likewise. * interp/cattable.boot: Likewise. * interp/define.boot: Likewise. * interp/functor.boot: Likewise. * interp/modemap.boot: Likewise. * interp/nruncomp.boot: Likewise. * interp/database.boot (getCategoryAttributes): Remove. (getPrincipalAncestors): Likewise. (getCategoryParents): Likewise. * algebra/domain.spad.pamphlet (Category): Adjust. --- src/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 164311a1..93f7a46c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2011-08-18 Gabriel Dos Reis + + * interp/c-util.boot (categoryAssociatedTypes): Rename from + categoryHierarchy. Adjust callers. + (categoryPrincipals): New. + (categoryAncestors): Likewise. + (categoryLocals): Likewise. + (categoryParameters): Likewise. + (extendsCategoryForm): Use them. + * interp/category.boot: Likewise. + * interp/cattable.boot: Likewise. + * interp/define.boot: Likewise. + * interp/functor.boot: Likewise. + * interp/modemap.boot: Likewise. + * interp/nruncomp.boot: Likewise. + * interp/database.boot (getCategoryAttributes): Remove. + (getPrincipalAncestors): Likewise. + (getCategoryParents): Likewise. + * algebra/domain.spad.pamphlet (Category): Adjust. + 2011-08-16 Gabriel Dos Reis * interp/c-util.boot (categoryPrincipals): New. -- cgit v1.2.3