2.25.2: 2010-06-18 Murray Cumming Settings: Fix the build with the latest glib. * gio/src/settingsbackend.[hg|ccg]: Add this interface. Notice the comment about the semi-private get_type() function. * gio/src/filelist.am: Mention the new files. * gio/src/settings.hg: Adapt to the changed glib API, using a SettingsBackend backend instead of a string context. 2010-06-08 Murray Cumming Use GLIBMM_DISABLE_DEPRECATED on StreamIoChannel. * glib/glibmm/streamiochannel.[h|cc]: Put #ifndef GLIBMM_DISABLE_DEPRECATED around this long-since-deprecated class. 2010-06-08 Murray Cumming Remove a junk line from VolumeMonitor.hg. * gio/src/volumemonitor.hg: Remove this line because it must have been an accidental paste or some other confusion: gboolean (*is_supported) (void); It is API but not anything anybody ever would have used. 2.25.1: