Changeset 4269 for trunk/RELEASE_NOTES.txt
- Timestamp:
- 05/22/08 03:58:04 (7 months ago)
- Files:
-
- 1 modified
-
trunk/RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4268 r4269 11 11 12 12 13 2.31.6 - May ??, 2008 13 2.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. 14 18 15 19 Removed from the YAP config file the definition of the forall/2 16 20 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). 19 25 20 26 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). 22 29 23 30 Added support for the Pygments syntax highlighter (co-developed with
