2.27.99:

2011-03-24  Murray Cumming  <[email protected]>

       Remove Gio::Application and friends for now because they are not finished.

       * gio/src/actiongroup.[hg|ccg]:
       * gio/src/application.[hg|ccg]:
       * gio/src/applicationcommandline.[hg|ccg]: Removed these temporarily
       because we removed Gtk::Application temporarily from gtkmm.
       See http://mail.gnome.org/archives/gtkmm-list/2011-March/msg00062.html

2011-03-24  Murray Cumming  <[email protected]>

 Regenerate the XML for the C API documentation.

       * gio/src/gio_docs.xml:
       * glib/src/glib_docs.xml: Regenerated with docextract_to_xml.py.

2011-03-24  Murray Cumming  <[email protected]>

       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  <[email protected]>

       More minor documentation corrections.

       * gio/src/dbusauthobserver.hg:
       * gio/src/dbusconnection.hg:
       * gio/src/dbusmessage.hg:
       * gio/src/dbusmethodinvocation.hg:
       * gio/src/dbusproxy.hg:
       * gio/src/dbusserver.hg:
       * gio/src/dbussubtreevtable.hg:
       * glib/src/varianttype.hg: More fixes since the change from DBus* to DBus::.

2011-03-24  Murray Cumming  <[email protected]>

       Documentation: Change DBus to D-Bus.

       * glib/src/varianttype.hg: Use the correct name for D-Bus.
       I made the same change in the C documentation.

2011-03-24  Murray Cumming  <[email protected]>

       Variant: Improved the documentation, based on the C documentation.

       * glib/src/variant.hg: Also changed two methods to take std::string by
       const &.

2011-03-24  Murray Cumming  <[email protected]>

       Avoid a tarball dependency on mm-common.

       * configure.ac: Add a call to MM_CONFIG_DOCTOOL_DIR() telling it to
       copy the files locally and use them from there.
       * docs/Makefile.am: Dist the copied files, so that the build does not
       try to use the versions installed by mm-common.