Changeset 4382 for trunk/RELEASE_NOTES.txt
- Timestamp:
- 07/16/08 06:55:27 (4 months ago)
- Files:
-
- 1 modified
-
trunk/RELEASE_NOTES.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4381 r4382 47 47 Corrected a bug in the config files hooks used in handling proprietary 48 48 Prolog directives for the SWI-Prolog, B-Prolog YAP, SICStus, and XSB 49 Prolog compilers. 50 51 Added a new internal predicate for constructing predicate indicators for 52 compiled entity predicates that simplifies the config files hooks used in 53 handling proprietary Prolog directives. 49 Prolog compilers. Added a new internal predicate for constructing 50 predicate indicators for compiled entity predicates that simplifies the 51 config files hooks used in handling proprietary Prolog directives. 54 52 55 53 Improved simplification of the clauses generated by the compilation of … … 64 62 Removed setting of the deprecated "prompt_alternatives_no_bindings" 65 63 Prolog flag. Oldest SWI-Prolog compatible version is now 5.6.44. 64 65 Added list mapping predicates map/4 and map/5 to the "metap" library 66 protocol and the "meta" library object. 66 67 67 68
