2010-11-02 Krzesimir Nowak Update for 2.91.1. * Makefile.am: Rised error level for distcheck - I'll just remove the comma in cairo.h myself and that was fixed upstream anyway. * NEWS: Updated. * README: Updated version and dependencies. 2010-11-02 Krzesimir Nowak Remove SourceIter usage from search test. * tests/search/main.cc: Use TextIter and TextSearchFlags instead. 2010-11-02 Krzesimir Nowak Update to gtksourceview-2.91.1. * configure.ac: Bumped needed gtksourceview version. * gtksourceview/src/sourceiter.ccg: * gtksourceview/src/sourceiter.hg: Removed obsolete class - case insensitive search is already supported in Gtk. * gtksourceview/gtksourceviewmm.h: * gtksourceview/gtksourceviewmm/.gitignore: * gtksourceview/src/filelist.am: * gtksourceview/src/sourcecompletioncontext.ccg: * gtksourceview/src/sourcecompletioncontext.hg: Removed usage of SourceIter class. * gtksourceview/src/sourcebuffer.hg: Wrapped "bracket-matched" signal. * gtksourceview/src/gtksourceview_enums.defs: * gtksourceview/src/gtksourceview_methods.defs: * gtksourceview/src/gtksourceview_signals.defs: Regenerated so they don't contain information about obsolete functions and enum. 2010-11-02 Krzesimir Nowak Handled some TODOs. * codegen/m4/convert_gtksourceview.m4: Added new conversion and a note about adding new ones. * gtksourceview/src/sourcebuffer.ccg: Handled a TODO. * gtksourceview/src/sourcebuffer.hg: Added default signal handler and changed prototype of a source-mark-updated signal. * gtksourceview/src/sourcecompletion.hg: Removed TODOs. * gtksourceview/src/sourcecompletionproposal.hg: * gtksourceview/src/sourcecompletionprovider.hg: Virtual functions are now private. * gtksourceview/src/sourceiter.ccg: * gtksourceview/src/sourceiter.hg: Removed commented code and deprecations. * gtksourceview/src/sourcelanguage.hg: Removed default constructor, get_hidden() now returns bool instead of gboolean. * gtksourceview/src/sourcelanguagemanager.hg: Changed array conversions. The part of TODO stating about NULL termination was false anyway. Also ids and paths are handled now as std::string instead of Glib::ustring. * gtksourceview/src/sourcemark.ccg: * gtksourceview/src/sourcemark.hg: Changed constructors - added the one explicitly creating the anonymous mark and a second creating a named one. Changed order of parameters in the latter - that may be source of headaches, so document about API breaks needs to be written! * gtksourceview/src/sourceprintcompositor.hg: Removed the TODOs. * gtksourceview/src/sourcestylescheme.hg: Changed the bogus base class to correct one. * gtksourceview/src/sourcestyleschememanager.hg: Changed array conversions. The part of TODO stating about NULL termination was false anyway. Also ids and paths are handled now as std::string instead of Glib::ustring. * gtksourceview/src/sourceundomanager.hg: Virtual functions are now private. * gtksourceview/src/sourceview.hg: Removed a TODO. 2010-11-02 Krzesimir Nowak Post-release bump to 2.91.1. * configure.ac: Bumped version to 2.91.1.