1998-02-28  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* PplObserverSwarm.m: Include simtoolsgui.h instead of
	simtools/ActiveGraph.h.

	* PplObserverSwarm.h: Don't include objectbase.h.  Include
	simtoolsgui/GUISwarm.h and simtoolsgui.h.

	* Person.m, PplModelSwarm.m, VNneighbor.h: Include random.h
	instead of simtools.h.

1998-02-04  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* Counter.h: Include from objectbase/ instead of swarmobject/.

	* PplModelSwarm.h: Include objectbase.h instead of swarmobject.h.

1998-01-27  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* main.m (main): Constify argv.

	* PplObserverSwarm.m ([PplObserverSwarm -buildObjects]): Make
	pplLeftGraph a Graph, not a BLTGraph.  Make colormap a Colormap
	not a XColormap.  Revert GUI_ButtonRight change.

	* Person.h (Person):  Revert GUI_Color changes.
	* Person.m: Likewise.

1998-01-26  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* PplObserverSwarm.m: Include gui.h.
	([PplObserverSwarm -buildObjects]): Send waitForControlEvent
	to actionCache.  Use renamed methods setTitle and setAxisLabelsX:Y:
	with pplLeftGraph.  Use GUI_ButtonRight with worldRaster.

	* PplObserverSwarm.h: Include gui.h.
	(PplObserverSwarm):  Make pplLeftGraph conform to the Graph
	protocol instead of being statically typed.  Make numberLeft
	conform to the GraphElement protocol instead of being statically
	typed.  Make pplLeftGrapher conform to ActiveGraph instead of 
	being statically typed.  Make colormap conform to the Colormap
	protocol instead of being statically typed.  Make worldRaster
	conform the the ZoomRaster protocol instead of being statically typed.
	Reformatting throughout.
	
	* PplModelSwarm.m ([PplModelSwarm -buildObjects]): Change
	color to be a GUI_Color.

	* Person.m ([Person -setPersonColor:]): Change argument to
	setPersonColor to be a GUI_Color.
	([Person -drawSelfOn:]): Make argument conform to the Raster
	protocol instead of being statically typed.

	* Person.h: Include gui.h instead of tkobjc/Raster.h.
	(Person): Use GUI_Color instead of color.
	Change argument to setPersonColor to be a GUI_Color.

1998-01-13  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* Makefile (SWARMHOME): Don't define if already defined.  Set
	default to 1.0.5.

	* PplObserverSwarm.m ([PplObserverSwarm -buildObjects]): Use
	CREATE_PROBE_DISPLAY to create probe displays for pplModelSwarm
	and PplObserverSwarm.

1997-12-20  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* PplObserverSwarm.m ([PplObserverSwarm -buildActions]): Send
	doTkEvents to actionCache, not controlPanel.

	* VNneighbor.m ([VNneighbor -next:]): Set a default nextNeighbor
	to avoid warning.
	([VNneighbor -previous:]): Set a default previousNeighbor to avoid
	warning.

	* PplObserverSwarm.m ([PplObserverSwarm +createBegin:]): Include
	simtools/ActiveGraph.h.

	* PplModelSwarm.m ([PplModelSwarm +createBegin:]): Use id <ProbeMap>
	not ProbeMap *.
	Reformatting throughout.

	* Person.m ([Person -getName]): Constify return.
	([Person -stayOrGo]): Constify return.

	* VNneighbor.h:  Switch from swarmobject.h to objectbase.h.

	* Agent2d.h: Likewise.

	* PplObserverSwarm.h: Likewise.
