2009-01-16 Richard Hughes ==== Version 2.24.3 ==== 2008-12-02 Richard Hughes * src/gpm-button.c: (gpm_button_reset_time): * src/gpm-button.h: * src/gpm-manager.c: (gpm_manager_action_suspend), (gpm_manager_action_hibernate): Reset the event time after we resume so the duplicate key detection code works correctly. Many thanks to Adel Gadllah for debugging and testing. 2008-12-02 Wang Xin * src/gpm-main.c: (main): Remove daemon code. 2008-12-02 Richard Hughes * src/gpm-brightness-xrandr.c: (gpm_brightness_xrandr_output_get_percentage), (gpm_brightness_xrandr_output_down), (gpm_brightness_xrandr_output_up), (gpm_brightness_xrandr_output_set): * src/gpm-brightness.c: (gpm_brightness_set), (gpm_brightness_get), (gpm_brightness_up), (gpm_brightness_down), (gpm_brightness_init): Currently, several Dell laptops contain Intel graphics cards. The Intel driver reports that it is able to change the display brightness, however it also reports the number of levels supported as zero. In cases such as these, gnome power manager should fallback to the functional HAL Backend if it's available for the laptop. Fixes #562900 Patch from Mario Limonciello , and slightly modified by me. Many thanks. 2008-12-02 Richard Hughes * src/gpm-brightness-hal.c: (gpm_brightness_hal_up), (gpm_brightness_hal_down): The Dell Studio 1535 and 1537 both support reading the brightness via HAL and setting via HAL, but handles the keypress in firmware. There is a lack in the logic for handling the OSD in this case. Fixes #562836 Patch from Mario Limonciello , many thanks. 2008-11-17 Richard Hughes * RELEASE: * configure.ac: Post release bump.