Changeset 4537 for trunk/manuals

Show
Ignore:
Timestamp:
10/25/08 08:56:44 (3 months ago)
Author:
pmoura
Message:

Updated the Logtalk compiler to prefix all informative messages with the line comment character, "%", to make it easier to use interactive section transcripts as scripts.

Corrected some typos in the reference manual.

Location:
trunk/manuals
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/index.html

    r4524 r4537  
    3232    <div class="copyright"> 
    3333        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    34         <span>Last updated on: October 20, 2008</span> 
     34        <span>Last updated on: October 24, 2008</span> 
    3535    </div> 
    3636    <div class="navbottom"> 
  • trunk/manuals/refman/builtins/threaded_call1_2.html

    r3841 r4537  
    3030</p> 
    3131<p> 
    32 The variant <code>threaded_call/2</code> returns a threaded call identifier tag that can be used with the <a title="Consult reference manual" href="threaded_exit1_2.html"><code>threaded_exit/2</code></a> predicate. Tags shall be considered as an opaque term; users shall not rely on its type. 
     32The variant <code>threaded_call/2</code> returns a threaded call identifier tag that can be used with the <a title="Consult reference manual" href="threaded_exit1_2.html"><code>threaded_exit/2</code></a> predicate. Tags shall be regarded as an opaque term; users shall not rely on its type. 
    3333</p> 
    3434 
     
    6363    <div class="copyright"> 
    6464        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    65         <span>Last updated on: September 15, 2007</span> 
     65        <span>Last updated on: October 24, 2008</span> 
    6666    </div> 
    6767    <div class="navbottom"> 
  • trunk/manuals/refman/builtins/threaded_exit1_2.html

    r3841 r4537  
    3333</p> 
    3434<p> 
    35 The variant <code>threaded_exit/2</code> accepts a threaded call identifier tag generated by the calls to the <a title="Consult reference manual" href="threaded_call1_2.html"><code>threaded_call/2</code></a> and <a title="Consult reference manual" href="threaded_once1_2.html"><code>threaded_once/2</code></a> predicates. Tags shall be considered as an opaque term; users shall not rely on its type. 
     35The variant <code>threaded_exit/2</code> accepts a threaded call identifier tag generated by the calls to the <a title="Consult reference manual" href="threaded_call1_2.html"><code>threaded_call/2</code></a> and <a title="Consult reference manual" href="threaded_once1_2.html"><code>threaded_once/2</code></a> predicates. Tags shall be regarded as an opaque term; users shall not rely on its type. 
    3636</p> 
    3737 
     
    6868    <div class="copyright"> 
    6969        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    70         <span>Last updated on: September 15, 2007</span> 
     70        <span>Last updated on: October 24, 2008</span> 
    7171    </div> 
    7272    <div class="navbottom"> 
  • trunk/manuals/refman/builtins/threaded_once1_2.html

    r3841 r4537  
    3030</p> 
    3131<p> 
    32 The variant <code>threaded_once/2</code> returns a threaded call identifier tag that can be used with the <a title="Consult reference manual" href="threaded_exit1_2.html"><code>threaded_exit/2</code></a> predicate. Tags shall be considered as an opaque term; users shall not rely on its type. 
     32The variant <code>threaded_once/2</code> returns a threaded call identifier tag that can be used with the <a title="Consult reference manual" href="threaded_exit1_2.html"><code>threaded_exit/2</code></a> predicate. Tags shall be regarded as an opaque term; users shall not rely on its type. 
    3333</p> 
    3434 
     
    6363    <div class="copyright"> 
    6464        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    65         <span>Last updated on: September 15, 2007</span> 
     65        <span>Last updated on: October 24, 2008</span> 
    6666    </div> 
    6767    <div class="navbottom"> 
  • trunk/manuals/refman/builtins/threaded_peek1_2.html

    r3841 r4537  
    3333</p> 
    3434<p> 
    35 The variant <code>threaded_peek/2</code> accepts a threaded call identifier tag generated by the calls to the <a title="Consult reference manual" href="threaded_call1_2.html"><code>threaded_call/2</code></a> and <a title="Consult reference manual" href="threaded_once1_2.html"><code>threaded_once/2</code></a> predicates. Tags shall be considered as an opaque term; users shall not rely on its type. 
     35The variant <code>threaded_peek/2</code> accepts a threaded call identifier tag generated by the calls to the <a title="Consult reference manual" href="threaded_call1_2.html"><code>threaded_call/2</code></a> and <a title="Consult reference manual" href="threaded_once1_2.html"><code>threaded_once/2</code></a> predicates. Tags shall be regarded as an opaque term; users shall not rely on its type. 
    3636</p> 
    3737 
     
    6666    <div class="copyright"> 
    6767        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    68         <span>Last updated on: September 15, 2007</span> 
     68        <span>Last updated on: October 24, 2008</span> 
    6969    </div> 
    7070    <div class="navbottom"> 
  • trunk/manuals/refman/index.html

    r4524 r4537  
    321321    <div class="copyright"> 
    322322        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    323         <span>Last updated on: October 20, 2008</span> 
     323        <span>Last updated on: October 24, 2008</span> 
    324324    </div> 
    325325    <div class="navbottom"> 
  • trunk/manuals/refman/refman.header

    r4524 r4537  
    3636        <span>http://logtalk.org/</span> 
    3737    </p> 
    38     <p class="date">Last updated on October 20, 2008</p> 
     38    <p class="date">Last updated on October 24, 2008</p> 
    3939</div> 
    4040