Changeset 3947 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
12/06/07 11:00:02 (13 months ago)
Author:
pmoura
Message:

When constructing a new category from other categories, the relation "extends" is now used instead of the relation "imports". The relation "imports" is now only used when an object imports a category. Added extends_category/2-3 built-in predicates. Updated the "engines" example for compliance with the changes made to category relations. Added syntax coloring support for the new extends_category/2-3 predicate to all supported text editors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r3941 r3947  
    174174Logtalk 2.30.7 adds a new compiler flag "context_switching_calls". 
    175175Older config files are not compatible with this new Logtalk version. 
     176 
     177Logtalk 2.31.0 changes the "imports" relation between categories to the  
     178relation "extends". The relation "imports" is now only used for objects  
     179importing categories.