Changeset 3917 for trunk

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

Minor documentation fixes and improvements.

Location:
trunk
Files:
6 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%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
  • trunk/integration/NOTES.txt

    r3894 r3917  
    3636 
    3737The GNU Prolog integration script provides adequate performance for  
    38 development. For production environments, improved performance can be  
     38development. For production environments, improved performance may be  
    3939achieved by generating a new GNU-Prolog top-level that includes Logtalk. 
    4040 
     
    6666However, keep in mind that the integration scripts already use the back-end  
    6767Prolog command-line option that allows a initialization file to be loaded  
    68 in order to bootstrap Logtalk. See the scripts/shortcut files for details. 
     68in order to bootstrap Logtalk. See the scripts files for details. 
  • trunk/manuals/refman/refman.header

    r3894 r3917  
    3636        <span>http://logtalk.org/</span> 
    3737    </p> 
    38     <p class="date">Last updated on October 21, 2007</p> 
     38    <p class="date">Last updated on October 24, 2007</p> 
    3939</div> 
    4040 
  • trunk/scripts/debian/changelog

    r3894 r3917  
    33  * Initial Release. 
    44 
    5  -- Paulo Moura <pmoura@logtalk.org>  Sat October 21 10:52:34 WEST 2007 
     5 -- Paulo Moura <pmoura@logtalk.org>  Sat November 5 10:52:34 WEST 2007 
  • trunk/UPGRADING.txt

    r3899 r3917  
    172172Older config files are not compatible with this new Logtalk version. 
    173173 
    174 Logtalk 2.30.7 added a new compiler flag "context_switching_calls". 
     174Logtalk 2.30.7 adds a new compiler flag "context_switching_calls". 
    175175Older config files are not compatible with this new Logtalk version.