Show
Ignore:
Timestamp:
05/22/08 03:58:04 (7 months ago)
Author:
pmoura
Message:

Fixed a Logtalk compiler bug when compiling a class that imports a category that extends other categories. Thanks to Victor Noel for the bug report.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4268 r4269  
    1111 
    1212 
    13 2.31.6 - May ??, 2008 
     132.31.6 - May 26, 2008 
     14 
     15    Fixed a Logtalk compiler bug when compiling a class that imports a   
     16    category that extends other categories.  Thanks to Victor Noel for  
     17    the bug report. 
    1418 
    1519    Removed from the YAP config file the definition of the forall/2  
    1620    predicate, which have been added as a built-in predicate in YAP  
    17     version 5.1.3. Added support for the proprietary if/1, else/0,  
    18     elif/1, and endif/0 directives. 
     21    version 5.1.3 (the current YAP CVS version must be used; the last  
     22    stable version, 5.1.2, is broken on Windows). Added support for  
     23    the proprietary if/1, else/0, elif/1, and endif/0 directives (when  
     24    used outside Logtalk entities). 
    1925 
    2026    Updated the SWI-Prolog config file with support for the proprietary  
    21     if/1, else/0, elif/1, and endif/0 directives. 
     27    if/1, else/0, elif/1, and endif/0 directives (when used outside  
     28    Logtalk entities). 
    2229 
    2330    Added support for the Pygments syntax highlighter (co-developed with