=== 2.9.1 ===
2004-11-29  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* NEWS: Update.

	* egg/recent/Makefile.am (EXTRA_DIST): Add missing eggrecent.defs.
	(DISTCLEANFILES): Add stamp-eggtypebuiltins.h eggtypebuiltins.c
	eggtypebuiltins.h.

	* configure.ac: version <- 2.9.1
	Output build status information for egg.recent.

2004-11-27  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* egg/recent/eggrecent.override: override
	_wrap_egg_recent_model_set_filter_(uri_schemes|groups|mime_types).

2004-11-26  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* egg/recent/egg-recent-model.h, egg/recent/egg-recent-modelc:
	Implement binding friendly variants of
	egg_recent_model_set_filter_mime_types,
	egg_recent_model_set_filter_groups, and
	egg_recent_model_set_filter_uri_schemes, accepting a null
	terminated string array instead of variable number of arguments.

	* egg/recent/eggrecent.defs: Add missing definition of
	RecentViewBonobo.
	(get_ui_component): Remove const- from return type.
	(RecentItem): Add missing declation for the RecentItem boxed type.

	* egg/recent/Makefile.am (.defs.c): Register bonobo types.

	* egg/recent/eggrecent.override (EGG_TYPE_RECENT_VIEW_BONOBO):
	define, missing from the header.

2004-11-26  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* configure.ac, egg/Makefile.am: Detect/build egg.recent module.
	* egg/recent/egg-recent-item.c
	* egg/recent/egg-recent-item.h
	* egg/recent/egg-recent-model.c
	* egg/recent/egg-recent-model.h
	* egg/recent/egg-recent-util.c
	* egg/recent/egg-recent-util.h
	* egg/recent/egg-recent-view-bonobo.c
	* egg/recent/egg-recent-view-bonobo.h
	* egg/recent/egg-recent-view-gtk.c
	* egg/recent/egg-recent-view-gtk.h
	* egg/recent/egg-recent-view.c
	* egg/recent/egg-recent-view.h
	* egg/recent/egg-recent.h
	* egg/recent/eggrecent.defs
	* egg/recent/eggrecent.override
	* egg/recent/eggrecentmodule.c
	* egg/recent/populate-recent.c: sources taken from libegg.

2004-11-24  Johan Dahlin  <johan@gnome.org>

	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	* gtkhtml2/Makefile.am:
	* wnck/.cvsignore:
	* wnck/Makefile.am:
	* wnck/wnck.defs:
	* wnck/wnck.override:
	(_wrap_wnck_create_window_menu): Wrap this..
	(_wrap_wnck_class_group_get_windows): ...and this.

	* wnck/wnckmodule.c:

	Add wnck bindings and change automake requirement from 1.9.2 to
	1.7.x
	
2004-11-23  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* gnomeapplet/Makefile.am (pygnome_PYTHON): Install compat dummy
	applet.py module here instead of in gnome-python.
	(install-exec-hook): Remove old module applet.la.

2004-11-22  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* gtksourceview/Makefile.am (.defs.c): fix path to gnomeprint defs
	when builddir is a subdir of srcdir.

=== 2.9.0 ===
2004-11-22  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* NEWS: Update.

	* Makefile.am (EXTRA_DIST): s/EXTRAS_DIST/EXTRA_DIST/.

2004-11-21  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* Makefile.am (EXTRAS_DIST): Add trayicon example to dist.

	* egg/Makefile.am (SUBDIRS): make tray subdir conditional.

	* configure.ac: Check for EGGTRAY packages.  Write egg/Makefile
	and egg/tray/Makefile.

	* egg/tray/Makefile.am,
	* egg/tray/eggtrayicon.c,
	* egg/tray/eggtrayicon.h,
	* egg/tray/trayicon.defs,
	* egg/tray/trayicon.override,
	* egg/tray/trayiconmodule.c: Add trayicon wrapper, copied from
	http://www-106.ibm.com/developerworks/linux/library/l-wrap/, added
	automake integration and update eggtrayicon.[ch] to current cvs
	sources.

	* egg/Makefile.am, egg/__init__.py: Add 'egg' package, only
	providing a namespace for future libegg wrappers.

	* configure.ac: Copy code from pygtksourceview to support new
	gtksourceview module.

	* Makefile.am (EXTRAS_DIST): Add gtksourceview example to dist.

	* examples/gtksourceview/test-widget.py: Add, copied from
	pygtksourceview/tests.

	* AUTHORS: Add contents of pygtksourceview's AUTHORS.

	* gtksourceview/Makefile.am,
	* gtksourceview/gtksourceview.defs,
	* gtksourceview/gtksourceview.override,
	* gtksourceview/gtksourceviewmodule.c: Import gtksourceview
	module, from pygtksourceview 1.1.

2004-11-17  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* gnomeapplet/appletmodule.c (initgnomeapplet): Change name of
	module to "gnomeapplet".

	* gnomeprint/Makefile.am (.defs.c): grab the canvas defs from
	$(PYGTK_DEFSDIR) instead of ../gnome.

	* AUTHORS: Add myself as author.

	* gnome-python-extras-2.0.pc.in: don't need to define defsdir or
	argtypesdir.

	* gnomeapplet/Makefile.am: Makefile to build gnomeapplet
	module. Based on gnome-python's gnome/Makefile.am.  Renamed applet
	module to gnomeapplet.

	* configure.ac: s/gnome_python/gnome_python_extras/.  Remove
	checks for libaries not used.  Check for gnome-python 2.5.90.
	AC_SUBST variable GNOME_PYTHON_ARGTYPES_DIR, whose value is taken
	from the variable 'argtyes' of gnome-python's pkgconfig file.
	Require python 2.3.

	* Makefile.am (EXTRAS_DIST): Remove all examples unrelated to this
	package. s/gnome-python-extras-2.0.pc.in/gnome-python-2.0.pc.in/.
	Change SUBDIRS definition to match new layout.

