=== 2.9.3 ===
2005-01-25  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* totem/Makefile.am (CLEANFILES): Clean plparser.c.

	* nautilusburn/Makefile.am (nautilusburn_la_SOURCES): Add missing
	nb_drive.h, nb_track.h, and nb_typebuiltins.h.
	(defs_DATA): Add missing nb_drive_selection.defs.

	* egg/recent/egg-recent-model.c: Apply patch in comment #4 of bug
	#160531 to fix the huge startup delay.  Thanks Paolo Maggi.

	* egg/recent/eggrecent.defs: EggRecentItem.[gs]et_count removed.

	* egg/recent/egg-recent-item.c,
	* egg/recent/egg-recent-item.h,
	* egg/recent/egg-recent-model.c,
	* egg/recent/egg-recent-model.h: Update to CVS libegg versions.

	* AUTHORS: Update.

	* configure.ac: Use new macro GNOME_COMMON_INIT from gnome-common
	instead of manually changing ACLOCAL variable.  Support linking to
	either mozilla or firefox for gtkmozembed, and add
	--with-gtkmozembed to manually select one of them.

2005-01-22  Benoît Dejean  <TazForEver@dlfp.org>

	* configure.ac: Requires libgtop 2.9.5.

2005-01-19  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* configure.ac: Require gtksourceview 1.1.90.

2005-01-19  Stéphan Kochen  <stephan@kochen.nl>

	* gtksourceview/gtksourceview.defs: Add
	gtksourceview.SourceView.[gs]set_highlight_current_line.

2005-01-18  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* Makefile.am (SUBDIRS): Add nautilusburn.
	(EXTRA_DIST): Add nautilusburn examples.

	* configure.ac: Check for libnautilus-burn, prepare to build
	nautilusburn module.

	* COPYING: Add license information for new nautilusburn module.

2005-01-18  Tiago Cogumbreiro  <cogumbreiro@users.sf.net>

	* examples/nautilusburn/*: Add examples for new nautilusburn module.

	* nautilusburn/*: Add bindings for libnautilus-burn.
	
2005-01-17  Benoît Dejean  <TazForEver@dlfp.org>

	* configure.ac: Requires glib >= 2.6.0 and libgtop >= 2.9.4.

2005-01-17  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* COPYING: Update.  libtotem-plparser is officially now LGPL.

2005-01-16  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* gtksourceview/gtksourceview.override
	(_wrap_gtk_source_tag_style__set_bold): Use PyObject_IsTrue to
	obtain boolean value from object.
	(_wrap_gtk_source_tag_style__set_italic): idem.
	(_wrap_gtk_source_tag_style__set_strikethrough): idem.
	(_wrap_gtk_source_tag_style__set_underline): idem.
	(_wrap_gtk_source_tag_style__set_mask): Remove, not really needed.
	(_wrap_gtk_source_tag_style__set_foreground): Add
	GTK_SOURCE_TAG_STYLE_USE_FOREGROUND to the mask.
	(_wrap_gtk_source_tag_style__set_background): Add
	GTK_SOURCE_TAG_STYLE_USE_BACKGROUND to the mask.
	(_wrap_gtk_source_languages_manager_get_available_languages): Add
	a missing const to shut up gcc.
	(_gslist_to_pylist_objs): Add const to parameter.
	(_wrap_gtk_source_languages_manager_get_lang_files_dirs): Add
	const to avoid compiler warning.  Don't free the return value.
	(_gslist_to_pylist_strs): Make parameter const.
	(_wrap_gtk_source_tag_style__set_foreground): Accept also None, in
	which case the flag GTK_SOURCE_TAG_STYLE_USE_FOREGROUND is cleared
	in the mask.
	(_wrap_gtk_source_tag_style__set_background): Accept also None, in
	which case the flag GTK_SOURCE_TAG_STYLE_USE_BACKGROUND is cleared
	in the mask.

2005-01-15  Stéphan Kochen  <stephan@kochen.nl>

	* gtksourceview/gtksourceview.override: Implement setters for
	GtkSourceTagStyle attributes bold, italic, underline,
	strikethrough, mask, foreground, and background.

2005-01-15  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* COPYING: Replace GPL license with a table indicating license per
	python module.

	* Makefile.am (EXTRA_DIST): Add COPYING.GPL and COPYING.LGPL.

	* gtkmozembed/Makefile.am (pkgpyexec_LTLIBRARIES): Remove
	'module' suffix from library name.

	* gtksourceview/Makefile.am (pkgpyexec_LTLIBRARIES): Remove
	'module' suffix from library name.

	* gtkspell/Makefile.am (pkgpyexecdir): Install gtkspell inside the
	gtk-2.0 pygtk subdir.
	(gtkspell_la_LDFLAGS): Add -export-symbols-regex initgtkspell.

	* gtop/gtop.c: Add Benoît Dejean's libgtop module, from gdesklets.

	* gtop/Makefile.am: Makefile to build gtop module.

	* gdl/Makefile.am (pkgpyexec_LTLIBRARIES): Rename gdlmodule.la to
	gdl.la.
	(INCLUDES): Remove redundant $(PYGTK_CFLAGS).

	* configure.ac: Check for gtop libs.

	* gdl/gdl.defs (gdl_dock_item_new_with_stock): Convert to property
	based constructor.
	(gdl_dock_paned_new): idem.
	(gdl_dock_tablabel_new): idem.

	* gdl/gdl.override (_wrap_gdl_dock_object_dock): Handle
	'other_data' parameter.

	* gdl/gdl.defs (gdl_dock_new): Add (caller-owns-return #f) to
	avoid overriding the constructor.

2005-01-15  John Palmieri  <johnp@martianrock.com>

	* Makefile.am (SUBDIRS): Conditionally add gdl to SUBDIRS.

	* configure.ac: Check for gdl libraries.

	* gdl/*: Add new gdl module, wrapping the C gdl library.

	* examples/gdl/gdl_test.py: New gdl example.

	* Makefile.am (EXTRA_DIST): Include the gdl example.

	Fixes #163250 (New gdl module).

2005-01-06  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* totem/plparser.override: Update to new totem-plparser API (new
	user_data parameter).  Optionally pass user_data to the python
	callback.  General code cleanup.

2005-01-04  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* totem/*: Add Tiago Cogumbreiro's totem playlist parser bindings
	 (http://s1x.homelinux.net/projects/totem-pl-parser-python), with
	some modifications to Makefile.am.  Fixes #162359.

	* Makefile.am: Add totem conditionally to SUBDIRS.

	* configure.ac: Require pygtk version `pygtk_required_version'
	instead of 2.0.0 for pygtkspell.
	Check for totem-plparser library; write totem/Makefile.

2004-12-31  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* configure.ac: Post-release version bump to 2.9.3.

	* NEWS: Fix typos.