
0.1
---

Initial Release

0.1.1
-----

Added do_scale() - images bigger than the view screen should
    now scale correctly to fit view screen.

Split up the files.

0.2
---

Added jpeg support.

0.2.1
-----

Select screen and view screen can no longer be different sizes. This
caused opening and closing of new windows all over the place under X
and was annoying. There is now only default_width/default_height options.

Modified the Makefile to handle when libggi or libjpeg is in an
unusual place.

Can now "flip" and "mirror" an image while viewing.

Fleshed out the README a bit.

Added install target to Makefile.

0.2.2
-----

Fixed an error with libjpeg and libgbm both defining TRUE

Seperate config.c now for adding routines to read a config
file.

Can now view files from commandline.

Can now create a thumbnail collage.
This has a nice blue tint to it, but it works... I'll track down
the problem later.

0.2.3
-----

Split things to different directories.

Fixed the blue tint of the collage image. I should be smacked for
not seeing the obvious on this one.

0.2.4
-----

libgbm is being folded into ggv. The version of libgbm available
from my webpage is slightly out-of-date with the version I'm using
for ggv anyway.

0.2.5
-----

Added config file handing.

Small changes to the way view_file works.

Fixed install target.

Started on the manpage, then lost interest. :)

0.2.6
-----

Finished the manpage for ggv.

Added a util dir. Will eventually contain some useful
command-line utilities for manipulating images.

Minor tweak of the makefile.

Fixed error in config.c for reading config file from /usr/local/etc/

Color scheme names can now have spaces in the name. ie... you
no longer have to write "LightSlateGray", you can now write
"Light Slate Gray"

Minor fix of the manpage.

Fixed what looks like a problem with screen updates.

The collage file now adds the file name below the thumbnail image.

0.2.7
-----

Added IFF/LBM image support back to libgbm.

Fixed minor problem with install target.

Added a few utilities to the util directory. No docs for any of them
yet and there are still a few bugs to be worked out. Just run the util
with no arguments and it will show some help.

0.2.8
-----

Patch from W. Scholten <wouters@cistron.nl> to fix set_default_palette

Removed ggiSetFocus call.

0.2.9
-----

Minor additions to the manpage.

Some changes to colors_x.h

Addition of colors_n.h

Change to config.c
Now sets a palette of 221 colors for the main screen. 216 are fixed and
will be used as the default palette for thumbnails. The other 5 colors
are configurable and are used to set the look of ggv.

Minor addition to the help screen.

Minor changes to the README
