Changeset 4202
- Timestamp:
- 04/10/08 16:50:01 (9 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
examples/debug_hooks/NOTES.txt (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (2 diffs)
-
wenv/highlight/NOTES.txt (modified) (1 diff)
-
wenv/NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/debug_hooks/NOTES.txt
r4197 r4202 12 12 hook/1 and the term expansion mechanism to either discard or activate 13 13 debugging goals. For debugging goals in clause bodies, one defines clauses 14 for goal_expansion/2. For debugging goals in directives (e.g. in the14 for goal_expansion/2. For debugging goals in directives (e.g. in the 15 15 initialization/1 directive), one defines clauses for term_expansion/2. -
trunk/RELEASE_NOTES.txt
r4201 r4202 23 23 24 24 Corrected a bug in the built-in predicate threaded/1 when its argument 25 is a conjunction (disjunction) o rconjunctions (disjunctions).25 is a conjunction (disjunction) of conjunctions (disjunctions). 26 26 27 27 Added a workaround for a mutex creation error when reloading a source … … 82 82 it compatible with most Prolog compilers. 83 83 84 Corrected a syntax coloring bug with character codes using the 0' 84 Corrected a syntax coloring bug with character codes using the 0'Char 85 85 notation in the SubEthaEdit 2.x and Vim text editors and in the 86 86 source-highlight package. -
trunk/wenv/highlight/NOTES.txt
r4135 r4202 7 7 8 8 9 This directory contains files that provide support for using version 2.6. 89 This directory contains files that provide support for using version 2.6.9 10 10 or later of the Highlight package by Andre Simon with Logtalk source files. 11 11 A detailed description on the Highlight package is available from: -
trunk/wenv/NOTES.txt
r4131 r4202 23 23 editors, is rather poor. Proper syntax highlighting support for Prolog and 24 24 Logtalk requires support for regular expressions with zero-width look-ahead 25 features, which some editors lack. 25 features, which some editors lack. Some text editors supporting regular 26 expressions contain bugs and/or limitations that prevent full optimization 27 of the syntax coloring patterns. 26 28 27 29 As Logtalk can be viewed as a superset of ISO Prolog, you may also use
