2011-02-03 Krzesimir Nowak Update for 2.91.5. * NEWS: Updated. * README: * configure.ac: Updated versions and dependencies. 2011-02-03 Krzesimir Nowak Fix make check. * tests/completion.main.cc: Use vector instead of list. Also the vector now keeps pointers to instances of base class. * tests/langs/main.cc: Use vector instead of list. 2011-02-02 Murray Cumming Correct the glibmm check. It is glibmm-2.4, not glibmm. 2011-01-31 Krzesimir Nowak Update migration docs. * gtksourceview/gtksourceviewmm.h: Mention which methods has changed due to move from container handles to vector utils. 2011-01-31 Krzesimir Nowak Bump glibmm version dependendency. * configure.ac: Bumped glibmm version to 2.27.91.1 for vector utils. 2011-01-31 Krzesimir Nowak Adapt to use std::vector. * gtksourceview/src/sourcebuffer.ccg: * gtksourceview/src/sourcebuffer.hg: * gtksourceview/src/sourcecompletion.ccg: * gtksourceview/src/sourcecompletion.hg: * gtksourceview/src/sourcecompletioncontext.ccg: * gtksourceview/src/sourcecompletioncontext.hg: * gtksourceview/src/sourcelanguage.ccg: * gtksourceview/src/sourcelanguage.hg: * gtksourceview/src/sourcelanguagemanager.ccg: * gtksourceview/src/sourcelanguagemanager.hg: * gtksourceview/src/sourcestylescheme.ccg: * gtksourceview/src/sourcestylescheme.hg: * gtksourceview/src/sourcestyleschememanager.ccg: * gtksourceview/src/sourcestyleschememanager.hg: Replaced container handles with vector utils. 2011-01-15 Krzesimir Nowak Post-release bump to 2.91.5. * configure.ac: Bumped version to 2.91.5. 2011-01-15 Krzesimir Nowak Update for 2.91.4. * NEWS: Updated. * configure.ac: * README: Updated version and dependencies. 2011-01-15 Krzesimir Nowak Use cairomm tagfile and more deprecation flags. * configure.ac: SourceGutterRenderer introduced some public API using cairo, so it will appear in doxygen documentation as links with cairomm doxytag used. Also enabled deprecation flags for glibmm, cairomm, pangomm, atkmm, gdkmm and gtkmm. 2011-01-15 Krzesimir Nowak Added missing properties and finished the move to SourceMarkAttributes. * codegen/m4/convert_gtksourceview.m4: Added needed conversion for SourceMarkAttributes, removed SourceMarkCategory conversion. * configure.ac: Fixed the build. * gtksourceview/src/sourcegutterrendererpixbuf.hg: * gtksourceview/src/sourcegutterrenderertext.hg: * gtksourceview/src/sourcelanguage.hg: * gtksourceview/src/sourcelanguagemanager.hg: * gtksourceview/src/sourcestylescheme.hg: * gtksourceview/src/sourcestyleschememanager.hg: Added missing properties. * gtksourceview/src/sourcemarkattributes.hg: Fixed constructor and removed obsolete methods and properties. * gtksourceview/src/sourceview.hg: * gtksourceview/src/sourceview.ccg: Use SourceMarkAttributes instead of SourceMarkCategory. * .gitignore: Ignore patches. * gtksourceview/gtksourceviewmm/.gitignore: Ignore SourceMarkAttributes instead of removed SourceMarkCategory. 2011-01-12 Murray Cumming Fix the build with the latest gtksourceview. * gtksourceview/src/gtksourceview_methods.defs: * gtksourceview/src/gtksourceview_signals.defs: Regenerated. * gtksourceview/src/sourcemarkcategory.[hg|ccg]: Renamed to * gtksourceview/src/sourcemarkattributes.[hg|ccg] as it as renamed in the C API. * gtksourceview/src/filelist.am: Update for the rename. * codegen/extradefs/generate_extra_defs_gtksourceview.cc: Update this too. The signals.defs were generated after this change, of course. 2010-12-27 Krzesimir Nowak Fix build with latest GtkSourceView. * gtksourceview/src/gtksourceview_methods.defs: * gtksourceview/src/sourcemarkcategory.hg: Remove the `stock_' from C gtk_source_mark_category_get_stock_icon_name() and from C++ get_stock_icon_name(). 2010-12-21 Krzesimir Nowak Post-release bump to 2.91.3. * configure.ac: Bumped version to 2.91.3.