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

       Update for 2.10.1.

       * NEWS:
       * README: Updated.

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

       Fixed passing empty strings to guess_language() method.

       * gtksourceview/src/sourcelanguagemanager.ccg:
       * gtksourceview/src/sourcelanguagemanager.hg: In gtksourceview
       2.10.x passing an empty string to
       gtk_source_language_manager_guess_language() causes assertion fail.
       And Glib::ustring::c_str() never returns NULL, but an empty string,
       so that causes this method being useful only when passed an awkward
       " " string instead of Glib::ustring() to unneeded parameter. Now
       when passed Glib::ustring is empty, then NULL is passed to C
       function.

2010-04-17  Shaun McCance  <[email protected]>

       [gtksourceviewmm.doap] Fix invalid multiple objects in maintainer prop

2010-04-06  Krzesimir Nowak  <[email protected]>

       Post-release bump to 2.10.1.

       * configure.ac: Bumped version to 2.10.1.