1998-07-21 defobj.h mgd
Replace @deftype with @protocol throughout.

1998-06-17 defobj00.sgml alex
Put CITETITLE tag around reference to the `Object-Oriented Programming and the Objective C Language' volume.

1998-06-16 Makefile.am mgd
Include from refbook/ instead of src/.

1998-06-14 Makefile.am mgd
(MODULE): New variable. Include Makefile.rules from src. Remove everything else.

1998-06-13 defobj.h mgd
Remove mention of what might happen with other (nonexistent) zone types. Remove mention of status of current Zone implementation. Remove mention of -setReclaimPolicy:, -setStackedSubzones:, -getSubzones, -mergeWithOwner, -getSubzone:. Remove -reclaimStorage, -releaseStorage, xfprint, and xfprintid declarations. Improve description of xsetname, xprint, xprintid, xfprint, xfprintid, xexec, and xfexec.

1998-06-11 defobjpages.sgml, defobjcont.sgml mgd
Update IDs to SWARM.module.SGML.type.

1998-06-05 defobj.ent mgd
Use public identifiers.

1998-06-04 Makefile.am mgd
(swarm_ChangeLog): Add.

1998-06-02 defobj.h mgd
Updated documentation tags. (PTRFMT): Use %p.

1998-05-31 defobj.h alex
([DefinedObject -{xfprint,xfprintid}): Added method and doc tags that should exist to DefinedObject protocol.

1998-05-27 defobj.h mgd
Fix //# doc strings (following colon required).

1998-05-25 defobj.h alex
(raiseEvent,M(), initModule, globalZone, scratchZone, defsymbol, defwarning, deferror): Added (//#) doc strings. (<{Warning,Error}>): Added (//G) doc strings after each definition. (<Symbol>, _obj_formatIDString, objc_get_class, _obj_debug, (_obj_xerror, *_obj_xdebug, xsetname, xprint, xprintid, xfprint, xfprintid, xexec, xfexec): Added (//G) doc strings before each definition.

1998-05-25 defobj.ent.in alex
Added entity (defobjrevhistory) for the automatically generated revision history.

1998-05-25 defobj.ent.in mgd
Make defobjrevhistory be a build-directory path.

1998-05-22 Makefile.am mgd
New file.

1998-05-22 defobj.ent.in mgd
New file.

1998-05-22 defobj.ent mgd
Removed.

1998-05-21 mgd
Begin revision log.

1998-05-05 defobj.h mgd
Remove instances of <p> in the documentation. Minor changes to method spacing. (Create): Move some documentation from createBegin: to be general documentation. (Error): Add a description.

1998-05-03 defobj.h mgd
Add CREATING and USING tags where absent.

1998-04-26 defobj.h mgd
Add documentation tags.

1998-04-16 defobj.h mgd
(GetName): getName is factory method. (DefinedClass): All methods are factory methods.

1998-01-26 defobj.h mgd
Declare nameToObject function.

1997-12-07 defobj.h mgd
Constify argument to setDisplayName. Constify return of getDisplayName. Constify return of getName in GetName deftype. Constify setName argument to Symbol +create. Constify argument to Symbol setName. Constify argument to Warning setMessageString. Constify return of Warning getMessageString. Constify argument to CreatedClass setName. Constify argument to objc_get_class. Constify name argument to xsetname, exec, and xfexec. Drop APIChange warning. Reformatting throughout.

1997-12-07 defobj.h mgd
Reenable LibraryUsage, DefaultAssumed, and ObsoleteFeature. Put back ObsoleteMessage (gepr argues they are important for a minor release).

1997-12-06 defobj.h mgd
Add APIChange to the standard error types. Delete ObsoleteMessage, since it appears to be redundant with ObsoleteFeature. Disable LibraryUsage, DefaultAssumed, and ObsoleteFeature because they aren't used.