CPAN Rel v2.2.3
[sdlgit/SDL_perl.git] / CHANGELOG
1 Revision history for Perl extension SDL_perl.
2
3 * v2.2.3 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
4         - More Docs
5         - Experimental Mac version
6
7 * Sept 11 2009 Kartik Thakore <thakore.kartik@gmail.com>
8         - Moved Debian patches upstream
9         - http://packages.debian.org/changelogs/pool/main/s/sdlperl/current/changelog
10         - credit goes to Ryan Niebur and Daniel Burr
11
12 * Sept 1 2009 Kartik Thakore <thakore.kartik@gmail.com>
13         - Made Alien::SDL 0.3 dependency
14         - Updated MANIFEST
15 * Aug 31 2009 Kartik Thakore <thakore.kartik@gmail.com>
16         - Fixed broken mixer test on FreeBSD
17 * Aug 27 2009 Kartik Thakore <thakore.kartik@gmail.com>
18         -Made App loop() faster https://rt.cpan.org/Public/Bug/Display.html?id=16988
19         -Patched support for add support for gluquadric* sub https://rt.cpan.org/Public/Bug/Display.html?id=25598
20         -Made App init slimer https://rt.cpan.org/Public/Bug/Display.html?id=16987
21         -Added faster SDL::Color alternative https://rt.cpan.org/Public/Bug/Display.html?id=17975
22         -Added better error reporting for TTFont errors
23         -Added win32 support https://rt.cpan.org/Ticket/Display.html?id=49003
24         
25 * Aug 22 2009 Kartik Thakore <thakore.kartik@gmail.com>
26         -Added no index 
27         -Added james's openbsd.pm
28
29 * Aug 18 2009  Kartik Thakore   <thakore.kartik@gmail.com>
30         -Fixed constants with help from arodland
31         -Added warning instead of die for frozenbubble's sake
32         -Made a build script for Solaris
33
34 * Aug 17 2009   Gabor Szabo <szabgab@gmail.com>
35         - Small fixes in the tutorials
36
37 * Aug 15 2009   Kartik Thakore   <thakore.kartik@gmail.com>
38         - fixed undef access to blit in Surface
39         - made sdl font strict acceptable
40         - added cygwin build fix
41
42 * Aug 7 2009    David J. Goehrig <dgoehrig@cpan.org>
43         - fixed Darwin build breakage
44         - added support for Mac Ports policies
45         - updated the name of the bundle
46         - added Darwin action ./Build bundle to create SDLPerl.app
47         - fixed SDLPerl.app compilation
48         - added .spl file type for SDLPerl applications!
49
50 * Aug 5 2009    Kartik Thakore   <thakore.kartik@gmail.com>
51         - fixed build after Module::Build breakage
52         - fixed openGL header problems
53         - merged darwin app droper builder 
54
55 * Jul 8 2006    David J. Goehrig <dgoehrig@cpan.org>
56         - finished embedding data in example scripts
57         - fixed Mac OS X file associations
58
59 * Mar 15 2006   David J. Goehrig <dgoehrig@cpan.org>
60         - fixed OpenGL examples to work under MacOS X using the SDL Perl.app bundle
61         
62 * Oct 12 2005   David J. Goehrig <dgoehrig@cpan.org>
63         - Fixed bug where SDL::App frees underlying Surface via DESTROY
64         - Added SDL_svg support
65         - cleaned up SDL_gfx support in SDL.xs
66         - cleaned up smpeg support in SDL.xs
67         - Added more SDL_sound support
68         - Added basic SDL_RWops support (TODO - perl callback for user defined)
69
70 * Oct 6 2005    David J. Goehrig <dgoehrig@cpan.org>
71         - Changed constructors to die upon invalid initialization
72
73 * Oct 5 2005    David J. Goehrig <dgoehrig@cpan.org>
74         - Updated the copyright notices as per the LGPL guidelines
75
76 * Oct 4 2005    David J. Goehrig <dgoehrig@cpan.org>
77         - Patched Cygwin.pm
78         - Fixed SDL::Rect documentation
79         - Fixed Freebsd build module package designation
80         - Fixed compile and link argument splitting in make/lib/Build.pm
81         - Added Module::Build to MEAT.yml
82
83 * Sep 23 2004   David J. Goehrig <dgoehrig@cpan.org>
84         - added SDL::Config tests for SDL_gfx support to test/testgfxroto.pl
85                 test/testgfxprim.pl and SDL::Tool::Graphic.pm
86         - removed exists test form SDL::Config::has()
87         - added SDL::PushEvent
88         - added SDL::SetEventType
89         - renamed SDL::OpenGL::glReadPixel(s)
90         - added error message for SDL::OpenGL::glLightModel
91         - cleaned up some formatting issues in OpenGL.xs
92         - fixed bug in SDL::Cdrom (referencing a scalar as a hashref) 
93         - added some more documentation to SDL::Color
94         - added SDL::Event::push (Andy Bakun)
95         - fixed documentation and usage of SDL::Event::set
96         - added SDL::Event::type([type]) setting parameter
97         - updated Pod::ToDemo recommends in Build.PL
98         - added chromatic's OpenGL version checks
99         - added GL_ALL_CLIENT_ATTRIB_BITS (in addition to GL_CLIENT_ATTRIB_BITS)
100         - added chromatic's SDL::Build::Cygwin.pm and SDL::Build::Win32.pm
101         - applied chromatic's patches to SDL::Tutorial, etc. for updated Pod::ToDemo
102
103
104 * Sep 21 2004   David J. Goehrig <dgoehrig@cpan.org>
105         - added thread check to SDL::Constants.pm (prevent unsafe SelfLoader)
106         - applied Andy Bakun <sdlperl@thwartedefforts.org>'s patches
107                 to SDL::CreateRGBSurfaceFrom, SDL::SurfaceCopy, and
108                 SDL::FreeSurface
109         - applied GLint* to typemap patch
110         - applied glRenderMode patch
111         - applied gluPickMatrix patch
112         - fixed SDL::Surface::blit typo bug
113         - applied glGet patch by Luke (enumerating them all!)
114         - fixed typo bug in make/lib/SDL/Build/Darwin.pm
115                 
116
117 * Feb 23 2004   David J. Goehrig <dgoehrig@cpan.org>
118         - fixed OpenGL exporting & bootstrapping
119         - added ifdefs in OpenGL for NURBS and GLUTesslator
120         - updated the test scripts to use SDL::Config 
121         - added OpenGL test
122         - modified SDL::Config->has to use grep instead
123         - fixed SDL::Cdrom::status
124         - added tests for SDL::Video and SDL::MPEG
125         - fixed gluPerspective in test1.pl & test2.pl
126         - moved SDL::OpenGL::Cube code into test2.pl
127         - released SDL_Perl-2.1.0
128
129 * Feb 7 2004    David J. Goehrig <dgoehrig@cpan.org>
130         - added more SMPEG support
131         - added SDL::Video.pm and SDL::MPEG
132
133 * Feb 6 2004    David J. Goehrig <dgoehrig@cpan.org>
134         - removed old build stuff
135         - added SDL::GetAppState
136         - added SDL::GetMouseState and SDL::GetRelativeMouseState
137         - added SDL Perl logo files
138         - Finalized 2.0.5 release
139
140 * Feb 6 2004    chromatic
141         - added SDL::Tutorial
142         - added SDL::Tutorial::Animation
143         - added SDL::Tutorial::Drawing
144         - added SDL::Tutorial::Images
145
146 * Feb 5 2004    David J. Goehrig <dgoehrig@cpan.org>
147         - port chromatic's Module::Build changes to 2.0.4
148         - moved SDL_TEXTWIDTH to SDL.pm (where EXPORTS BELONG in SDL.pm)
149         - applied chromatic's test directory change to testfonttool.pl
150         - fixed near/far in OpenGL.xs
151         - fixed checkkeys.pl to work with new event structure
152         - fixed testjoystick.pl to use new constants
153         - fixed USE_THREADS issue in build system
154         - fixed typo-bugs in SDL::Tool::Graphic.pm
155         - Updated MANIFEST
156         - fixed SFont support added SDL::SFont.pm
157         - removed SDL::Mixer and SDL::Event constants checks, no export
158
159 * Dec 21 2003   chromatic
160         - added glDeleteLists
161         - added glReadPixels
162         - added glReadPixel
163
164 * Sept 2 2003   David J. Goehrig <dave@sdlperl.org>
165         - fixed SDL::Music and SDL::Sound usage in SDL::Mixer
166
167 * Aug 28 2003   Stephane Desneux <sdx@desneux.com>
168         - added SDL_VIDEOEXPOSE constant in SDL::Constants
169
170 * Aug 26 2003   Stephane Desneux <sdx@desneux.com>
171         - modified Makefile.linux to remove debug unless $ENV{DEBUG} is defined
172         - added scripts/GL/gl.h header (OpenGL 1.4 header from Linux NVidia driver)
173         - modified gl_const.pl to generate SDL::OpenGL::Constants.pm using scripts/GL/gl.h
174           OpenGL constants now uses Exporter and SelfLoader
175         - modified sdl_const.pl to generate SDL::Constants 
176           SDL constants now uses Exporter and SelfLoader
177         - modified SDL.pm to export constants from SDL::Constants
178         - modified SDL/OpenGL.pm to export constants from SDL::OpenGL::Constants 
179         - changed all function names in OpenGL.xs (xxx replaced by glxxx or gluxxx)
180           changed export in SDL/OpenGL.pm accordingly
181         - removed warning in SDL::Surface::new()
182
183 * Aug 21 2003   David J. Goehrig <dave@sdlperl.org>
184         - applied Thomas Tongue's MacOS X support patches
185
186 * Aug 20 2003   David J. Goehrig <dave@sdlperl.org>
187         - fixed SDL::Event bug
188
189 * Aug 17 2003   David J. Goehrig <dave@sdlperl.org>
190         - applied Tels' call list patches
191         - fixed some general boneheadedness with use strict
192         - got tests really working
193         - applied Russell's SDL::Tool::Graphic::grayScale patch
194         - added glLightModel
195
196 * Aug 16 2003   David J. Goehrig <dave@sdlperl.org>
197         - applied morgoth.666's patch for glGetdv & others
198         - released 2.0 last week :)
199
200 * May 23 2003   David J. Goehrig <dave@sdlperl.org>
201         - applied Ryan Hanlon's patch for SDL::TTFont::width
202
203 * May 22 2003   David J. Goehrig <dave@sdlperl.org>
204         - fixed typemap
205         - changed SDL::Cdrom to use scalar refs
206         - changed SDL::Console to use scalar refs
207         - changed SDL::Event to use scalar refs
208         - changed SDL::Cursor to use scalar refs
209         - changed SDL::Font to use scalar refs
210         - changed SDL::Music to use scalar refs
211         - changed SDL::Palette to use scalar refs
212         - changed SDL::Sound to use scalar refs
213
214 * May 20 2003   David J. Goehrig <dave@sdlperl.org>
215         - added more OpenGL constants
216         - added OpenGL name & Feedback functions
217         - ported documentation from the website to distro
218
219 * Mar 13 2003   David J. Goehrig <dave@sdlperl.org>
220         - cleaned up OpenGL constants exportation
221         - fixed glColor alpha
222         - fixed all tests & the causes of failure
223         - fixed TTFont.pm color bug
224         - fixed SDL::Tool::Graphic
225
226 * Mar 11 2003   David J. Goehrig <dave@sdlperl.org>
227         - changed USE_THREAD support because perl5.8 usually builds with it
228         - added SDL::Constants & SDL::OpenGL::Constants
229         - removed constant functions from XS code (going easier on the linker)
230         - changed version to SDL_perl-2.0-beta1 Way Too much is Broken release
231         - Moved Opt/* to regular & fixing as found broken
232         - 27% of tests now fail!
233
234 * Feb 25 2003   David J. Goehrig <dave@sdlperl.org>
235         - resized the testmenu.pl script
236
237 * Jan 6 2003    Wayne Keenan  <tripixuk@yahoo.co.uk>
238         - fixed testjoystick.pl
239
240 * Jan 4 2003    David J. Goehrig <dave@sdlperl.org>
241         - Added test suite, Thanks Tels
242         - Added SDL::SurfaceCopy finally
243         - Added SDL::Surface::new -surface && -copy constructors
244         - Changed SDL::Tool::Graphic::* to return a new SDL::Surface object 
245         - Added SDL::Event::resize_w && SDL::Event::resize_h
246
247 * Jan 3 2003    David J. Goehrig <dave@sdlperl.org>
248         - SDL_perl-1.20.0 release
249         - fixed default pitch value in SDL::Surface
250         - fixed test/OpenGL/tutorials/*, removed nasty -flags options
251
252 * Jan 2 2003    David J. Goehrig <dave@sdlperl.org>
253         - Changed SDL::SurfacePixel to work as documented returns SDL_Color*
254         - Changed SDL::Surface::pixel to return SDL::Color object
255         - Changed SDL::SetColorKey to take SDL_Color*
256         - Changed SDL::Surface::set_color_key to take SDL_Color*,SDL::Color, && (x,y)
257         - Added test/testcolor.pl
258         - Fixed SDL::Opt::Surface::pixel to return SDL::Opt::Color objects
259         - Fixed test/testsprite.pl (must call display_format before set_color_key)
260         - removed use strict from test/testmenu.pl
261         - Added SDL::INIT_TIMER
262
263 * Jan 1 2003    David J. Goehrig <dave@sdlperl.org>
264         - Added a lot of documentation stubs
265         - Added SDL_PREALLOC support
266         - Added SDL_VIDEORESIZE event type
267         - Moved SDL_* SDL_Surface flags EXPORT to SDL::Surface
268         - Added SDL::App::resize & -resizeable tag
269         - Updated README
270         - Added SDL::Opt::Surface, SDL::Opt::Rect, SDL::Opt::Color
271
272 * Dec 30 2002   David J. Goehrig <dave@sdlperl.org>
273         - Cleaned SDL::App a little more
274         - Patch release SDL_perl-1.19.2
275
276 * Dec 29 2002   Tels <http://www.bloodgate.com>
277         - Patched SDL::Font includes
278         - Optimized SDL::Rect
279
280 * Dec 28 2002   Tels <http://www.bloodgate.com>
281         - Removed miscelaneous typos
282         - Rewrote utility function SDL::in
283
284 * Dec 25 2002   Tels <http://www.bloodgate.com>
285         - Patched SDL::Timer documentation
286         - Patched SDL::Event documentation
287         - Patched SDL::Cdrom documentation
288         - Patched mail address in Readme
289
290 * Dec 20 2002   Michael Lamertz <mike@perl-ronin.de>
291          - Fixed wrong spelling of XS call to SDL::App::grab_input function
292
293 * Oct 14 2002   David J. Goehrig <dave@sdlperl.org>
294         - Altered usage message printing behavior for Guillaume
295         - Added Guillaume Cottenceau's <gc@mandrakesoft.com>
296         64 bit support patch.
297         - Patch release SDL_perl-1.19.1
298
299 * Oct 13 2002   David J. Goehrig <dave@sdlperl.org>
300         - Added ConvertRGB and ConvertRGBA functions, useful
301         for creating OpenGL textures from arbitrary images.
302         - Updated documentation for SDL::Cursor
303
304 * Oct 11 2002   David J. Goehrig <dave@sdlperl.org>
305         - Added library disable configure options for linux
306         - Released SDL_perl-1.19.0
307
308 * Sept 28 2002  David J. Goehrig <dave@sdlperl.org>
309         - Fixed some prototypes (OpenGL happier on Debian)
310
311 * Sept 5 2002   David J. Goehrig <dave@sdlperl.org>
312         - Optimizaiton in SDL::App::loop, 
313         now syncs app only if action called
314         - Added test/testmenu.pl (precursor to a menu class)
315
316 * Sept 4 2002   Russell Valentine <russ_allegro@yahoo.com>
317         - Added SDL::GraphicTool and testgraphictool.pl
318
319 * Aug 31 2002   David J. Goehrig <dave@sdlperl.org>
320         - Removed redundant variable in SDL::Mixer::fade_in_music
321         Thanks to Peter BARABAS <z0d@artifact.hu> for finding it
322
323 * Aug 30 2002   David J. Goehrig <dave@sdlperl.org>
324         - Altered examples to use 16 bit color
325         - Fixed OpenGL/tutorial gluPerspective bugs
326
327 * Jun 14 2002   David J. Goehrig <dave@sdlperl.org>
328         - Finished color table and convolution support
329         - Added more GLUtesselator support
330
331 * Jun 10 2002   David J. Goehrig <dave@sdlperl.org>
332         - Added configure script, gnuish build environemnt
333
334 * Jun 8 2002    David J. Goehrig <dave@sdlperl.org>
335         - Applied Wayne Keenan's win32 build patches
336
337 * Jun 5 2002    David J. Goehrig <dave@sdlperl.org>
338         - Simply defines GL_ALL_CLIENT_ATTRIB_BITS 0xffffffff
339         - SDL::TTFont added font metric query methods
340
341 * Jun  4 2002   David J. Goehrig <dave@sdlperl.org>
342         - Fixed GL_ALL_CLIENT_BITS Mesa bug again... 
343         It appears to have disappeared after 1.17.2,
344         Thanks Seemant Kulleen & Chris Moeller for
345         pointing it out.
346
347 * May 28 2002   David J. Goehrig <dave@sdlperl.org>
348         - Added tutorials 7 & 8 to test/OpenGL/tutorial
349
350 * May 27 2002   David J. Goehrig <dave@sdlperl.org>
351         - Fixed SDL::OpenGL::TexCoordPointer
352
353 * May 26 2002   David J. Goehrig <dave@sdlperl.org>
354         - SDL_perl-1.18
355
356 * May 25 2002   David J. Goehrig <dave@sdlperl.org>
357         - Fixed include paths under linux
358         - Added SDL::Shell.pm and test/testshell.pl
359
360 * May 24 2002   David J. Goehrig <dave@sdlperl.org>
361         - Fixed more OpenGL GLU tesselator code
362         - Added HAVE_SDL_MIXER around callbacks
363
364 * May 23 2002   Benedikt Meurer <bmeurer@fwdn.de>
365         - Added FreeBSD support
366
367 * May 21 2002   David J. Goehrig <dave@sdlperl.org>
368         - Fixed typo in SDL::App:iconify
369
370 * May 3 2002    David J. Goehrig <dave@sdlperl.org>
371         - Added still more OpenGL support (errors and textures)
372         - Ported old OpenGL tutorials 2-6
373         - Fixed more bugs, improved SDL::SurfacePixels
374         - Added support for glu* and GLU_* exportation
375         - Added OpenGLU Nurbs support
376         - Added Nurbs example test/OpenGL/test5.pl
377         - Added more OpenGL projection and color code
378
379 * May 1 2002    David J. Goehrig <dave@sdlperl.org>
380         - Fixed -Wall (added prototypes, fixed typos, etc)
381         - Improved Makefile, added GLU version detection
382         - Added OpenGL 1.2 dependent feature detection
383         - Added one and two dimension evaluators for OpenGL
384         - Added OpenGL test3.pl and test4.pl
385
386 * Apr 30 2002   Wayne Keenan <wayne@metaverse.fsnet.co.uk>
387         - updated Makefile.win32
388
389 * Apr 29 2002   Guillaume Cottenceau <gc@mandrakesoft.com>
390         - updated Makefile.linux
391
392 * Apr 27 2002   David J. Goehrig <dave@sdlperl.org>
393         - SDL_perl-1.17 release made
394         - updated MANIFEST, etc.
395
396 * Apr 26 2002   David J. Goehrig <dave@sdlperl.org>
397         - Added more OpenGL support 
398
399 * Apr 23 2002   David J. Goehrig <dave@sdlperl.org>
400         - fixed SFont and SDL_Console support
401         - Added SDL::FontTool
402         - Added test/testfonttool.pl 
403
404 * Apr 19 2002   David J. Goehrig <dave@sdlperl.org>
405         - Added proper SDL_mixer callback support
406         - Broke out linux makefile 
407         - Begun OpenGL support
408         - fixed test/testgfxprim.pl screen update bug
409         - fixed test/testgfxroto.pl alpha blits 
410         - Added test/logo.png
411
412 * Apr 16 2002   Wayne Keenan <wayne@metaverse.fsnet.co.uk>
413         - Added SDL_Console support
414         - Added test/testconsole.pl
415         - Added SDL_gfx support
416         - Added test/testgfxroto.pl and test/testgfxprim.pl
417         - Updated Makefile
418
419 * Apr 11 2002   David J. Goehrig <dave@sdlperl.org>
420         - Fixed SDL::ColorB typo
421         - Altered SDL::FillRect and SDL::Pixel to use SDL_Color* sources
422         - Documented SDL::Surface, SDL::Color
423         - Added automagic Surface, Color, and Rect support throughout OO layer
424         - Fixed testsprite.pl, graywin.pl to use above classes
425         - Brokeout Win32 Makefile.PL 
426         - Fixed SMPEG a little bit 
427
428 * Apr 11 2002   Wayne Keenan <wayne@metaverse.fsnet.co.uk>
429         - Added SMPEG support
430         - Added test/testsprite.pl
431
432 * Apr 10 2002   Wayne Keenan <wayne@metaverse.fsnet.co.uk>
433         - Added Win32 threading support in callbacks
434         - Added SDL_GetKeyState
435
436 * Apr 8 2002    Wayne Keenan <wayne@metaverse.fsnet.co.uk>
437         - Added joystick hat constants
438         - Added joystick hat constants to test/testjoystick.pl
439
440 * Apr 5 2002    David J. Goehrig <dave@sdlperl.org>
441         - Fixed SDL_perl.spec according to most of Guillaume's suggestions
442         - Expanded the build_rpms script to upload to sdlperl.org
443         - Added SDL::Timer.pm for timer objects
444         - Added test/testtimer.pl 
445
446 * Apr 4 2002    David J. Goehrig <dave@sdlperl.org>
447         - Added SDL_perl.spec for RPM/SRPM builds
448         - Fixed typo in SDL_perl.xs
449
450 * Apr 4 2002    Wayne Keenan  <wayne@metaverse.fsnet.co.uk>
451         - Fixed Makefile.PL for Win32 builds
452
453 * Apr 4 2002    Russell Valentine <russ_allegro@yahoo.com>
454         - Added test/testjoystick.pl
455
456 * Apr 3 2002    David J. Goehrig <dave@sdlperl.org>
457         - Fixed SDL::TTFont support
458         - Fixed SDL::Color support
459         - Applied Wayne's changes for Win32 support
460         - Moved XS code to SDL_perl.xs
461         - Created SDL_perl.pm
462         - Altered SDL.pm to use SDL_perl.pm
463
464 * Apr 1 2002    David J. Goehrig <dave@sdlperl.org>
465         - Added SDL::Color
466         - Added SDL::TTFont
467         - Added SDL::App::loop
468         - More Documentation
469
470 * Mar 31 2002   David J. Goehrig <dave@sdlperl.org>
471         - Upgraded SFont to version 1.5 <http://www.linux-games.com/sfont>
472         - Removed old examples and began porting SDL test programs to perl
473         - Updated key state modifier code
474         - Added audio processing callbacks and driver interrogation
475
476 * Mar 14 2002   David J. Goehrig <dave@sdlperl.org>
477
478         - Added YUV Overlay support
479         - Added more WM support (toggle fullscreen,grab input,iconify window)
480         - Added Resize Event support
481         - Added Joystick Events support
482         - Added audio status query support
483         - Removed TrackListing  
484
485 * Mar  9 2002   David J. Goehrig <dave@sdlperl.org>
486
487         - Generated sdlpl compatability layer ( known to be buggy )
488         - Bug fixes in OO modules, frozen-bubble now runs under 1.14
489         - Added patches directory to contain fixes for other people's programs 
490         - Added some Set/GetClipRect support
491         - More Documentation 
492         - Began SDL_ttf support
493         - Began SDL_net support
494
495 * Feb 28 2002   David J. Goehrig <dave@sdlperl.org>
496
497         - Fixed-up OO modules to use new API
498         - Added AddTimer and RemoveTimer Support
499         - Added Joystick Support
500         - Added full Init/Quit support for subsystems
501         - Began Documentation Rewrite
502         - Began 1.12 compatability layer
503
504 * Feb 26 2002   David J. Goehrig <dave@sdlperl.org>
505
506         - Altered API / Simplified namespace 
507         - Removed SDL_Image, SDL_Mixer, and OpenGL dependencies
508         - Added extension autodetection to config process
509
510 * Jan 28 2002   Guillaume Cottenceau <gc@mandrakesoft.com>
511
512         - Fixed a deallocation bug in Sound.pm 
513
514 * Jan 22 2002   Guillaume Cottenceau <gc@mandrakesoft.com>
515
516         - Fixed a deallocation bug in Music.pm
517
518 * Dec 18 2000   David J. Goehrig 
519
520         - Removed clipping fuctions 
521         - Updated Readme
522         - Moved more to sourceforge
523
524 * Aug  5 2000   Wayne Keenan
525
526         - Open GL support
527         - OpenGL Glut like Application framework
528         - more video flags 
529         - creating Surface from pre-allocated memory 
530         - BMP screen dump
531         - added state dumpers as an debugging aid
532         - bug fixes
533
534 * May 26 2000   David J. Goehrig
535
536         - Added SFont support.
537
538 * May 22 2000   David J. Goehrig
539
540         - Finished the first release
541