summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAli Abdallah <ali.slackware@gmail.com>2009-06-20 16:40:44 +0000
committerAli Abdallah <ali.slackware@gmail.com>2009-06-20 16:40:44 +0000
commit628eb04efc22fe7330c203a18c92fabb1dc8c7aa (patch)
treea4c39c2b59e865dd0cdf80de41856f803dac2a29 /ChangeLog
parentf369cef601e74fcc8b1bc7d4e6c9be14fbbf1249 (diff)
downloadixfce4-power-manager-628eb04efc22fe7330c203a18c92fabb1dc8c7aa.tar.gz
* settings/xfpm-settings.c
Get a pointer to the notebook before connecting signals. * src/xfpm-xfconf.c Store Configurations in GValues instead of individual variables. * src/xfpm-xfconf.c All configurations now are properties, this gives us configuration change signals for FREE. * settings/xfpm-settings.c Make it compatible with the new configuration changes. * src/xfpm-supply.c Allow suspend as a critical action. * src/xfpm-engine.c Provide lock screen option for LID events. * po/xfce4-power-manager.pot update for new strings. * po/* Updates all the po files. (Old svn revision: 7620)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cefbcee0..633eb712 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2009-06-20: 16:30 Ali aliov@xfce.org
+ * settings/xfpm-settings.c
+ Get a pointer to the notebook before connecting signals.
+ * src/xfpm-xfconf.c Store Configurations in GValues instead of
+ individual variables.
+ * src/xfpm-xfconf.c All configurations now are properties, this gives us
+ configuration change signals for FREE.
+ * settings/xfpm-settings.c Make it compatible with the new configuration
+ changes.
+ * src/xfpm-supply.c Allow suspend as a critical action.
+ * src/xfpm-engine.c Provide lock screen option for LID events.
+ * po/xfce4-power-manager.pot update for new strings.
+ * po/* Updates all the po files.
+
2009-06-15: 15:40 Ali aliov@xfce.org
* Remove libglade and use GtkBuilder instead.