1.9.4: 2008-02-06 Murray Cumming * gtksourceview/src/gtksourceview_methods.defs: * gtksourceview/src/sourcebuffer.hg: Added remove_source_marks(), using the latest gtksourceview API with my const correction. 2008-02-06 Murray Cumming * gtksourceview/src/gtksourceview_docs.xml: Removed an odd character that was causing a warning. * gtksourceview/src/gtksourceview_methods.defs: Regenerated with h2defs.py * gtksourceview/src/sourcebuffer.ccg: * gtksourceview/src/sourcebuffer.hg: Renamed the mark methods to match the latest API in gtksourceview. I notice that there are some gmmproc warnings during the build too. 2008-01-20 Murray Cumming * gtksourceview/src/sourcebuffer.hg: * gtksourceview/src/sourcemark.ccg: * gtksourceview/src/sourcemark.hg: * gtksourceview/src/sourcestyleschememanager.hg: * gtksourceview/src/sourceview.hg: Const corrections and ref-counting corrections for getter methods. * tools/m4/convert_gtksourceview.m4: * tools/m4/convert_gtksourceviewmm.m4: Moved GList and GSList conversions to the .m4 files, because the ownership is dependent on the particular function. 2008-01-12 Jonathon Jongsma * configure.ac: bump version to 1.9.4 so we can detect a version with SourceMark api. Also require at least version 2.1.0 of gtksourceview 2008-01-12 Jonathon Jongsma * gtksourceview/src/gtksourceview_docs.xml: re-generate documentation 2008-01-12 Jonathon Jongsma * AUTHORS: may as well add myself here * gtksourceview/src/Makefile_list_of_hg.am_fragment: * gtksourceview/src/sourcestyleschememanager.ccg: * gtksourceview/src/sourcestyleschememanager.hg: add the SourceStyleSchemeManager class, though not fully wrapped 2008-01-12 Jonathon Jongsma * gtksourceview/src/Makefile_list_of_hg.am_fragment: * gtksourceview/src/sourcebuffer.ccg: * gtksourceview/src/sourcebuffer.hg: * gtksourceview/src/sourcemark.ccg: * gtksourceview/src/sourcemark.hg: * tools/m4/convert_gtksourceviewmm.m4: added SourceMark class and SourceMark-related API to SourceBuffer 2008-01-12 Jonathon Jongsma * gtksourceview/src/gtksourceview_enums.defs: * gtksourceview/src/gtksourceview_signals.defs: * gtksourceview/src/gtksourceview_methods.defs: re-generated .defs file for new API in gtksourceview 2.1 * tools/m4/convert_gtksourceviewmm.m4: * tools/extra_defs_gen/generate_defs_gtk.cc: * gtksourceview/src/sourcebuffer.hg: * gtksourceview/src/sourceview.hg: * gtksourceview/src/sourcelanguage.hg: wrapped some additional API in SourceView, SourceBuffer, and SourceLanguage 2007-12-09 Yselkowitz * docs/reference/Makefile.am (docdir): * tools/m4/Makefile.am (tools_m4_includedir): Install to 2.0-versioned directories.