-----------------------------------------------------------------------
Titan 1.1.0 beta        (http://now.at/Titan)

Changes                 27.June.1999

Author: Dan Brown       (_danbrown_@yahoo.com)
-----------------------------------------------------------------------

This means who changed it, J = Jelle, D = Dan.
             |
             |
            \|/
             '
27/06/1999 - D Updated documentation again.

26/06/1999 - D Added an easier save mechanism, you can now just pass a surface, 
                 instead of the width/height/format/palette and image data.

24/05/1999 - D Updated webpage.

23/05/1999 - D Got saving working again.
             D Jpeg seems to have buggered up somewhere though.
             D Added a #ifdef/#endif pair into all the handler files. This is
                 so that the makefiles don't have to be changed to add/remove 
                 support for a format. e.g. if USE_TGA is commented out, it
                 will just compile an empty source file instead.
             D Updated docs.

12/05/1999 - D Restructured whole archive so that there is a base package, and 
                 seperate makefile packages for each compiler.
             D updated docs/BETA
                       docs/BUGS
                       docs/HISTORY
                       docs/TODO
                       docs/CHANGES
                       docs/worklog.dans
                       docs/worklog.jelles
                       docs/html/*.html

01/03/1999 - D Removed Anim class for beta release. FLI is not yet working,
             D so why bother releasing it.

25/02/1999 - J Updated some documentation. 
	   - J Wrote new linux makefiles. 
	   - J Change 'Movie' class to 'Anim'

24/02/1999 - D Added the beginnings of some proper documentation!
           - D PNG saving added. Doesn't saved interlaced yet.

23/02/1999 - D Fixed both of the TGA bugs.
           - D Added some HTML documentation about file handlers

22/02/1999 - D Split the defaults file up, to include image/idefault.* and
                 (soon) movie/mdefault.*

21/02/1999 - D Jpeg saving added

18/02/1999 - D Added a main titan.h file, which includes image and animation
                 (not written yet!) and sets up global #defines, etc.
           - D Changed main class to Image, much better than Titan. This will
                not change again. (probably...)

17/02/1999 - D TGA saving added

24/01/1999 - D Jpeg loading added

22/01/1999 - D PNG loading added

19/01/1999 - D Changed main class from Loader to Titan, because it doesn't just
                 load, it saves too. Handler was already taken. I will probably
                 change this again, because it isn't very descriptive
           - D Added 'Palette Titan::palette(void)'

18/01/1999 - D 1.0.0 beta released
