2.1, 03 May 1998

*)	Removed long options --if, --of to make better use of GNU getopt()'s
	abbreviation capabilities. Added -r, -w instead.
*)	Added a few more values to be shown in some places. timeprintf().
*)	Warning message when a scale factor is negative.
*)	Fixed --silencecuts not working in some cases. process_silencecuts() is
	rewritten and (hopefully) is less spaghetti-like. Conditional
	HARDON_CUTS makes the delay-period (--silencedelay) be counted into the
	silent interval. I might make that a cmd line switch, but am not sure
	whether it is useful.
*)	Various methods of deciding whether a sector is silent were tried; I
	have a suspicion that there may be cases where none of them work. The
	most likely candidate is in use at the moment.
*)	Added function --silenceinfo.
*)	Added option --quiet.

2.0, 27 Mar 1998

*)	Added silence detection.
*)	Corrected byte ordering problem for operations other than scaling,
	when the byte order of the local machine was not the same as the byte
	order of the output format.
*)	Corrected example in man page.
*)	Added an indication to the usage showing whether wav2cdr was compiled
	with mygetopt() or GNU getopt().
*)	Took out long options --swch and --noswch to make things friendlier for
	GNU getopt().
*)	Fixed all places where a 32 bit is required not to use int or size_t.
*)	Needed to pull a few tricks for stupid Borland C. Use -DMSDOS_BC!


1.9, 20 Jan 1998	

*)	Fixed endian problem in write_wav_header().
	Thanks to [rick@dgii.com (Rick Richardson)] for noting this.

