summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-10-12 07:52:14 +0000
committerBrian Tarricone <brian@tarricone.org>2008-10-12 07:52:14 +0000
commit2b96f9177fd8e956e2315866e8aba6c684b6423d (patch)
treecb99ca8fbb972cc297fcea2f7d328fcf25288dee /NEWS
parent0b342f94dffe590070519b8753566b1c65e92413 (diff)
downloadxfconf-2b96f9177fd8e956e2315866e8aba6c684b6423d.tar.gz
update NEWS
(Old svn revision: 28163)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dfefeae..096c1af 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,14 @@ Xfce 4.6beta1 (Xfce 4.5.91)
* Fix daemon crash when resetting properties recursively.
* Fix daemon sending incorrect property names in the PropertyRemoved
signal when removing multiple properties at once.
+ * For GObject property bindings, if the bound xfconf property is
+ removed from the config store, try to reset the GObject property
+ to the default value specified in its GParamSpec.
+ * Add -R option to xfconf-query which causes the -r option (reset) to
+ operate recursively to include all properties under the specified
+ property.
+ * Add -a option to xfconf-query which forces setting a property as an
+ array even if the array only has one element.
Xfce 4.6alpha (Xfce 4.5.90)
===========================