Changes made since mikmod-2.11-unix.tgz (5th August 1996)
Steve McIntyre (sam1007@cam.ac.uk)

24/9/96 - Released as MikMod v2.13 for Unix (mikmod-2.13.tar.gz)

23/9/96 - Added Ultra driver from Andy Lo A Foe (arloafoe@cs.vu.nl)
	- Updated Sun/Solaris driver from Valtteri Vuorikoski (vuori@sci.fi)
	- Several minor bug fixes

10/9/96 - Fixed SGI compilation flags.
	- Changed mtypes.h so all signed definitions are explicit.
	- Allow all platforms to use built-in usleep() if necessary.
	- Numerous other small bug fixes.

07/9/96 - Added man page.

06/9/96 - Altered MOD_TYPES to include Amiga-style mod name ordering. If you 
	  have a large archive such as Aminet mounted, you should now be 
	  able to play straight from the archive.

05/9/96 - Minor bug fixes.

04/9/96 - Minor bug fixes.

03/9/96 - Added SGI driver from Stephan Kanthak
	  (kanthak@i6.informatik.rwth-aachen.de)
	- Altered
		+ mikmod.h to list SGI driver functions and to change banner
		+ mikmodux.c to add SGI driver calls, also refesh() fix
		+ Makefile to accommodate new driver
	- Various small bugfixes.

31/8/96 - Completely rewritten archive code in marchive.c, now handles
	  zip, lha/lzh, zoo. Arj support ready, just need newer version of
	  "arj" to test with. Will still only handle one mod per archive as
	  multi-file support will be _painful_.
	- Added "delete" option to ui. Hit 'd' to delete then 'y' to confirm
	  file removal. Useful when scanning large numbers of mods from ftp
	  etc. Doesn't yet remove deleted mod from current playlist, so 
	  skipping backwards will cause program to exit.

30/8/96 - Added AIX driver from Lutz Vieweg (lkv@mania.robin.de)
	- Altered
		+ mikmod.h to list AIX driver functions and to change banner
		+ mikmodux.c to add AIX driver calls, also refesh()
		+ Makefile to accommodate new driver

29/8/96 - Added sanity checking to virtch.c - avoid divide by zero and core
	  dump in "maxvol=16777216L / md_numchan". Thanks to Lutz Vieweg.
	- Moved zip-handling to new source file, marchive.c. Need to 
	  write a front-end function to work like file(1), then call 
	  appropriate archiver

28/8/96 - Released mikmod-2.12-unix.tgz as m212unix.tgz - hopefully should 
	  work on all the platforms.

27/8/96 - Added HP-UX driver from Lutz Vieweg (lkv@mania.robin.de)
	- Altered
		+ mikmod.h to list HP driver functions and to change banner
		+ mikmodux.c to add HP driver calls and ignore ^C
		+ Makefile to accommodate new driver

15/8/96 - Moved to new cleaned-up version of SunOS driver that should work
	for Solaris too. Limited so far, may not work at all for 16-bit or
	high quality audio.

12/8/96 - added DEC AudioFile driver from Roine Gustafsson (e93_rog@e.kth.se)
	(now called drv_AF.c)
	- Altered 
		+ mikmod.h to list AF driver functions and to change banner
		+ mikmodux.c to add AF driver calls
		+ minor bug-fix? to load_ult.c
		+ Makefile to accommodate new driver

11/8/96 - moved volume and tempo multiplier init from mdriver.c to
	mikmodux.c: init once only, so each mod will get the same values
	rather than resetting each mod
	- add sanity check to pattern handling: if the mod is obviously 
	broken (patpos > 255) then go to next pattern
	- mdriver now frees the sound device when paused and reinitialises
	it when un-paused. Saves having to exit completely to allow other
	access to sound device. Could also be useful for on-the-fly
	parameter changing later

