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

	* EZBin.m ([EZBin -createEnd]): Use
	SET_COMPONENT_WINDOW_GEOMETRY_RECORD_NAME to set archiving key.

	* EZGraph.m ([EZGraph -createEnd]): Likewise.  Remove call to
	enableDestroyNotification:notificationMethod.

	* EZGraph.m ([EZGraph -createEnd]): Use GUIComposite's
	windowGeometryRecordNameForComponent to derive archiving key.
	([EZGraph -createEnd]): Add call to enableDestroyNotification.

	* EZGraph.h (EZGraph): Inherit from GUIComposite. Remove
	graphWindowGeometryRecordName and setter.

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

	* EZBin.m ([EZBin -setWindowGeometryRecordName]): Remove.
	([EZBin -createEnd]): Use inherited windowGeometryRecordName method
	to get value previously provided by graphWindowGeometryRecordName.

	* EZBin.h (EZBin): Include GUIComposite.h, and inherit from it instead
	of SwarmObject.  Remove graphWindowGeometryRecordName and setter.

	* EZBin.m ([EZBin -update]): Include objc-api.h and talk directly
	to the runtime to extract a double from a collection item.

	* EZBin.h: Subclass from SwarmObject not MessageProbe.

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

	* EZBin.m ([EZBin -setWindowGeometryRecordName:]): Add.
	([EZBin -createEnd]): pass on windowGeometryRecordName to Histo.

	* EZBin.h (EZBin): New instance variable graphWindowGeometryRecordName.
	 Declare setWindowGeometryRecordName setter.
	
	* EZGraph.h: Rename setGraphWindowGeometryRecordName to
	setWindowGeometryRecordName.

	* EZGraph.m ([EZGraph -setWindowGeometryRecordName:]): Likewise.

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

	* EZBin.m ([EZBin -createEnd]): Enable and use renamed
	tkobjc_setupHistogramActiveOutlierMarker.

	* EZGraph.m: Constify graphColors.
	([EZGraph -setAxisLabelsX:Y:]): Constify arguments.
	([EZGraph -setTitle:]): Constify argument.
	([EZGraph
	-createGraphSequence:forSequence:withFeedFrom:andSelector:]):
	Constify first argument.
	([EZGraph -createSequence:withFeedFrom:andSelector:aSel]):
	Constify first argument.
	([EZGraph -createAverageSequence:withFeedFrom:andSelector:]):
	Likewise.
	([EZGraph -createTotalSequence:withFeedFrom:andSelector:]):
	Likewise.
	([EZGraph -createMinSequence:withFeedFrom:andSelector:]):
	Likewise.
	([EZGraph -createMaxSequence:withFeedFrom:andSelector:]):
	Likewise.
	([EZGraph -createCountSequence:withFeedFrom:andSelector:aSel]):
	Likewise.
	Reformatting throughout.

	* EZGraph.h (EZGraph): Constify xLabel, yLabel, and title.
	Constify argument to setTitle. 
	Constify arguments to setAxisLabelsX:Y:. 
	Constify first argument to
	createSequence:withFeedFrom:andSelector:. 
	Constify first argument to
	createAverageSequence:withFeedFrom:andSelector.
	Constify first argument to
	createMinSequence:withFeedFrom:andSelector.
	Constify first argument to
	createMaxSequence:withFeedFrom:andSelector.
	Constify first argument to
	createCountSequence:withFeedFrom:andSelector:.
	Reformatting throughout.

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

	* EZDistribution.m ([EZDistribution -output]): Use new wrapper
	function tkobjc_setHistogramActiveOutlierText.
	Reformatting throughout.

	* EZDistribution.h: Reformatting throughout.

	* EZBin.m: Include tkobjc/control.h.
	([EZBin -createEnd]): Use new wrapper functions
	tkobjc_setHistogramBarWidth, tkobjc_setHistogramXaxisRange,
	tkobjc_setupZoomStack, tkobjc_setupHistogramLegend,
	tkobjc_histogramActiveItemInfo.  Include
	tkobjc_setupHistogramMisc, but don't use it, since the
	functionality appears to be repeated in active_item_info.
	([EZBin -output]): Use new wrapper function
	tkobjc_setHistogramActiveOutlierText.
	Reformatting throughout.
	([EZBin -setTitle:]): Constify argument.
	([EZBin -setAxisLabelsX:Y:]): Constify arguments.

	* EZBin.h: Constify argument to setTitle.  Constify arguments
	to setAxisLabelsX:Y:. Constify theTitle, xLabel, and yLabel.

	Reformatting throughout.

Mon Dec  8 22:28:28 1997  glen e. p. ropella  <gepr@swarm.com>

	* Averager.h: changed swarmobject to objectbase

Mon Dec  8 22:27:57 1997  glen e. p. ropella  <gepr@swarm.com>

	* EZBin.h: changed swarmobject to objectbase

Mon Dec  8 22:27:30 1997  glen e. p. ropella  <gepr@swarm.com>

	* Entropy.h ([-getEntropy]): changed swarmobject to objectbase

Mon Dec  8 22:26:53 1997  glen e. p. ropella  <gepr@swarm.com>

	* EZGraph.h: changed swarmobject.h to objectbase.h

1997-11-29  Marcus G. Daniels  <mgd@wijiji.santafe.edu>

	* EZGraph.m ([EZGraph -setGraphWindowGeometryRecordName:]): Add.
	([EZGraph -createEnd]): Add create-time call to
	setWindowGeometryRecordName to BLTGraph.

	* EZGraph.h (EZGraph): Add graphWindowGeometryRecordName instance
	variable and setter.

