The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension SDL_perl.

* Dec 30 2002	David J. Goehrig <dave@sdlperl.org>
	- Cleaned SDL::App a little more

* Dec 29 2002	Tels <http://www.bloodgate.com>
	- Patched SDL::Font includes
	- Optimized SDL::Rect

* Dec 28 2002	Tels <http://www.bloodgate.com>
	- Removed miscelaneous typos
	- Rewrote utility function SDL::in

* Dec 25 2002	Tels <http://www.bloodgate.com>
	- Patched SDL::Timer documentation
	- Patched SDL::Event documentation
	- Patched SDL::Cdrom documentation
	- Patched mail address in Readme

* Dec 20 2002   Michael Lamertz <mike@perl-ronin.de>
	 - Fixed wrong spelling of XS call to SDL::App::grab_input function

* Oct 14 2002	David J. Goehrig <dave@sdlperl.org>
	- Altered usage message printing behavior for Guillaume
	- Added Guillaume Cottenceau's <gc@mandrakesoft.com>
	64 bit support patch.
	- Patch release SDL_perl-1.19.1

* Oct 13 2002	David J. Goehrig <dave@sdlperl.org>
	- Added ConvertRGB and ConvertRGBA functions, useful
	for creating OpenGL textures from arbitrary images.
	- Updated documentation for SDL::Cursor

* Oct 11 2002	David J. Goehrig <dave@sdlperl.org>
	- Added library disable configure options for linux
	- Released SDL_perl-1.19.0

* Sept 28 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed some prototypes (OpenGL happier on Debian)

* Sept 5 2002	David J. Goehrig <dave@sdlperl.org>
	- Optimizaiton in SDL::App::loop, 
	now syncs app only if action called
	- Added test/testmenu.pl (precursor to a menu class)

* Sept 4 2002	Russell Valentine <russ_allegro@yahoo.com>
	- Added SDL::GraphicTool and testgraphictool.pl

* Aug 31 2002   David J. Goehrig <dave@sdlperl.org>
	- Removed redundant variable in SDL::Mixer::fade_in_music
	Thanks to Peter BARABAS <z0d@artifact.hu> for finding it

* Aug 30 2002   David J. Goehrig <dave@sdlperl.org>
	- Altered examples to use 16 bit color
	- Fixed OpenGL/tutorial gluPerspective bugs

* Jun 14 2002	David J. Goehrig <dave@sdlperl.org>
	- Finished color table and convolution support
	- Added more GLUtesselator support

* Jun 10 2002	David J. Goehrig <dave@sdlperl.org>
	- Added configure script, gnuish build environemnt

* Jun 8 2002	David J. Goehrig <dave@sdlperl.org>
	- Applied Wayne Keenan's win32 build patches

* Jun 5 2002	David J. Goehrig <dave@sdlperl.org>
	- Simply defines GL_ALL_CLIENT_ATTRIB_BITS 0xffffffff
	- SDL::TTFont added font metric query methods

* Jun  4 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed GL_ALL_CLIENT_BITS Mesa bug again... 
	It appears to have disappeared after 1.17.2,
	Thanks Seemant Kulleen & Chris Moeller for
	pointing it out.

* May 28 2002	David J. Goehrig <dave@sdlperl.org>
	- Added tutorials 7 & 8 to test/OpenGL/tutorial

* May 27 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed SDL::OpenGL::TexCoordPointer

* May 26 2002	David J. Goehrig <dave@sdlperl.org>
	- SDL_perl-1.18

* May 25 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed include paths under linux
	- Added SDL::Shell.pm and test/testshell.pl

* May 24 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed more OpenGL GLU tesselator code
	- Added HAVE_SDL_MIXER around callbacks

* May 23 2002	Benedikt Meurer <bmeurer@fwdn.de>
	- Added FreeBSD support

* May 21 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed typo in SDL::App:iconify

* May 3 2002	David J. Goehrig <dave@sdlperl.org>
	- Added still more OpenGL support (errors and textures)
	- Ported old OpenGL tutorials 2-6
	- Fixed more bugs, improved SDL::SurfacePixels
	- Added support for glu* and GLU_* exportation
	- Added OpenGLU Nurbs support
	- Added Nurbs example test/OpenGL/test5.pl
	- Added more OpenGL projection and color code

* May 1 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed -Wall (added prototypes, fixed typos, etc)
	- Improved Makefile, added GLU version detection
	- Added OpenGL 1.2 dependent feature detection
	- Added one and two dimension evaluators for OpenGL
	- Added OpenGL test3.pl and test4.pl

* Apr 30 2002	Wayne Keenan <wayne@metaverse.fsnet.co.uk>
	- updated Makefile.win32

* Apr 29 2002	Guillaume Cottenceau <gc@mandrakesoft.com>
	- updated Makefile.linux

* Apr 27 2002	David J. Goehrig <dave@sdlperl.org>
	- SDL_perl-1.17 release made
	- updated MANIFEST, etc.

* Apr 26 2002	David J. Goehrig <dave@sdlperl.org>
	- Added more OpenGL support 

