BUGS TO FIX:
------------

* Doubleclicks in the comic title list are sometimes interpreted as 2
  single clicks. I have no idea why this is happening - take a look at
  the code and let me know if you have a fix for it.

* When exporting to HTML the image tags that are generated contain the
  entire path as entered in the Add/Edit Issue dialog. This mean that
  the HTML files must be edited by hand if one wants the images to
  appear when it is published to the web.


BUGLETS I MIGHT FIX SOMETIME (IF PEOPLE CARE):
----------------------------------------------

* When sorting Issues the  Issues end up before 0 and any negative
  Issues.

OTHER THINGS:
-------------

* Only saving and loading of .gco files can use gnome-vfs at the
  moment - extend that to include exporting to ASCII and HTML. This
  requires a per vfs handle buffer.
* Add a Subscribed Comics feature (this would be a list of comics that
  are currently on subscription, with features to easily add to and
  delete from this list).
* Add ability to mark comics/issues as subscribed or ordered.
* Add a Select feature.
* Describe the various fields in the README file
* Reimplement preferences (using pong) and add more settings.
* Make an Image viewer and a Comment viewer, so that it becomes
  easier to view the Comment and Image assigned to an Issue.
* Add an "in-place editing" feature to Title, Writer, Penciler, etc.
* Transparently gzip-compress saved files (gnome-vfs?).
* Add printing support (gnome-print).
* Add translations.
* Comment the code. It is not easy to understand the code without
  comments :-(
* Add ability to edit the history lists.
* Make proper use of the Group filed in the Comics (at the moment
  whenever the ComicList is sorted it is first sorted by Group then by
  whatever the user has chosen, ie. Title, Publisher, Type). I would
  like to make it so that the Group name appears as as a Tree node and
  when you click on the + next to it, it expands an shows the comics
  in that Group.
* Make 'Add sequence of Issues' work.
* Make 'Add File Link' work.
  - Make it possible to follow a file link (which is basically just to
    open the file with the name contained in the File Link).
  - Make it possible to Edit a File Link.
* Make links between Comics and Issues possible.
* When a file is loaded the list is automatically sorted by Title, no
  matter how it was sorted last time. Either save the sorting style in
  the file, or allow the user to select his own default sorting
  style.
* Change the data file format to XML.
* Make configure --enable-debug do something useful (disable compiler
  optimization, etc.).
* Add integrated scanner support (via XSane).
* Update the progress bar while loading files.