1999-12-31  Marcus G. Daniels  <mgd@drone.swarm.org>

	* archiver.m ([Controller -createCollectionAndSave]): Use sync
	instead of save.

1999-09-18  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>

	* Swarm 2.0.1 released.

1999-08-28  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>

	* Swarm 2.0 released.

1999-07-01  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>

	* archiver.m ([MyClass -adjustToOffset]): Make newStr one
	byte larger.
	([MyClass -checkObject]): Copy strVal and split at " "; don't
	use sscanf.

1999-06-30  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>

	* archiver.m ([Controller -createEnd]): Use setCompareCStrings
	instead of setCompareFunction: with compareCStrings function
	argument.

1999-06-28  Alex Lancaster  <alex@santafe.edu>

	* archiver.m ([Controller -createEnd]): Conditionally create
	instances of LispArchiver or HDF5Archiver, as protocols are now
	separate.

1999-06-22  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>

	* archiver.m ([MyClass -setOffset:]): Change offset to unsigned.
	([Key -setOffset:]): Likewise.
	(Key): Likewise.

1999-06-05  Alex Lancaster  <alex@santafe.edu>

	* archiver.m ([MyClass -setUpdateFlag:]): New method and instance
	variable to control whether if -putObject: is used.
	([MyClass -updateArchiver:]): Only call putObject if updateFlag
	set.
	([Controller -setUpdateFlag:]): As per MyClass.
	([Controller -updateArchiver:]): As per MyClass.
	([Controller -createCollectionAndSave]): Use -setUpdateFlag: on
	each created MyClass[Deeper] instance.
	(checkArchiver): Likewise for Controller instances, set the
	inhibitLoadFlag consistently with updateFlag.
	(main): Add corresponding `NO' update tests for each existing Lisp
	archiving test.

1999-02-07  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>

	* Makefile.am, archiver.m: New files.

