=== 2.12.1 ===
2005-10-30  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* examples/applet/applet.py (sample_factory): print
	applet.get_background(), to test.

	* docs/gnomeprint/gnomeprint-gnomeprintconfig.xml:
	s/lenght/length/.  Thanks Michael R Head.  Closes #314304.

2005-10-30  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* egg/recent/eggrecent.override (_wrap_egg_recent_model_get_list):
	Implement this. Closes #319960.

	* gnomeapplet/applet.override (_wrap_panel_applet_get_background):
	Implement this.  Closes #315989.

2005-10-24  Tiago Cogumbreiro  <cogumbreiro@gmail.com>

	* nautilusburn/nb_module.c: Add docstring to get_drives_list.
	(nb_get_drives_list): Make first parameter optional.  Fix default
	value for second parameter.

	* nautilusburn/nautilus_burn.override
	(_wrap_nautilus_burn_recorder_write_tracks): Unblock threads.
	(_wrap_nautilus_burn_recorder_blank_disc): idem.

	Reviewed by Gustavo J. A. M. Carneiro.

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

	* gda/pygdavalue_conversions.c: Disable support for date/time
	values if Python version <= 2.3, so that it at least compiles on
	python23.

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

	* wnck/wnck.defs (needs_attention): wnck_window_needs_attention
	was renamed to wnck_window_needs_attention.  Thanks to Dave
	Malcolm.

	* tests/: Add test suite.  For now, all it does is import each
	module, to catch undefined symbol errors.

	* configure.ac, Makefile.am: Add tests dir.