Changeset 3917 for trunk/configs

Show
Ignore:
Timestamp:
11/03/07 12:20:45 (14 months ago)
Author:
pmoura
Message:

Minor documentation fixes and improvements.

Location:
trunk/configs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/NOTES.txt

    r3894 r3917  
    150150    cx.config 
    151151 
    152     Experimental config file. Due to CxProlog native representation of file  
    153     paths, it's not currently possible to use library notation to load the  
    154     Logtalk examples and other source files. 
     152    Developed and tested with the help of Artur Miguel Dias, CxProlog author. 
    155153 
    156154 
     
    224222    directory before loading the library or an example. Supports smart  
    225223    compilation of source files. 
     224 
     225    On startup, you may get a warning about a suspicious predicate, {}/1. 
     226    You may safely ignore this warning. 
    226227 
    227228 
     
    432433    pl.ini user initialization files. 
    433434 
    434     If you intend to use Logtalk and XPCE at the same time, and if you are  
    435     using an SWI-Prolog version older than 5.5.13, you will need to edit the  
    436     compiler/logtalk.pl file and, around line 35, change the declaration of  
    437     the @/1 operator to op(100, fx, @). You may load the configs/xpcehook.pl 
    438     file in order to support Logtalk message sending goals as XPCE call-back  
    439     goals. 
     435    If you intend to use Logtalk and XPCE at the same time, you may load the  
     436    configs/xpcehook.pl file in order to support Logtalk message sending goals  
     437    as XPCE call-back goals. 
    440438 
    441439    See the comments in the "swi_set_logtalk_context.pl" itself for a  
     
    453451    Don't forget to use the cd/1 predicate to set the working directory  
    454452    before loading the library or an example. Supports smart compilation  
    455     of source files. 
     453    of source files. Support for the Logtalk multi-threading features  
     454    requires XSB CVS version. 
    456455 
    457456 
  • trunk/configs/swi.config

    r3908 r3917  
    44%  Release 2.30.7 
    55% 
    6 %  configuration file for SWI Prolog 3.3.x and later versions 
    7 % 
    8 %  last updated: November 1, 2007 
     6%  configuration file for SWI Prolog 5.6.x and later versions 
     7% 
     8%  last updated: November 3, 2007 
    99%  
    1010%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%