Roadamp to version 0.2.0 (Roadmap not freeze)
=============================================
* Manage the descriptions the same way categories are managed.
* In setup, when "cancel", the new extensions should disappear.
* Try to understand how zlib works (and maybe compress the catalog?)


Roadamp to version 1.0.0 (Roadmap not freeze)
=============================================

Users' side
===========

* stderr must be redirected to a windows instead of std output
  (example: errors with gzip with a file not in gzip format)

* if tar or gzip has a bad exit status, put it in the description field

* Associate a category with a regexp pattern. For example:
     Games : .*/[Gg]ames/.*
     Games : .*/[Jj]eux/.*

* In setup, when "cancel", the new extensions should disappear.

* In setup, it should be possible to edit the AddIcon fields of the config file.

* sort the clist according to a column.

* In the category dialog box:
  - add a "import" button to import the categories from another catalog
  - add a "remove unused" button to remove categories that are unused.

* Ask the user if we save all the descriptions/categories or only the used ones.

* Manage the descriptions the same way categories are managed.

* In search dialog, have more buttons (regex ?; case-sensitive?), nearly one for each field.


Programmers' side
=================

* Use a database (gdbm should be OK) to store the data
  Or compress the file.
