0.997 1999-10-15
	Finally, the mono bug was finally fixed. This was of
	course just a small, stupid bug. Thanks to Michael
	Henke, author of DelfMPEG on the Amiga, for pointing
	the (almost) exact place of the bug out. 	

0.996 1999-09-02
	If available, it's now using the 48KHz clock for 32KHz
	as well. I just didn't know if handled that frequency
	too. 
	
	Anders Eriksson provided a save/restore of the audio
	system. It should now restore the sound just as it was
	when you started playing. 

0.995	1999-07-20
	Now using Denis Huguet's clock detection routine, which 
	works with CT2 and dual clock (44.1 and 48KHz). Thanks
	a lot for this routine!
		
	DMA buffers are always allocated in ST-RAM, so it is
	now safe to run the player in TT-RAM, which hopefully
	speeds it up a bit, especially Shoe.
		
	New shoe functions (mp2-external-clock?) and
	(mp2-external-clock). Read more in help.txt. 

0.994 1999-07-03
	Fixed a bug in (mp2-dsp-load) that hanged the computer
	if used when a song wasn't playing. The dsp load shown
	then is (0 0).

0.993	1998-11-08
	Brand new date system in the NEWS file, now Y2K compliant!
		
	A bug where the player crashed when playing songs with
	filenames longer than 31 characters has been fixed.
		
	Shoe commands to place the three windows has been added.
	These can also be run from the mp2audio.sho file in order
	to give the windows default positions when opened. Windows
	also keep their old position during the time the program
	is running, so that they are opened at the same position
	as they were when they were closed.
		
	Using Drag & Drop or the VA protocol, the search path of
	the player is now changed to the path the file send is in.

0.992	981018	NoCrew is here: 1998 anno Domini.

	The old DSP decoder kernel is now replaced with a brand
	new one! The consequences are among many things improved
	sound quality. Also, mono will be supported in a very
	near future. Another cool thing is the RPC (Remote
	Procedure Call) interface first introduced in this version.
	Using RPC, the GEM interface can query the DSP about
	the internal state of the decoder, like DMA status and
	such. The frequency conversion, which is not implemented
	in this version yet, will be configurable during realtime
	replay using RPC. It is possible to query the DSP about
	the load of the decoder. Two values are provided: current
	load and average load. The decoder is not fully optimized
	yet, as some tables will be moved to internal DSP memory
	areas. By the way, the DSP decoder now has a built-in
	debugger! Through RPC, it is possible to query the value
	of all addresses in the DSP memory in realtime while
	playing. Maybe digital volume control can be a future
	RPC application? Perhaps a set of filters? Only time
	can tell.
		
	The system call Dsp_ExecProg is now replaced by an internal,
	compatible, version. The internal version does not feature
	the bad habit of freezing up from time to time, as does
	the system version.
		
	Some unused garbage source files are no longer distributed.
	Also, some of the ugly 0x42424242 stuff have been removed.
	The DSP keeps track of the stream status itself. More can
	be done. The loading procedure in the GEM interface is
	quite complex, the experts may perhaps take a closer look
	on what to do in order to improve the code.

	The help.txt file is somewhat updated and bugfixed.

	The utility program binary2c has been replaced. The new
	version uses templates and things like that to build
	tables with C syntax. Take a look at a file called
	decoder.tml.

	A small note: parts of the decoder are still a bit buggy,
	like that the buttons do not always display the true
	value of the internal status. The decoder has problems
	with proper reloading of songs etc. Have faith. Patience.
	You will be rewarded.

0.99pre	980927
	Console with Shoe interpretor has been added.
	This will replace the config file and act as a script
	language to control the player.
	A few bugs in the windowing system fixed.

0.95	961208
	Drag & Drop protocol and VA_START supported.
	Some minor bugs fixed.

0.93	961207
	The buttons now work even if the window is not
	topped. First looks for mp2audio.cnf in current directory,
	then in c:\. Added config args FIND_FIRST and PLAY_FIRST. 
	DEFAULT_PATH now also takes Unix style paths.

0.92	961205
	One more config argument: FORCE_CLOCK

0.91	961203
	More config arguments added:
	TIME_SLICE, COUNT_DIRECTION and DEFAULT_PATH

0.9	961201
	Dynamic buffers, config file introduced with
	argument BLOCK_SIZE.
		
0.8	961120
	Finds the next song in the current directory.
	Skip to next and previous song. Fast forward.
	Choice of counting up or down. Keyboard control.

0.7	9610??
	Completely remade with DMA transfer to DSP and
	GEM interface.
