Changeset 4274
- Timestamp:
- 05/24/08 08:20:56 (6 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
examples/complements/complements.lgt (modified) (2 diffs)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/complements/complements.lgt
r3965 r4274 1 2 :- initialization(define_events(before, employee, _, _, employee)). 3 1 4 2 5 :- object(employee). … … 11 14 12 15 13 14 16 :- category(logging, 15 17 implements(monitoring), 16 18 complements(employee)). 17 18 % add a simple logging functionality by defining a "before" event and19 % the corresponding event handler (implies that the category must be20 % loaded *after* the object due to the define_events/5 goal):21 22 :- initialization(define_events(before, employee, _, _, employee)).23 19 24 20 before(_, Message, Sender) :- -
trunk/RELEASE_NOTES.txt
r4273 r4274 34 34 if/1, else/0, elif/1, and endif/0 directives (when used outside 35 35 Logtalk entities). 36 37 Improved the "complements" example, moving the category initialization 38 goal to the beggining of the example source file. 36 39 37 40 Added support for the Pygments syntax highlighter (co-developed with
