7 December 2001:   - Released 0.03
		   - Initial support for building with DJGPP.
		   - Removed docs/Porting - its boring!
		   - Standardised names Get/Read, Set/Write etc.
		   - Moved _msys_GetAppHeader to (em)src/processes.
		   - Added host emulation mode (see README).
		   - Fixed problems with 0.02, crashing apps. Problem was
		     setting ____menuet_apphdr to have value "MENU" rather
		     than pointing to it.
		   - Chose nicer source file names.
		   - Set background functions went missing from
		     docs/Manual.txt and src/background. Put them
		     back in.
		   - Implemented more functions.
		   - Changed *Mainvol and *Cdvol to MainVol and CdVol
		   - Fixed docs/Manual.txt to show required includes.
		   - We are now (kind of) namespace clean! See docs/Namespaces.
		   - Shifted RGB to <menuet/msys.h> (now _msys_RGB).
		   - struct process_info is now struct menuet_process_info
		   - Made winify script subtractive (much easier to maintain).
		   - Added src/gethdr.c to winify script.
		   - Changed location of linker script back to scripts/
		     rather than lib/scripts.
		   - Removed unnecessary
			#include <menuet/syscall.h>
		     from <menuet/msys.h>

30 November 2001:  - Released 0.02
		   - Added some support for "make dist"
		   - Install docs.
		   - Changed linker script to remove .comment sections
		     (MenQuake was 1.3M!).
		   - Fixed CD functions to return error codes.
