0.09
----
* XML support (write only).
  I am testing how I can save catalogs in XML format via gnome-xml
  and current format isn't probably the final one.

0.08
----
* If 'update list after each command' option wasn't set, the command
  'list all' did nothing. Fixed.
* 'Open recent...' menu entry wasn't updated properly, fixed.
* Annoying warning messages are required because Disk Catalog dumps core (?!)
  if their source is removed 
* configure-script updated

0.07
----
* I have three month holiday now (from the beginning of April
  to the end of June) so development will be faster.
* Little extra dummy entry was still out there. I hope it is fixed now.
* Documentation update
* Packet name change (from disk_catalog to diskcatalog)
* More speed (2x?) via --enable-more-speed option (check ./configure --help)

0.06 (Wed Mar 24 1999)
----
* String disk_catalog changed to diskcatalog
  (I was tired of writing '_' again and again...)
  - config file entries and .desktop entries are untouched, but
    everything else should be in 'diskcatalog' form
* Tested with GNOME 1.0
* Now you can have names with spaces 
  (e.g. in command 'list "LG January 1999.tar.gz"').
  Thanks to Matthew L Daniel <mdaniel@r70h25.res.gatech.edu>
* diskcatalog.spec included. Thanks to Matthew Daniel.
* "Most recent catalog" menu item changed to "Open recent..."
* We use now mmap() (memory mapping) instead of ifstream class
  This fixed a bug which wasn't noticed before
  (earlier one extra dummy entry was added to the end of the list)
* You can choose between old and new catalog format
  (with or without description info)
* New 'describe' command
  Format: describe <file> <path> <disk> [description]
  Examples: describe RPM.tar /zip/kde * Test
            describe RPM.ta? * Zip_A ""
* Much better progress bar behavior with catalogs in the new form
* New submenu 'Actions'
  - Add and search commands are moved to it
* Found a bug from recent menu functions, fixed.
* Program asks confirmation if your try to quit before your catalog is saved

0.05
----
* Tested and compiled with gnome-libs 0.99.7
* Little more speed (almost 6x faster loading)
* Preferences save fix
* Doesn't open multiple catalogs to same list anymore (bug fix)
* New command: count (counts database entries)
* Better "Most recent catalogs" menu update action

0.04
----
* Tested and compiled with gnome-libs 0.99
* Because of changes in GTK Clist component scrolling didn't work
  It works now, thanks to scrolled window.

0.03
----
* Some fixes to tkstring.hh and to tkstring.cpp
* "Most recent catalogs" menu entry

0.02
----
* Close button removed
* New button added
* In File menu "Quit" changed to "Exit"
* Much more speed to readCatalog() function (almost 4x)

0.01
----
* Initial version

