Changeset 4212

Show
Ignore:
Timestamp:
04/19/08 08:41:31 (3 months ago)
Author:
pmoura
Message:
Minor documentation updates.
Location:
trunk
Files:
5 modified

Legend:

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

    r4102 r4212  
    1010 
    1111This folder contains an example that shows how to use a category to  
    12 explicitly complement an existing object, thus providing functionality  
    13 similar to Objective-C categories. 
     12explicitly complement an existing object (without modifying its source  
     13code), thus providing functionality similar to Objective-C categories. 
  • trunk/manuals/index.html

    r4209 r4212  
    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: April 18, 2008</span> 
     34        <span>Last updated on: April 19, 2008</span> 
    3535    </div> 
    3636    <div class="navbottom"> 
  • trunk/manuals/refman/refman.header

    r4152 r4212  
    3636        <span>http://logtalk.org/</span> 
    3737    </p> 
    38     <p class="date">Last updated on March 21, 2008</p> 
     38    <p class="date">Last updated on April 18, 2008</p> 
    3939</div> 
    4040 
  • trunk/manuals/userman/categories.html

    r3979 r4212  
    6868:- end_category.</pre> 
    6969<p> 
     70This allows us to add new functionality to existing objects without requiring access or modifications to their source code. Common uses are adding logging or debugging functionality to a set of objects. 
     71</p> 
     72<p> 
    7073When you want to use static binding with a <em>complemented</em> object, be sure to compile and load the <em>complementing</em> category before the object (otherwise the new functionality added by the category will be ignored by the object clients). 
    7174</p> 
     
    346349    <div class="copyright"> 
    347350        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    348         <span>Last updated on: December 9, 2007</span> 
     351        <span>Last updated on: April 19, 2008</span> 
    349352    </div> 
    350353    <div class="navbottom"> 
  • trunk/manuals/userman/userman.header

    r4194 r4212  
    3636        <span>http://logtalk.org/</span> 
    3737    </p> 
    38     <p class="date">Last updated on April 7, 2008</p> 
     38    <p class="date">Last updated on April 19, 2008</p> 
    3939</div> 
    4040