2/3/96	Version 0.2.0beta1 Released
	First publically released version.

3/3/96	Version 0.2.1 Released
	Added -W to wipe TAG Info.
	Added %I(n,a.etc) for what TAG Info is present.

4/3/96	Added STD_BUF_LEN and FORMAT_LEN as defines instead of constants.
	Started using jed as editor, all code properly indented. 
	Help or hints with JED *MUCH* wanted. Is there a c-compiler interface?
	Added the NOT IF and ELSE IF to the formatting string.

5/3/96	Finally got a response from Sonny (lsm robot). Unfortunately the lsm
	was wrong :)
	Make mklsm to ease lsm updating.
	Finally could upload to sunsite.

6/3/96	Version 0.2.2 Released
	Added -p to print the genres.
	Fixed a minor bug in the man page.
	Added -N to rename songs.

7/3/96	Working on version 0.2.3
	Fixed tagwipe() to return correctly.
	Oooops.. All the header values are correct for MPEG 1s only.
	Need info on header format of MPEG 2.5

8/3/96	Added MPEG 2 decoding.
	Removed -t and -h (Print TAG and Header, from v0.1)
	Renamed all old n things (song name) to t (song title)
	Added MPEG 2.5. I HOPE it's correct, as it's partly guesswork.
	Fixed a VERY nasty bug in %F formatting. It was %d, not %f :)
	Added 'make test' for use here. Made the errors more consitent.

	Version 0.2.4 Released
	Work began on 0.2.5

12/3/96	Changed %F to use integers, not doubles.
	Started on the play option. (mp3play.c)
	-P implemented, to play.
	Now sets fragment size to 4096, a much better value.
	Added a 'wait for Enter' cheesy routine in the player.
	Added support to use Jung woo-jae's splay incompiled.

13/3/96	Converted the whole thing to C++.
	Bugs will be present.

16/3/96 Squashed one from mp3file.cc, forgot to set haslayer :)
	Updated to use splay-0.2

TODO:
	Fix up README to look nice.
	Stupid 0.01 second soung hang at DSP_SYNC.
	Consider manually buffering output from l3dec.

