=== pygtksourceview 2.0.0 === 2007-09-17 Paolo Borelli * configure.ac: * NEWS: pygtksourceview 2.0.0 released === pygtksourceview 1.90.5 === 2007-09-10 Paolo Borelli * configure.ac: * NEWS: pygtksourceview 1.90.5 released 2007-09-09 Paolo Borelli * gtkosurceview2.defs: * gtkosurceview2.override: * test/test-widget.py: Remove SourceMarkers, feature has been dropped from GtkSourceView. === pygtksourceview 1.90.4 === 2007-08-28 Paolo Borelli * configure.ac: * NEWS: pygtksourceview 1.90.4 released 2007-08-27 Paolo Borelli * gtkosurceview2.defs: * test/test-widget.py: More api update (language-manager) 2007-08-27 Paolo Borelli * gtkosurceview2.defs: more api updates. * test/test-widget.py: bring uptodate with api changes 2007-08-27 Paolo Borelli * gtkosurceview2.defs: update to latest api changes. 2007-08-25 Paolo Borelli * gtkosurceview2.defs: update to latest api changes. 2007-08-25 Paolo Borelli * gtkosurceview2.defs: remove methods that do not exist anymore. === pygtksourceview 1.90.3 === 2007-08-01 Paolo Borelli * configure.ac: * NEWS: pygtksourceview 1.90.3 released 2007-07-27 Paolo Borelli * gtkosurceview2.defs: bind Buffer.ensure_highlight and language.get_hidden. 2007-07-17 Yevgen Muntyan Mingw cross-compiling fixes and some cleanup. * acinclude.m4: MOO_AM_PYTHON_DEVEL_CROSS_MINGW macro to use when cross-compiling with mingw. * configure.ac: Use that macro; use '$PKG_CONFIG' instead of 'pkg-config'; do not use -std=c9x gcc option, we do not do C99. * Makefile.am: require automake-1.9, not 1.7; use -no-undefined and -shrext ".pyd" on win32; call the library "gtksourceview2", not "gtksourceview2module". 2007-07-17 Paolo Borelli * gtkosurceview2.defs: add get_description and get_filename to StyleScheme. 2007-07-16 Yevgen Muntyan * tests/test-widget.py: Do not hardcode font size, just use "monospace". * gtksourceview2.defs: * gtksourceview2.override: API has changed once again. === pygtksourceview 1.90.2 === 2007-07-03 Paolo Borelli * configure.ac: * NEWS: pygtksourceview 1.90.2 released 2007-07-03 Paolo Borelli * gtkosurceview2module.c: the prefix for constants is GTK_SOURCE_ not GTK_. 2007-06-27 Yevgen Muntyan * tests/test-widget.py * gtksourceview2.defs: * gtksourceview2.override (_wrap_gtk_source_style_manager_list_schemes, _wrap_gtk_source_language_manager_list_languages): API changed once again. 2007-06-27 Yevgen Muntyan * gtksourceview2.override (_wrap_gtk_source_style_manager_list_schemes): updated for changed GtkSourceStyleManager API. 2007-06-26 Yevgen Muntyan * gtksourceview2.defs: updated for changed GtkSourceStyleScheme API. === 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). === pygtksourceview 1.90.0 === 2007-06-03 Paolo Borelli * configure.ac: * README: * NEWS: pygtksourceview 2.18.1 released 2007-06-03 Gian Mario Tagliaretti * configure.ac: bump version to 1.90.0 * Makefile.am: clean build, distcheck now works. * docs/reference/builddate.xml: deleted, it's a generated file. 2007-06-02 Paolo Borelli * configure.ac: relax gtskourceview version requirements so that it builds against the 1.90.0 tarball. 2007-05-14 Paolo Borelli * configure.ac: * Makefile.am: * pygtksourceview-2.0.pc.in: Install pygtksourceview-2.0.pc file 2007-05-13 Paolo Borelli * Makefile.am: install gtksourceview2.defs 2007-05-12 Gian Mario Tagliaretti * gtksourceview2.defs: added new enum type GtkSourceViewSmartHomeEndType * configure.ac: fix project link 2007-05-02 Gian Mario Tagliaretti * gtksourceview2.override: (gtk_source_style_manager_get_search_path) use PyList instead of a PyTuple. 2007-05-02 Gian Mario Tagliaretti * initial import