Changeset 4202

Show
Ignore:
Timestamp:
04/10/08 16:50:01 (9 months ago)
Author:
pmoura
Message:

Minor documentation updates.

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/debug_hooks/NOTES.txt

    r4197 r4202  
    1212hook/1 and the term expansion mechanism to either discard or activate  
    1313debugging goals. For debugging goals in clause bodies, one defines clauses  
    14 for goal_expansion/2. For debugging goals in directives (e.g.in the  
     14for goal_expansion/2. For debugging goals in directives (e.g. in the  
    1515initialization/1 directive), one defines clauses for term_expansion/2. 
  • trunk/RELEASE_NOTES.txt

    r4201 r4202  
    2323 
    2424    Corrected a bug in the built-in predicate threaded/1 when its argument  
    25     is a conjunction (disjunction) or conjunctions (disjunctions). 
     25    is a conjunction (disjunction) of conjunctions (disjunctions). 
    2626 
    2727    Added a workaround for a mutex creation error when reloading a source  
     
    8282    it compatible with most Prolog compilers. 
    8383 
    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  
    8585    notation in the SubEthaEdit 2.x and Vim text editors and in the 
    8686    source-highlight package. 
  • trunk/wenv/highlight/NOTES.txt

    r4135 r4202  
    77 
    88 
    9 This directory contains files that provide support for using version 2.6.8  
     9This directory contains files that provide support for using version 2.6.9  
    1010or later of the Highlight package by Andre Simon with Logtalk source files. 
    1111A detailed description on the Highlight package is available from: 
  • trunk/wenv/NOTES.txt

    r4131 r4202  
    2323editors, is rather poor. Proper syntax highlighting support for Prolog and  
    2424Logtalk requires support for regular expressions with zero-width look-ahead  
    25 features, which some editors lack. 
     25features, which some editors lack. Some text editors supporting regular  
     26expressions contain bugs and/or limitations that prevent full optimization  
     27of the syntax coloring patterns. 
    2628 
    2729As Logtalk can be viewed as a superset of ISO Prolog, you may also use