0.3.x:
- password strength check (cracklib?)
- use a combo box for the username field
- use a fileentry widget for file fields (key file, certificate)
- use a spin button for integer fields (port)
- add a dropdown widget for list fields (like email protocol etc)
- option for autolocking the file after a period of inactivity
- don't use modal dialogs unless absolutely necessary
- add a password generator dialog (under Tools/Password Generator menu)
- add info about file as cmdline-arg in --help text
- make the EntryDropdown display the icon on the button as well as
  in the menu
- create an Entry object, to replace the data dict which is passed
  around currently
- string cleanups

0.4.x:
- move to pygtk 2.2
- remove support for version 0 data files
- better separation of app and library
- library api improvements
- gnome panel applets (account lookup, password generator etc)
- internationalization
- translations
- add support for "copy username/password to clipboard", useful when
  hiding the passwords

0.5.x:
- will introduce a gnome 2.6 dependency
- gnome integration (gnome-vfs, session management, recent docs etc)
- program-launchers for misc account types
- add "copy password to clipboard" menu item to popup (will add
  dependency on pygtk 2.2.0)
- drag'n'drop (wait for gtk+ 2.4.0 to fix the treeview)
- display filtering (wait for treemodelfilter in gtk+ 2.4.0)
- new gtk+ 2.4 file selector
- add a mime-type for the data file (application/x-revelation-data)
  - based on the fd.o shared mime database spec (gnome 2.6)
- use themed icons when possible
- somehow integrate with gnome-keyring (import/export?)

0.6.x:
- accessibility improvements
- help / documentation

1.0.x:
- attempt full HIG compliance
- misc polishing

