Changelog:
----------

v1.2.1:
  - Contributions by Tomas Penicka <tom.penicka@centrum.cz>:
    - new print XSL which supports localization and now also works
      in Opera and Internet Explorer 6
  - updated french translation by Starcrasher <starcrasher1@free.fr>
    (also for print XSL)
  - SS: fix of bug #1781937: conversion to/from unicode just for 
    displaying text in the GTK+ GUI must not be done anymore, there
    were problems with special characters

v1.2.0:
  - Contributions by Tomas Penicka <tom.penicka@centrum.cz>:
    - set of unit tests for all the relevant parts of the application
      (start command: 'python unittests/allTests.py')
    - print disc cover for selected disc
      (generates a temporary XML which is rendered by XSL in browser)
  - SS: Makefile improvements for disc cover printing
  - SS: redesigned Print disk cover dialog (more HIG compliant)
  - SS: german translation update

v1.1.3:
  - new polish translation provided by Wojciech Myrda <vojcek@tlen.pl>
  - new spanish translation provided by Marcelo Fernández
    <fernandezm22@yahoo.com.ar>
  - updated french translation by Starcrasher <starcrasher1@free.fr>

v1.1.2:
  - new italian translation provided by Davide Milazzo <sum90@libero.it>
  - new french translation provided by Starcrasher <starcrasher1@free.fr>

v1.1.1:
  - SS: fixed the deprecation warnings
    (boolean value False instead of gtk.FALSE)

v1.1.0:
  - SS: the date when the disks were added is stored and displayed in the 
    main list
  - SS: the file size is stored for all files of new added disks
    (so it's e.g. possible to compare local with disk files)
  - SS: the "Edit disk" dialog displays the disk content in a treeview,
    the size of files will be diplayed in a separate column
  - SS: the "Search" dialog displays the results in a treeview, the size 
    of files will be diplayed in a separate column
  - SS: i18n and Readme (database format) update

v1.0.0:
  - SS: the sorting order of the disk list is beeing kept after list changes
  - SS: redesign of search dialog (more user friendly):
    - search and results are in one dialog
    - searching can be done without using mouse (usefull when trying many 
      regular expressions until success)
    - case sensitivity can be enabled in normal search mode (user option)
    - appropriate text when nothing was found
  - SS: switching to PyGTK 2.4, necessary changes to remove deprecated code
  - SS: detect the standadized CD directory "/media/cdrom" if available
  - SS: File chooser (from GTK+ 2.4) in "Add disk" dialog for selecting
    mount point directory
  - SS: bugfix: Add disk has failed when the entered mount point contains 
    special unicode characters (e.g. "umlauts")
  - MO: i18n support, german translation
  - SS: all dialogs are using the application icon and are placed in center 
    of the application window now
  - SS: focus widgets and select content on input errors (e.g. Add dialog)
  - SS: bugfix: only existing mount-points are accepted in Add dialog
  - SS: README.txt: documentation of usage, disk archive format and i18n

v0.9.1:
  - MO: Makefile instead of script 'install.sh', so it's possible to install 
    DiskSearch in the common way and use the checkinstall tool
  - SS: added the author Mathias Obst to About dialog
  - SS: fixed bug #1049746 (adding disks works now when some directories are
    not accessible, e.g. when adding NTFS partitions on Win32 systems)
  - SS: select the previous selected disk after changes and scroll to it
    (also when adding new disks)
  - SS: bugfix: the list is in alphabetical order after disks renamings
  - SS: the disk type will be displayed for results in search dialog
  - SS: archive was renamed from .cdsearchdb to .disksearchdb, old archives
    will be renamed at startup
  - SS: default button works in all dialogs by just pressing enter
  - MO: added command line option to specify an archive database file,
    (suggested by djfake@yahoo.com)
  - MO: added command line options to show version and usage

v0.9.0:
  - new features based on feedback from Baris Cicek <baris@teamforce.name.tr>:
    - default buttons in dialogs (e.g. just press enter to start or close)
    - the type (e.g. 'CD', 'ZIP disk') can be assigned to each stored disk
      (there are widgets for assigning in the add and edit dialogs)
    - a comment can be assigned to each stored disk (e.g. the location where
      it is)
    - dialog for editing disk name, type and comment, it also displays the 
      content
  - renamed "CD-ROM" to "disk" in the whole GUI because many types possible now
  - additional column "type" in disk list
  - sorting of disk list by type or name column
  - renamed all python files according to schema "OneTwoThree.py", more 
    readable
  - refactoring: splitted the code of the GUI application class to main, 
    document and view class (MVC related)
  - refactoring: moved all dialog functionality from view to separate classes
  - rename of application to "DiskSearch" including all code and resource 
    renamings
  - created public Sourceforge project, interested users can access the CVS 
    version (http://sourceforge.net/projects/disksearch)
  - the application homepage was moved to http://disksearch.sourceforge.net
  
v0.8.1:
  - use of "python" instead of "python2.2" as interpreter command in scripts
    (no more starting problems on recent distributions, e.g. Debian Sarge)

v0.8:
  - tooltips with explanations in dialogs and toolbar
  - the displaying of CD content and search results is much faster now
  - on startup: display GUI first, then start to load archive 
    (so the user see's that the app is running on huge archives)
  - show waitcursor while loading and saving archive and on adding and 
    searching CD's
  - process GTK events on loading and saving archive and on adding and
    searching CD's => GUI doesn't look "dead" on huge data anymore
  - app window and dialogs are getting visible when their initialization 
    is done
  - message dialogs started from dialogs now using the correct parrent 
    windows
  - successfully tested with Python 2.3 and PyGTK 2.0.0 (on Win32)
  - search dialog: last search string is initially selected

v0.7:
  - bugfixes with unicode string handling in all dialogs (now it's possible
    to use CD names or search for string with special characters in it)
  - Win32 support, start script and installation instructions
  - application icon bugfix in About dialog on Win32

v0.6:
  - bugfix in PyGTK2 initialization (on PyGTK parallel installation)

v0.5:
  - new application icon (based on icons from GNOME project)
  - automatic mount/unmount when adding CD-ROM's (optional)
  - bigger initial window size
  - bugfix: in search result dialog the files in root directory are
    displayed with one leading slash only
  - doubleclick on CD list displays CD content

v0.4: 
  - Initial release
