commit 828f5fbc808d4f8dbcbb92df0231bb423a02e0f1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jul 20 23:18:54 2015 -0400

    3.17.4

M	NEWS

commit fd20e6cef699fc1519b5606ea8f897bce72cdd70
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 3 13:56:50 2015 -0700

    gnome-rr: remove unused EDID parsing code
    
    This is provided by Mutter these days. We can remove the in-tree unused
    code.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751928

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	libgnome-desktop/Makefile.am
D	libgnome-desktop/edid-parse.c
D	libgnome-desktop/edid.h
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-output-info.c
M	libgnome-desktop/gnome-rr.c

commit 12ed155a0679367cf94f4dd919868a334a791804
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 3 13:58:23 2015 -0700

    docs: remove private types from sections.txt

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt

commit 85c903d7bec61ed1f0f0d1ef6c55822d27fd100e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 3 13:53:47 2015 -0700

    gnome-languages: fix a GCC warning

M	libgnome-desktop/gnome-languages.c

commit 8f4eb2b9441f74bc4ce01a19af7fe0c9c7efa8d8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 3 13:49:58 2015 -0700

    docs: add more private files to the ignore list

M	docs/reference/gnome-desktop3/Makefile.am

commit 24b555562e8c475fbebc0388c5ca27a094a17647
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 3 13:42:16 2015 -0700

    docs: add more missing documentation to sections.txt

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt

commit 556eb88be4234b983ef18e2e19ac8b2e73df5a59
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jul 1 18:14:45 2015 -0700

    docs: add missing methods for underscanning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751814

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt

commit 6ca97207ad94316783bd8a7b605192caa7a95f0b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jul 1 18:03:04 2015 -0700

    gnome-rr: add a method to discover when underscanning is supported
    
    So that the control center will be able to hide/show a checkbox
    accordingly when the hardware supports it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751814

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 27ce2df1ef6f8606c082137a2132f4be535572f4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 2 19:11:27 2015 +0200

    gnome-rr: Add dpms-mode information in debug
    
    When the DPMS mode changes, print the new value.

M	libgnome-desktop/gnome-rr-debug.c

commit 367bfb724a4f8c00b613023a3141f70588f12242
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 1 20:04:50 2015 +0200

    gnome-rr: Add dpms-mode property
    
    So that other parts of the desktop environment can monitor the state of
    the power saving mode, and disable their own power consuming tasks when
    the screens are off.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751794

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit cb29d64b012b3c9ab11a04dd7b4933a73475d0f6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 2 16:36:56 2015 +0200

    gnome-rr: Remove unused GNOME_RR_DPMS_DISABLED
    
    GNOME_RR_DPMS_DISABLED is one of the possible values of GnomeRRDpmsMode
    that's not currently used, and would trigger an assertion if passed to
    gnome_rr_screen_set_dpms_mode().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751794

M	configure.ac
M	libgnome-desktop/gnome-rr.h

commit b1c0a99db9f117c9fb84720d599570c27120e2a1
Author: Daiki Ueno <dueno@src.gnome.org>
Date:   Tue Jun 16 14:22:58 2015 +0900

    gnome-xkb-info: Add method to get languages from layout

M	libgnome-desktop/gnome-xkb-info.c
M	libgnome-desktop/gnome-xkb-info.h

commit 783caa7882bdfa39b08ed1834457de030c365508
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 1 10:44:23 2015 +0200

    build: Bump version for tiled monitors API changes

M	configure.ac

commit 40a5b4c9522c19cc5bbb2f5262c5e8347b581f87
Author: Dave Airlie <airlied@redhat.com>
Date:   Tue Oct 14 13:03:29 2014 +1000

    gnome-rr: add tiled monitor support
    
    This adds the interfaces to allow for tiled
    monitor support via gnome-desktop.
    
    1) add output config get/set tiled geometry/rotation support
    
    These hide under the standard APIs, and just set the
    state for the tiled outputs by setting the primary
    tile up.
    
    2) add output config API to get primary tile
    
    3) add tile flags to modes - add gather function
    to create tiled modes for primary outputs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750311

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-debug.c
M	libgnome-desktop/gnome-rr-output-info.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 456d4817924fe72b0dea300b2b18800abf3251e2
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Mon Jun 29 22:45:25 2015 +0000

    Updated Portuguese translation

M	po/pt.po