0.05
  Added tooltip for main window (so I don't need a help button... hah! :)

  Added themes!  This is a *huge* change which will probably cause many new
  bugs.  Check out the example theme.rc to see how they work.  Let's get 
  some cool themes together guys!  (I'm no graphic artist. ;)

  Fixed a harmless bug when the playlist dialog is first opened which 
  caused an error from gtk_widget_destroy() to be emitted.

0.04
  Changed the options dialog to use notebooks, and added the "Ext. Mixer"
  and "Autoload" fields (instead of having to use the rc-file all the time).

  Major changes to the code to add "delete_event" handlers to all the
  windows.  I was lazy and didn't do this before, but the new GTK defaults
  to a gtk_widget_destroy() handler when a "delete_event" signal is caught,
  which isn't always a good thing.

0.03
  Added the option of calling an external mixer, instead of the built-in
  one.  Added the "mixerapp" rc-file identifier accordingly.

  Yay!  Got that right-mouse-click bug fixed.  No more unselected songs
  in the playlist!  Required some code to overwrite the GtkList
  signal handlers right at the class level (yuck!)

  "Balance wrap-around" bug fixed.

0.02a
  Changed behaviour of the mixer panel, so the balance only affects the
  global and lineout volumes.

0.02
  Made gmp3 compile properly under gtk 0.99.4, only necessary change was
  to the tooltip code, the gtk_tooltips_set_tips has been replaced with 
  gtk_tooltips_set_tip with an additional argument for "tip_private"

  Changed the "noBorder" option to "managed" inside the rcfile.  This makes
  more sense. 

  Added file name autoparsing, and added the "autoparse" flag to the rcfile.

  Added mixer panel code.  Yay!

  Fixed a major bug in the "Add Dir" button callback which caused the
  song entries to not have a path prepended to their file name.  This
  required extracting some typedefs from the gtkfilesel.c file, which
  comes with GTK, which allowed me to get the cwd of the file selection
  dialog.  The typedefs are located in fileseldefs.h.

  Changed playlist dialog so songs are automatically de-selected after being
  added to the playlist.

  Added autoparsing to command-line-specified files.

  Fixed a bug in the autoparsing code which made it crap out on bad file
  masks in the command-line.

  Added some code to remove the "Mixer..." option from the menu if there is
  no mixer available.  If (when) themes are added, the volume slider might
  also be made to disappear.

0.01c
  Fixed a bug when loading rc files that caused seg faults on some systems.
  Added autoload parameter to rc file

0.01b
  Fixed some major bugs with playlists causing segfaults when moving between
  songs.
