2011-06-24  Krzesimir Nowak  <[email protected]>

       Update for 2.10.2.

       * NEWS:
       * README: Updated.

2011-06-24  Krzesimir Nowak  <[email protected]>

       Fix distcheck.

       * gtksourceview/gtksourceviewmm/wrap_init.h:
       * gtksourceview/src/sourcecompletionprovider.hg: Try to workaround
       bug 640654 by including gdkmm/region.h early.

2011-06-24  Krzesimir Nowak  <[email protected]>

       Fix building with glibmm-2.28.

       * README:
       * configure.ac: Distribute doctools with the tarball. This needs
       mm-common version bumped to 0.9.5.

2011-01-18  Murray Cumming  <[email protected]>

       Fix my previous commit

2011-01-18  Murray Cumming  <[email protected]>

       Use the gtk conversions from gtkmm now that they are not in glibmm.

       * configure.ac: Set GMMPROC_EXTRA_M4_DIR, using a new variable from
       the gtkmm .pc file, in gtkmm from git master.
       This works with mm-common from git master.
       This allows us to use the m4 conversions that gtkmm has installed.

2010-11-13  Krzesimir Nowak  <[email protected]>

       Cleanup of m4 conversions file.

       * codegen/m4/convert_gtksourceview.m4: Removed m4 conversions from other
       libraries than GtkSourceView and conversions for vfuncs and signals...
       * gtksourceview/src/sourcebuffer.hg:
       * gtksourceview/src/sourcecompletion.hg:
       * gtksourceview/src/sourcecompletioninfo.hg:
       * gtksourceview/src/sourcecompletionprovider.hg:
       * gtksourceview/src/sourcecompletionwords.hg:
       * gtksourceview/src/sourcegutter.hg:
       * gtksourceview/src/sourceprintcompositor.hg:
       * gtksourceview/src/sourceview.hg: ...and put them in those files.

2010-11-13  Krzesimir Nowak  <[email protected]>

       Modernize mime types test.

       * tests/mime_types/main.cc: Use vector of strings instead of
       C table of pointers to char.

2010-11-13  Krzesimir Nowak  <[email protected]>

       Add completion test.

       * tests/Makefile.am: Added completion test to build.
       * tests/completion/main.cc: Completion test implementation.

2010-11-13  Krzesimir Nowak  <[email protected]>

       Remove useless include.

       * gtksourceview/src/sourcestyle.ccg: Removed the <cstring> header
       inclusion.

2010-11-13  Krzesimir Nowak  <[email protected]>

       Ignore a new signal.

       * gtksourceview/src/sourceview.hg: Ignored a keybinding "move-words".

2010-11-13  Krzesimir Nowak  <[email protected]>

       Regenerate docs.

       * gtksourceview/src/gtksourceview_docs.xml: Regenerated.

2010-11-13  Krzesimir Nowak  <[email protected]>

       Fix reference counting in SourceBuffer::create_source_mark().

       * gtksourceview/src/sourcebuffer.hg: Added refreturn, because created
       SourceMark is owned by SourceBuffer.
       * gtksourceview/src/sourcebuffer.ccg: Added true to Glib::wrap (),
       because created SourceMark is owned by SourceBuffer.

2010-11-13  Krzesimir Nowak  <[email protected]>

       Fix plenty of reference problems in completion stuff.

       * gtksourceview/src/sourcebuffer.hg:
       * gtksourceview/src/sourcecompletion.hg:
       * gtksourceview/src/sourcecompletionproposal.hg:
       * gtksourceview/src/sourcecompletionprovider.hg:
       * gtksourceview/src/sourcegutter.hg: Added explicit conversion for signal
       and vfunc wrappers, so they take an additional reference to avoid premature
       object disposal due to unreffing it upon temporary wrapper destruction.

2010-11-13  Krzesimir Nowak  <[email protected]>

       Get rid of most TODOs.

       * gtksourceview/src/sourcestyleschememanager.hg:
       * gtksourceview/src/sourcelanguagemanager.hg: Removed TODOs and fixed
       ownership of arrays retured by get_search_path () and get_*_ids ().
       * gtksourceview/src/sourcebuffer.ccg:
       * gtksourceview/src/sourcebuffer.hg:
       * gtksourceview/src/sourcecompletion.hg:
       * gtksourceview/src/sourcecompletionproposal.hg:
       * gtksourceview/src/sourcecompletionprovider.hg:
       * gtksourceview/src/sourcecompletionwords.hg:
       * gtksourceview/src/sourceiter.ccg:
       * gtksourceview/src/sourcelanguage.hg:
       * gtksourceview/src/sourcemark.hg:
       * gtksourceview/src/sourceprintcompositor.hg:
       * gtksourceview/src/sourcestylescheme.hg:
       * gtksourceview/src/sourceundomanager.hg:
       * gtksourceview/src/sourceview.hg: Removed most of TODOs and commented code.

2010-11-07  Krzesimir Nowak  <[email protected]>

       Revert wrong versions in configure and add config include.

       * configure.ac: By accident dependencies were incorrectly bumped.
       * gtksourceview/gtksourceviewmm.h:
       * gtksourceview/src/sourceiter.hg:
       * gtksourceview/src/sourceview.hg: Include gtksourceviewmmconfig.h,
       because GTKSOURCEVIEWMM_DISABLE_DEPRECATED macro is used in these
       files and it is defined in said config file.

2010-07-19  Krzesimir Nowak  <[email protected]>

       Post-release bump to 2.10.2.

       * configure.ac: Bumped version to 2.10.2.