2007-02-27  Richard Hughes  <richard@hughsie.com>

	==== Version 2.17.92 ====

2007-02-27  Richard Hughes  <richard@hughsie.com>

	* configure.in:
	Bump to 2.17.92

2007-02-27  Richard Hughes  <richard@hughsie.com>

	* applets/brightness/brightness-applet.c:
	* data/gnome-power-manager.schemas.in:
	Fix two trivial spelling typos to fix #411592

2007-02-18  Richard Hughes  <richard@hughsie.com>

	* src/gpm-power.c: (gpm_power_init), (gpm_power_finalize):
	Don't ref and unref hal twice for no reason.

	* src/gpm-srv-backlight.c: (button_pressed_cb):
	Check to see if we can do the action to fix #407613

2007-02-18  Richard Hughes  <richard@hughsie.com>

	* src/gpm-proxy.c:
	Save the signal connection id's and remove then when we finalize.
	Prevents a very difficult to trigger and even more difficult to debug
	crasher where proxy instances are connecting to GpmDbusMonitor objects.

2007-02-17  Richard Hughes  <richard@hughsie.com>

	* src/gpm-hal.c: (gpm_hal_device_get_bool),
	(gpm_hal_device_get_string), (gpm_hal_device_get_int),
	(gpm_hal_device_find_capability), (gpm_hal_device_has_capability):
	Check for a NULL proxy when we access HAL to help debug #408705

2007-02-14  Benjamin Canou  <bookeldor@gmail.com>

	* applets/brightness/brightness-applet.c:
	Patch against the SVN trunk to enable scroll and keyboard events.
	It corrects also corrects two little bugs too: tooltips are not shown
	anymore when popped, and a comment was wrong.
	There's still a bug: themes using an image as background are not
	handled correctly. I'll try to correct it soon. Fixes #383653

2007-02-13  Richard Hughes  <richard@hughsie.com>

	* src/gpm-srv-backlight.c: (ac_adapter_changed_cb):
	Check we have the hardware before trying to set the brightness.
	Trivial patch. Fixes #407613