2008-09-01  Richard Hughes  <richard@hughsie.com>

	==== Version 2.23.91 ====

2008-08-31  Claude Paroz  <claude@2xlibre.net>

	* src/gpm-cell.c: (gpm_cell_get_description):
	Produce more translator-friendly strings. Fixes #549854.

2008-08-29  Seán de Búrca  <sdeburca@svn.gnome.org>

	* src/gpm-cell.c: (gpm_cell_get_description):
	Handle "unknown" battery technology result from HAL. Fixes #549789.

2008-08-14  Richard Hughes  <richard@hughsie.com>

	* src/gpm-cell-array.c: (gpm_cell_percent_changed_cb):
	The callback passes a gfloat, not a guint. Fixes #547766

2008-08-14  Richard Hughes  <richard@hughsie.com>

	* src/gpm-cell-array.c:
	Add some g_return_val_if_fail()'s to try to debug #547766

2008-08-14  Richard Hughes  <richard@hughsie.com>

	* src/gpm-cell-array.c: (gpm_cell_array_index_device_id),
	(gpm_cell_array_add_device_id), (gpm_cell_array_coldplug),
	(hal_device_removed_cb), (hal_new_capability_cb),
	(hal_device_added_cb):
	* src/gpm-cell.c: (gpm_cell_set_device_id),
	(gpm_cell_get_device_id), (gpm_st_cell):
	* src/gpm-cell.h:
	Change some internal funciton names to metion an ID, not a UDI.

2008-08-14  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* m4/: Added empty m4/ directory to fix
	autogen/configure failures.

2008-08-13  Gilles Dartiguelongue  <gdartigu@svn.gnome.org>

	* Makefile.am:
	* configure.ac: enhance autofoo readability and fix a typo
	with the gconf-defaults option. Fixes #547502.