1999-08-23 space.h mgd
Add Discrete2d and Raster typing on convenience factory methods (for use by Java).

1999-08-21 space.h mgd
Add Zone typing to +create* methods. Don't touch arguments that are subclasses of Discrete2d because we don't have a stubbing mechanism for that.

1999-08-02 space.h alex
(Diffuse2d): Make initializeLattice a CREATING method to match implementation.

1999-07-31 space.h alex
(Object2dDisplay, Value2Display, Discrete2d, Diffuse2d, DblBuffer2d, Grid2d): Add +create: convenience methods to these CREATABLE protocols.

1999-07-08 space.h mgd
(Object2dDisplay): Add -makeProbeAtX:Y:.

1999-05-04 space.h alex
(Ca2d): Remove CREATABLE tag in protocol definition, since this protocol is intended to be abstract. (Discrete2d): Add example of Lisp output serialization. (Int2dFiler): Note as deprecated protocol, point user to Discrete2d serialization.

1999-04-30 space.h mgd
(Discrete2d): Remove setUseObjects and setUseValues.

1999-04-24 space.h alex
([Discrete2d -setUseObjects], [Discrete2d -setUseValues]): Add to SETTING phase.

1999-02-25 space.h mgd
Merge _Discrete2d with Discrete2d. Add CREATABLE tags for all non-abstract protocols.

1998-10-03 space.h mgd
(_Discrete2d): Make x and y arguments to setSizeX:Y:, getObjectAtX:Y: getValueAtX:Y:, putObject:atX:Y:, putValue:atX:Y: unsigned. Make return values of getSize{X,Y} unsigned. (DblBuffer2d): Make x and y arguments to putObject:atX:Y: and putValue:atX:Y: unsigned. (Grid2d): Likewise. (Ca2d): Make argument to setNumStates: unsigned.

1998-07-14 space.h mgd
(_Discrete2d): Split Discrete2d into new and presentation interface.

1998-06-16 space00.sgml alex
Added missing description of dependencies - objectbase.h and gui.h.

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-11 space00.sgml, spacecont.sgml mgd
Update IDs to SWARM.module.SGML.type.

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

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

1998-06-02 space.h mgd
Add a module summary documentation tag.

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

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

1998-05-22 space.ent mgd
Removed.

1998-05-21 mgd
Begin revision log.

1998-05-05 space.h mgd
(Discrete2d, Ca2d): Add phase tags, reorder in sync. (DblBuffer2d, Value2dDisplay, ConwayLife2d, Diffuse2d, Grid2d, Object2dDisplay, Int2dFiler): Add phase tags. (Value2dDisplay): Declare -createEnd. (Grid2d, Int2dFiler): Declare +createBegin.

1998-04-23 space.h mgd
Now a protocol definition file instead of a full set of includes.