=== pygtksourceview 1.90.1 === 2007-06-24 Gian Mario Tagliaretti * configure.ac: * NEWS: pygtksourceview 1.90.1 released 2007-06-20 Paolo Borelli * gtksourceview2.defs: remove Buffer signals which are not there anymore. 2007-06-18 Yevgen Muntyan * gtksourceview2.defs: updated for new GtkSourceStyle API. 2007-06-11 Yevgen Muntyan * gtksourceview2.defs: wrapped gtk_source_*_manager_get_default(). * test/test-widget.py: use new api here. 2007-06-09 Yevgen Muntyan * gtksourceview2.defs: added (null-ok) to Buffer.set_language. * autogen.sh: do not fail when builddir != srcdir. 2007-06-03 Yevgen Muntyan Some little fixes. * test/test-widget.py: made it work, removed printing stuff. * gtksourceview2.override: some fixes here and there, corrected set_search_path() methods. * gtksourceview2.defs: renamed all SourceSomeThing to SomeThing; corrected GtkSourceBuffer and GtkSourceView constructors to make codegen do right thing; corrected SourceStyle. * configure.ac: require pygobject-2.8 instead of 2.10; removed sed script which removed -export-dynamic from PYGTKSOURCEVIEW_LIBS (there is no -export-dynamic, and it breaks things here).