Gaupol 1.0
==========

 * Add wiki documentation on writing extensions
 * Add wiki documentation on writing pattern files
 * Add a wiki page for publishing extensions
 * Add a wiki page for publishing pattern files
 * Migrate from Glade to gtk.Builder

Gaupol 3000
===========

 * Add a built-in GStreamer video player (as extension?)
 * Replace the headers-dialog with a more general properties-dialog
   - SubRip: Write coordinates (extended SubRip format)
   - MicroDVD: Write framerate information subtitle
 * Bump Python dependency to 2.6
   - Remove imports from __future__
   - http://docs.python.org/whatsnew/2.6.html
 * Bump Python dependency to 3.0
   - Remove imports from __future__
   - http://docs.python.org/3.0/whatsnew/3.0.html
 * Bump PyGObject dependency to 2.16
   - Try gobject.option.OptionParser (see #378704)
   - Try gio.AppInfo for launching web browser and video player
 * Bump PyGTK dependency to 2.14
   - Try gtk.show_uri for launching web browser
 * Bump PyEnchant dependency to 1.4
   - All dictionary providers now use a shared default personal word
     file (largely obsoleting the DictWithPWL class)
   - Dict.add_to_pwl renamed to Dict.add
