[gnome-power-manager] GNOME Power Manager 2.91.3



commit f694769d76984a5842cfc3b0dc05aa543fb6006b
Author: Richard Hughes <richard hughsie com>
Date:   Wed Dec 1 15:04:38 2010 +0000

    GNOME Power Manager 2.91.3

 NEWS                |   22 ++++++++++++++++++++++
 src/Makefile.am     |    2 --
 src/gpm-self-test.c |    1 -
 3 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index e7898e8..388bafc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 2.91.3
+~~~~~~~~~~~~~~
+Released: 2010-12-01
+
+* Translations
+ - Added UG translation (Gheyret T.Kenji)
+ - Updated Norwegian bokmål translation (Kjartan Maraas)
+ - Updated Romanian translation (Lucian Adrian Grijincu)
+ - Updated Thai translation (Theppitak Karoonboonyanan)
+
+* New Features:
+ - Don't export a full text device description in the tuple (Richard Hughes)
+ - Move the power control panel to the gnome-control-center project (Richard Hughes)
+ - Remove all the preferences options to do with the screen (Richard Hughes)
+ - Remove the CPU idle check before inactive sleep functionality (Richard Hughes)
+ - Remove the DPMS mode selection (Richard Hughes)
+ - Remove the 'event-when-closed-battery' setting (Richard Hughes)
+
+* Bugfix:
+ - Remove unused variable to pacify -Werror (Colin Walters)
+ - The size_request vfunc is going away in GTK3 (Javier Jardón)
+
 Version 2.91.2
 ~~~~~~~~~~~~~~
 Released: 2010-11-08
diff --git a/src/Makefile.am b/src/Makefile.am
index af24e23..2459fe1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -139,8 +139,6 @@ gnome_power_self_test_SOURCES =				\
 	gpm-idle.c					\
 	gpm-common.h					\
 	gpm-common.c					\
-	gpm-load.h					\
-	gpm-load.c					\
 	gpm-phone.h					\
 	gpm-phone.c					\
 	gpm-screensaver.h				\
diff --git a/src/gpm-self-test.c b/src/gpm-self-test.c
index 4d70550..f1064a7 100644
--- a/src/gpm-self-test.c
+++ b/src/gpm-self-test.c
@@ -170,7 +170,6 @@ gpm_test_idle_func (void)
 	g_assert (idle != NULL);
 
 	/* set up defaults */
-	gpm_idle_set_check_cpu (idle, FALSE);
 	gpm_idle_set_timeout_dim (idle, 4);
 	gpm_idle_set_timeout_blank (idle, 5);
 	gpm_idle_set_timeout_sleep (idle, 15);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]