PowerPak990801 -
            -Initial Release

PowerPak990804 -
            -Finally got the Windows Makefiles working! Thanks to
             Jesper Juul for the fix

PowerPak990805 -
            -Added code to make PowerInput link with C++ sources.
             Thanks to Karl Bartel for this code
            -Replaced #include "SDL.h" with #include"SDL/SDL.h" to make
             compilation easier

PowerPak990806 -
            -Incorporated IMGLib into PowerPak so as to remove one of
             the dependencies, suggested by Karl Bartel
            -Replaced #include "SDL.h" with #include"SDL/SDL.h" to make
             compilation easier (evidently I forgot to do that for

PowerPak990807 -
            -Added IMG.h to the directory which I forgot to do last
             time

PowerPak990816 -
            -Added support for JPEG files in the IMGLib part. This
             comes from Sam's SDL IMGlib demo just like the rest
            -Incorporated the whole thing into one big tarball with one
             common makefile
            -Took -lIMG out of the Mingw32 Makefile which I forgot to
             do before, this fixes a linking problem

PowerPak990817 -
            -Fixed the directory for SDL in powerdraw.h, thanks to 
             Aaron Carlisle for pointing out this flaw

PowerPak990818 -
            -Fixed a header copying problem in the makefile, thanks to
             Aaron Carlisle for pointing out this flaw as well

PowerPak990901 -
            -I finally got the Windows makefiles working. This release
             should work fine under Windows.  I have not yet created a
             dll builder though

PowerPak990905 -
            -Fixed JPEG and PNG support.  If you have the correct
             libraries they will work now

            -Changed the Makefiles so that you can turn off TrueType,
             JPEG and PNG support

PowerPak990911 -
            -Added the function PP_GetMilliseconds

            -Added some fixes that allow Linux/Alpha support thanks to
             Michal Jaegermann for providing the fixes

PowerPak990915 -
            -Added Makefile support for the new Power3D module

PowerPak990930 -
            -Fixed some Makefile problems in Windows makefile

            -Made joystick support and Power3D compilation optional in
             the Makefile

PowerPak2K0316 -
            -Added a seperate Makefile for Mingw32 native and Mingw32
             cross-compilers

            -Added support for MSVC projects thanks to Michael Vess

            -Fixed conditional compilation of MPEG, Power3D, and
             Joysticks thanks to Micael Vess

PowerPak2K0331 -
            -Added a Makefile for BeOS.

            -SMPEG support is now commented out by default for Windows
             and BeOS until SMPEG supports those OS's.

PowerPak2K0511 -
            -Fixed Makefiles to now use libGL and libGLU instead of
             libMesaGL and libMesaGLU

PowerPakNEWEST -
            -Added PP_DoesAppHaveMouseFocus, PP_IsAppActive, and
             PP_DoesAppHaveInputFocus functions

            -Added PP_BYTEORDER variable

            -Changed the directory structure to be more GNUish and
             added autmake support