Roadamp to version 1.0RC1 (Roadmap frozen)
==========================================

* Finish the user manual

* fix all remaining known bugs.
    - (cannot reproduce it)Delete a multi-selection: only deletes one file/dir.
                     (David Necas (Yeti) <yeti@physics.muni.cz>)
    - (cannot reproduce it): crash when merging 2 catalogs (Hermann J. Beckers <hjb-rheine@t-online.de>).

    - With configure --disable-pthreads, the progress bar in the scan window does not update.







Some comments by David Necas (Yeti) <yeti@physics.muni.cz>:
---------------------------------------------------------------
Delete a multi-selection: only deletes one file/dir.
It seems like a Gtk bug.

Clicking on a row in CList and then Shift-clicking on another row to select
a range visually selects the range, however, "select-row" signals are not
generated for rows in the range.  The appropriate signals can be made
to be generated later by clicking on the range-end row once more.

Gtk version: 1.2.10 (installed from gtk+-1.2.10-ximian.8.i386.rpm)



Roadamp to version 1.0 (Roadmap frozen)
=============================================

* Same as 1.0RC1 ;-)






Roadamp to version 2.0.0 (Roadmap not frozen)
=============================================

- Optimize some things inside GTKtalog like using memory chuncks instead of calling
   malloc too much.

- Work on libgtktalog and have GTKtalog use libgtktalog. 

- Have a search algorithm that allows some mistyping or approximative spelling.

- Possibility to add columns just like categories or descriptions, but with a user-defined label.
    Suggestion by Jim Lane <JLane@torontohydro.com> who will maybe use a "location" column.

Ideas for version after 1.0.0 (or for people who want to help if the previous
========================================================  was not enough)
                                                        ======================

- Implement MDI (multi-documents).

- Make catalogs of audio CDs. Connect to cddb databases on the internet to get
     names of the CDs and songs. (David Erman <di97@student.hk-r.se> and others)

- generate html instead of txt in a report
   ->Sorry, this will not be implemented. MCatS should do that better.
     Check the gtktalog homepage http://mcats.sourceforge.net to know more about it.

- Use plugins inside VFS (Vaclav Slavik <v.slavik@volny.cz>)

