11/14/2003 - kcg
	Oops, used v1.0.1 in one spot. changed to v1.0.0

11/14/2003 - kcg
	Change test of negative slew value to avoid printout of
	an exponential number usng %g.  Formatting differences 
	between unix/windows show up (e-10 vs e-010)
	
11/14/2003 - kcg
	Use '%#g' on unix, '%#.5g' with microsoft-C.  The field
	widths are interpreted differently, and this messes up
	a few regressions tests.
	
11/14/2003 - kcg
	Incorporate tabs into text strings and blocks, which are the
	only two data types they make any sense in anyway.  Previously,
	tabs were converted to a space character.  We still complain
	about tabs, regardless, but only the first one we see.

11/14/2003 - kcg
	Change all -Beta-1 references to .0; regenerate test suite.
	
11/12/2003 - kcg
	Added automatic de-ansification to the build system.
	This required an additional option in configure.ac, and
	the inclusion of the ansi2knr program itself in the ./src directory.

11/12/2003 - kcg
	Beta-1 kit distributed.
	
11/12/2003 - kcg
	Fixed problem with the extraction of test files into the ./win
	directory.  Distributions were being built without these files.

11/11/2003 - kcg
	Rebuilt CVS archive with candidate Beta-1 files.  The layout
	changes between this and the previous archive were too extreme
	to deal with otherwise.

11/11/2003 - 11/1/2003 - kcg
	Incorporated GNU autoconf and automake.
	Many changes to exploit new information on operating environment.
	Many changes to integrate test suite with 'make check'
	Replaced all Makefiles.  Rejiggered directory layout completely.
	Fixed:  program name:  ibis-icm --> icmchk1
	Fixed:  program options:  no input file equivalent to -h now.
	                          added -p to retain pipe capability.
	Fixed:  Error messages associated with TABs
	Fixed:  C Syntax errors that gcc overlooked but MSC found.
	Fixed:  Reviewed severity codes associated with incorrect
	        casing of subparmeters and numeric promotion/demotion.
	        Changed several to be more consistent with general intent.
	
	
11/1/2003 - kcg
	Distributed for review/build attempts a preliminaty Beta-1
	candidate.