2nd March 2004, Simon Goodall <sage@simongoodall.co.uk>
 * Bumped version number to 0.1.1

9th December 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Fixed problems on win32 builds for static library versions.

8th December 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Fix configure.in to check $enable_shared before building dll

4th December 2003 Al Riddoch <alriddoch@zepler.org>

 * Fix include path in pkgconfig file.

1st December 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Added a GLU.h file like GL.h file to find correct header

1st December 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Fixed missing GL.h include in Makefile.am

1st December 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Added autogen comment to generated headers
 * Fixed include of gl.h in sage.h for mac os

22nd October 2003 James Turner <james@worldforge.org>
 * ProjectBuilder project, to make a Sage framework on OS-X.
   Depends on a SDL framework, which you can get from the SDL
   site.
 * Fix an SDL include to use the proper form, i.e <SDL/SDL.h>
   instead of "SDL.h". However, older version of sdl-config
   seem to incorrectly add the full path for CFLAGS - not
   sure what the solution is.  

6th August 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Commiting some Mac OSX changes from KingNato

1st July 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Changes to opengl detection code
 * Uses AC_PATH_X and and AC_PATH_XTRA to pick up X11 dirs
 * Updated build script to make libs function prefixed with SAGE_ and use defines to convert back to original names. This shoud avoid function name conflicts

4th May 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Removed glx and wgl from building due to some problems 
 * Added SDL as a dependancy to spec file

4th May 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Fixed bug in build_sage_glx.h that kept in GLX_VERSION in the gereneated file

29th March 2003 Simon Goodall <sage@simongoodall.co.uk>
  * Added scripts to generate glx and wgl extensions
  * rebuilt src using extensions files from opengl site

23rd March 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Updated build_sage.pl to ues #error if included in wrong order
 * Includes for sage files now use "" instead of <>
 * Fixed bug caused by defining sage_ext in .h file and not .c

13th March 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Updated configure.in and sage/Makefile.am to detect dlltool and dllwrap to build our dll file.
 * Removed sage.dll entry from Makefile.am in favour of one in sage/Makefile.am

13th March 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Slight updates to make it work
 * Looks like we have our first working version!

13th March 2003 Simon Goodall <sage@simongoodall.co.uk>
 * updated build_sage.pl to include a array which can be queired to see if a particular extension is supported

13th March 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Due to problems found with current design, there is now a build_sage.pl script which will generate the source files from a glext.h file. The existing extension files are now obsolete.

15th February 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Added remaining EXT extensions

4th February 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Updated sage.h to not use DLL stuff when compiled under mingw

4th February 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Changes to allow cross-compiling

4th February 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Removed static keyword from .c files as it shuldn't have been there and wsa breaking my lib.

3rd February 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Added .spec file and .pc file to lib

3rd February 2003 Simon Goodall <sage@simongoodall.co.uk>
 * Initial version
