=== 2.15.90 ===
2006-07-24  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* NEWS: Update.

	* configure.in: Bump version to 2.15.90.

	* Makefile.am (EXTRA_DIST): Add examples/bug-buddy-integration.py,
	a new example demonstrating integration of python errors with
	bug-buddy.  Code from #346106 (Fernando Herrera).

2006-07-18  Gustavo J. A. M. Carneiro  <gjc@inescporto.pt>

	* gnomevfs/pygnomevfs.h: Convert init_pygnomevfs macro to an
	inline static function pygnomevfs_init, for easier debugging.

	* configure.in: Check for GNOMEVFS without pyorbit or bonobo;
	Make a separate check for gnome-vfs with pyorbit and bonobo, to
	build the gnomevfs.gnomevfsbonobo support module.
	
	* gnomevfs/Makefile.am,
	* gnomevfs/__init__.py,
	* gnomevfs/pygnomevfsbonobo.h,
	* gnomevfs/vfsbonobomodule.c,
	* gnomevfs/vfsmodule.c: Split the gnomevfs module in 3 parts: 1. a
	C part, with most APIs, 2. another C part with the bonobo related
	functions, 3. a python part that lazy loads the bonobo functions
	only when required.  This avoids dependency of gnomevfs on bonobo
	and pyorbit for most applications.