Gaupol 0.15
===========

 * Add text correction task to split joined words or to join split
   words using spell-check suggestions
   - http://bugzilla.gnome.org/show_bug.cgi?id=572667
 * Merge text correction patterns from subtitleeditor (kitone)
   - http://svn.gna.org/viewcvs/subtitleeditor/trunk/plugins/actions/textcorrection/

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

 * Migrate from Glade to gtk.Builder
 * 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

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
 * Handle fancy quotes, dashes and ellipses in text corrections
   - As bogus regular expression groups, e.g. (?gaupol-quote)?
 * 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
