0.2.1 : 11JUN2000
* fix crash caused by opening font selection dialog and pressing
  OK without selecting a font.
* Added capplet icon provided by Christian Schaller

0.2.0 : 10JUN2000
* added control center capplet
* removed usage of GdkFontPrivate, instead we fall back to
  using the GtkRcStyle, as the theme-selector capplet does

0.1.2 : 21MAY2000
* moved main.c into grdb subdirectory and split it into 
  main.c, fonts.c, colors.c and grdb.h

0.1.1 : 15MAY2000
* added command line and env. variable to specify fixed font.
  (not an optimal solution, but it works)
* determing italic and bold fonts is done more reliably.
* added a Ddd.ad for the ddd debugger, see comments in the file
  for limitations.
* Removed the support for unused #define values. These were 
  INACTIVE_BLEND, ACTIVE_BLEND, and TITLE_FONT.


0.1.0 : 28APR2000
* initial font support, this is not finished yet
* added command line arguments via popt
* fixed problems with configure --with-included-gettext
* now using grdb.spec.in to generate grdb.spec
  (courtesy Chris Ausbrooks)


0.0.3 : 18MAR2000
* internationalization added, no translations yet.
* use a top level window, instead of button, to get the style.
* fixed some bugs in releasing gtk resources when done with them.
* added support for user .ad files in $HOME/.grdb
* changed code to guesstimate HIGHLIGHT and LOWLIGHT values.
* grdb.spec file for RPMS (courtesy Chris Ausbrooks)

0.0.2 : 24FEB2000
* initial automake/autoconf
* we now process .Xdefaults if it exists
* changed WINDOW_BACKGROUND to use style->base[GTK_STATE_NORMAL]
* some code formatting tweaks

0.0.1 : 19FEB2000
* Use popen() instead of temporary file.
* Sort .ad directory entries after we read them.
* use `gnome-config --datadir`/grdb as location of .ad files,
   this is set in the Makefile
* added GPL License information and crude attempt at documentation


Proof of Concept release : 18FEB2000 