* Apr 23 2002	David J. Goehrig <dave@sdlperl.org>
	- fixed SFont and SDL_Console support
	- Added SDL::FontTool
	- Added test/testfonttool.pl 

* Apr 19 2002	David J. Goehrig <dave@sdlperl.org>
	- Added proper SDL_mixer callback support
	- Broke out linux makefile 
	- Begun OpenGL support
	- fixed test/testgfxprim.pl screen update bug
	- fixed test/testgfxroto.pl alpha blits 
	- Added test/logo.png

* Apr 16 2002	Wayne Keenan <wayne@metaverse.fsnet.co.uk>
	- Added SDL_Console support
	- Added test/testconsole.pl
	- Added SDL_gfx support
	- Added test/testgfxroto.pl and test/testgfxprim.pl
	- Updated Makefile

* Apr 11 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed SDL::ColorB typo
	- Altered SDL::FillRect and SDL::Pixel to use SDL_Color* sources
	- Documented SDL::Surface, SDL::Color
	- Added automagic Surface, Color, and Rect support throughout OO layer
	- Fixed testsprite.pl, graywin.pl to use above classes
	- Brokeout Win32 Makefile.PL 
	- Fixed SMPEG a little bit 

* Apr 11 2002	Wayne Keenan <wayne@metaverse.fsnet.co.uk>
	- Added SMPEG support
	- Added test/testsprite.pl

* Apr 10 2002	Wayne Keenan <wayne@metaverse.fsnet.co.uk>
	- Added Win32 threading support in callbacks
	- Added SDL_GetKeyState

* Apr 8 2002	Wayne Keenan <wayne@metaverse.fsnet.co.uk>
	- Added joystick hat constants
	- Added joystick hat constants to test/testjoystick.pl

* Apr 5 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed SDL_perl.spec according to most of Guillaume's suggestions
	- Expanded the build_rpms script to upload to sdlperl.org
	- Added SDL::Timer.pm for timer objects
	- Added test/testtimer.pl 

* Apr 4 2002	David J. Goehrig <dave@sdlperl.org>
	- Added SDL_perl.spec for RPM/SRPM builds
	- Fixed typo in SDL_perl.xs

* Apr 4 2002	Wayne Keenan  <wayne@metaverse.fsnet.co.uk>
	- Fixed Makefile.PL for Win32 builds

* Apr 4 2002	Russell Valentine <russ_allegro@yahoo.com>
	- Added test/testjoystick.pl

* Apr 3 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed SDL::TTFont support
	- Fixed SDL::Color support
	- Applied Wayne's changes for Win32 support
	- Moved XS code to SDL_perl.xs
	- Created SDL_perl.pm
	- Altered SDL.pm to use SDL_perl.pm

* Apr 1 2002	David J. Goehrig <dave@sdlperl.org>
	- Added SDL::Color
	- Added SDL::TTFont
	- Added SDL::App::loop
	- More Documentation

* Mar 31 2002	David J. Goehrig <dave@sdlperl.org>
	- Upgraded SFont to version 1.5 <http://www.linux-games.com/sfont>
	- Removed old examples and began porting SDL test programs to perl
	- Updated key state modifier code
	- Added audio processing callbacks and driver interrogation

* Mar 14 2002	David J. Goehrig <dave@sdlperl.org>

	- Added YUV Overlay support
	- Added more WM support (toggle fullscreen,grab input,iconify window)
	- Added Resize Event support
	- Added Joystick Events support
	- Added audio status query support
	- Removed TrackListing	

* Mar  9 2002	David J. Goehrig <dave@sdlperl.org>

	- Generated sdlpl compatability layer ( known to be buggy )
	- Bug fixes in OO modules, frozen-bubble now runs under 1.14
	- Added patches directory to contain fixes for other people's programs 
	- Added some Set/GetClipRect support
	- More Documentation 
	- Began SDL_ttf support
	- Began SDL_net support

* Feb 28 2002	David J. Goehrig <dave@sdlperl.org>

	- Fixed-up OO modules to use new API
	- Added AddTimer and RemoveTimer Support
	- Added Joystick Support
	- Added full Init/Quit support for subsystems
	- Began Documentation Rewrite
	- Began 1.12 compatability layer

* Feb 26 2002	David J. Goehrig <dave@sdlperl.org>

	- Altered API / Simplified namespace 
	- Removed SDL_Image, SDL_Mixer, and OpenGL dependencies
	- Added extension autodetection to config process

* Jan 28 2002	Guillaume Cottenceau <gc@mandrakesoft.com>

	- Fixed a deallocation bug in Sound.pm 

* Jan 22 2002	Guillaume Cottenceau <gc@mandrakesoft.com>

	- Fixed a deallocation bug in Music.pm

* Dec 18 2000	David J. Goehrig 

	- Removed clipping fuctions 
	- Updated Readme
	- Moved more to sourceforge

* Aug  5 2000	Wayne Keenan

	- Open GL support
	- OpenGL Glut like Application framework
	- more video flags 
	- creating Surface from pre-allocated memory 
	- BMP screen dump
	- added state dumpers as an debugging aid
	- bug fixes

* May 26 2000	David J. Goehrig

	- Added SFont support.

* May 22 2000	David J. Goehrig

	- Finished the first release