06/17/2002
	* changed Makefile to improve compilation speed, by a lot...
	  2 minutes work, shoulda done it sooner, compile times were
	  pissing me off ;-)
	* miscellaneous changes

06/03/2002
	* changed flags from Uint32 to Uint8
	* added optional locking to SDL_*_TG functions, flag SDL_TG_LOCK
	* other miscellaneous changes

05/29/2002
	* finished rewrite of triangle function, SDL_drawTriangle_TG()
	* minor tweaks, spelling fixes etc.
	* tarballed and put online!

04/15/2002
	* finished new circle function, SDL_drawCircle_TG().
	* new algorithm for circle drawing
	* corrected pixel overlapping in AA/Alpha circles, seems
	  to be 100% correct

04/??/2002
	* finished new line function, SDL_drawLine_TG().
	* major performance enhancements

04/11/2002
	* started a complete rewrite.  all AA/Alpha functions are
	  being replaced with one single function, flags can be
	  passed to turn on anti-aliasing and alpha blending
	* changed version to 0.2.0

04/03/2002
	* fixed some casting errors with surface->pixels, should fix
	  some compile problems
	* started a changelog ;-)

