2017-05-26  Murray Cumming  <[email protected]>

       2.53.2

2017-05-26  Murray Cumming  <[email protected]>

       Variant: Avoid unused declaration warnings.

2017-05-26  Murray Cumming  <[email protected]>

       tests: Avoid an unused function warnings from G_DECLARE_INTERFACE().

2017-05-18  Kjell Ahlstedt  <[email protected]>

       Gio::UnixSocketAddress::create(): Remove a default value

       Remove the default value of the 'type' parameter. As there is another
       create() with one parameter, the default value makes a call to
       create("pathname") ambiguous. Bug 782592

2017-05-12  Vyacheslav Yurkov  <[email protected]>

       Gio::DBus::Proxy: Wrap call() and call_sync() methods. Bug 781818

2017-05-09  Daniel Elstner  <[email protected]>

       ConstructParams: Do not increment allocation size twice

2017-05-08  Kjell Ahlstedt  <[email protected]>

       Glib, Gio: Update documentation of in-class enums

       * glib/src/glib_docs_override.xml:
       * gio/src/gio_docs_override.xml: Add and modifiy substitute_type_name and
       substitute_enumerator_name xml elements to make gmmproc correctly convert
       C names to C++ names of enums defined in a class.

2017-05-07  Murray Cumming  <[email protected]>

       convert_base.m4: More use of static_cast<>.

2017-05-07  Murray Cumming  <[email protected]>

       gio/src/filelist.am: Really use desktopappinfo.hg to fix the build.

       This fixes a build breakage, when building from a fresh checkout,
       introduced by commit dd671f29ff9a005776ebd9e7cf20fdc5e44c14b8 .

2017-05-06  Murray Cumming  <[email protected]>

       gmmproc: CONV_ENUM: Use static_cast<>.

2017-05-05  Daniel Boles  <[email protected]>

       ActionMap: Improve add_action_with_parameter docs

       Elaborate on the purpose of the parameter_type in the new overload.

2017-05-04  Daniel Boles  <[email protected]>

       ActionMap: Really fix add_action_with_parameter()

       I replaced the old line that both created an Action without a parameter
       and added it, only with a line that creates an Action with a
       parameter... but did not add it. Of course, we need to do that, too.

       https://bugzilla.gnome.org/show_bug.cgi?id=774444#c31

2017-04-30  John Ralls  <[email protected]>

       Bug 781947 - Build fails on MacOS because glib doesn't have gdesktopinfo.

       Disable building desktopapinfo.cpp with the same test used in glib.