summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 161c9ee7..2b82b432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
-2011-03-24 Murray Cumming <murrayc@murrayc.com>>
+2011-03-24 Murray Cumming <murrayc@murrayc.com>
+
+ Gio: Remove SettingsBackend.
+
+ * gio/src/settingsbackend.[hg|ccg]: Remove these because we do not know yet
+ if implementing GSettings backends is useful or encouraged, and our wrapper
+ is unimplemented, requiring an ABI break to fix it when adding the virtual
+ methods.
+ * gio/src/filelist.am: Remove mention of the files.
+ * gio/src/settings.hg: Remove use of SettingsBackend here too. Unfortunately
+ this might have been slightly useful but we cannot provide this API without
+ freezing a SettingsBackend API.
+
+2011-03-24 Murray Cumming <murrayc@murrayc.com>
More minor documentation corrections.