* Backend Implementation
  - Implement FileInfoManager::get_status().

* Frontend Implementation
  - Remove I18N messages like "<b>File Browsing</b>"
  - Add a "translator_credits" string to the aboutbox.
  - Add error message dialogs.
  - Add a "Cancel" button (to the progressbar?).
  - Implement Undo/Redo.
  - Maybe a toolbar should be added (not before V3.0).
  - Make plugins deactivateable in the preferences window.
  - Make plugins reorderable in the preferences window.
  - Make the statusbar (!= progressbar) work.
  - Frontend API review/cleanup.
  - Add context menus to the filebrowser.

* Plugin Implementations.
  - Make the Tag-Copier GUI more consistent to the ID3 input plugins.
  - Create a better-looking mpegheader-plugin GUI.
  - Plugins need to provide widgets for the preferences handler,
    including an icon.
  - Write a nice plugin template.
  - Create the genre selector for the ID3V1 and ID3V2 plugins.
  - Write more plugins. (Image display widget, Playlist plugin etc.).

* End User Documentation
  - Write a more detailed end user documentation, if possible in the
    DocBook format and contact the GNOME documentation project for a
    review.
  - Write a nice plugin development tutorial.

* Other issues / GNOME integration issues
  - Check the app for compliance with the HIG.
  - Create a .desktop file.
  - Consult "GNOME Accessibility for Developers" and check the
    application against the checklists.
  - Check the application with "at-poke" and assess the functionality
    of its accessibility implementation.
  - Confirm that the application offers full keyboard navigation.
    -> Add C^S for activating the "Save" button.
  - Make sure that Atk implementations are available for all custom
    widgets.
  - Consult with the GNOME accessibility team on any additional issues.
  - When all I18N stuff is done, contact the translation project again
    and get another review of the app's state.
