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