
=== pygtksourceview 1.90.2 ===

2007-08-01  Paolo Borelli  <pborelli@katamail.com>

	* configure.ac:
	* NEWS:

	pygtksourceview 1.90.3 released

2007-07-27  Paolo Borelli  <pborelli@katamail.com>

	* gtkosurceview2.defs: bind Buffer.ensure_highlight and
	language.get_hidden.

2007-07-17  Yevgen Muntyan  <muntyan at tamu dot edu>

	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  <pborelli@katamail.com>

	* gtkosurceview2.defs: add get_description and get_filename
	to StyleScheme.

2007-07-16  Yevgen Muntyan  <muntyan at tamu dot edu>

	* 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  <pborelli@katamail.com>

	* configure.ac:
	* NEWS:

	pygtksourceview 1.90.2 released

2007-07-03  Paolo Borelli  <pborelli@katamail.com>

	* gtkosurceview2module.c: the prefix for constants is GTK_SOURCE_
	not GTK_.

2007-06-27  Yevgen Muntyan  <muntyan@tamu.edu>

	* 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  <muntyan@tamu.edu>

	* gtksourceview2.override (_wrap_gtk_source_style_manager_list_schemes):
	updated for changed GtkSourceStyleManager API.

2007-06-26  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview2.defs: updated for changed GtkSourceStyleScheme API.

=== pygtksourceview 1.90.1 ===

2007-06-24  Gian Mario Tagliaretti  <gianmt@gnome.org>

	* configure.ac:
	* NEWS:

	pygtksourceview 1.90.1 released

2007-06-20  Paolo Borelli  <pborelli@katamail.com>

	* gtksourceview2.defs: remove Buffer signals which are not 
	there anymore.

2007-06-18  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview2.defs: updated for new GtkSourceStyle API.

2007-06-11  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview2.defs: wrapped gtk_source_*_manager_get_default().
	* test/test-widget.py: use new api here.

2007-06-09  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview2.defs: added (null-ok) to Buffer.set_language.
	* autogen.sh: do not fail when builddir != srcdir.

2007-06-03  Yevgen Muntyan  <muntyan@tamu.edu>

	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  <pborelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	pygtksourceview 2.18.1 released

2007-06-03  Gian Mario Tagliaretti  <gianmt@gnome.org>
	
	* 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  <pborelli@katamail.com>

	* configure.ac: relax gtskourceview version requirements
	so that it builds against the 1.90.0 tarball.

2007-05-14  Paolo Borelli  <pborelli@katamail.com>

	* configure.ac:
	* Makefile.am:
	* pygtksourceview-2.0.pc.in:

	Install pygtksourceview-2.0.pc file

2007-05-13  Paolo Borelli  <pborelli@katamail.com>

	* Makefile.am: install gtksourceview2.defs

2007-05-12  Gian Mario Tagliaretti  <gianmt@gnome.org>

	* gtksourceview2.defs: added new enum type GtkSourceViewSmartHomeEndType
	
	* configure.ac: fix project link

2007-05-02  Gian Mario Tagliaretti  <gianmt@gnome.org>

	* gtksourceview2.override: (gtk_source_style_manager_get_search_path)
	use PyList instead of a PyTuple.

2007-05-02  Gian Mario Tagliaretti  <gianmt@gnome.org>

	* initial import
