commit 46fe572a97c70a0f1207df10ce7c687726ec416a
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon May 25 22:46:47 2015 +0200

    Prepare for release 3.17.1

 NEWS | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit 6701d73264c124af316730dfb9eb7dc85270ade9
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon May 25 22:35:16 2015 +0200

    Make some documented API appear in the docs

 doc/reference/eog-sections.txt | 3 +++
 1 file changed, 3 insertions(+)

commit 5bf0e3581e0b79ae217722f35d17f6021cc09871
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon May 25 19:12:23 2015 +0200

    Increase zoom level when toggling the zoom button
    
    Use the steps the zoom logic used in earlier eog versions.
    Also add a zoom level at 133% to not have the zoom jump
    to 200% when starting at 100% zoom.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746802

 src/eog-scroll-view.c | 2 +-
 src/eog-window.c      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit f8c70c212e636b9417f5d8d27ed20e05c2260b77
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon May 25 18:47:14 2015 +0200

    Notify user when opening a multipage TIFF
    
    Show an info bar that tries to steer the user to Evince, if available.
    This will work if at least gdk-pixbuf-2.31.1 is used.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=739654

 src/eog-error-message-area.c | 115 ++++++++++++++++++++++++++++++++++++++-----
 src/eog-error-message-area.h |   6 ++-
 src/eog-image.c              |  30 +++++++++++
 src/eog-image.h              |   2 +
 src/eog-window.c             |  75 +++++++++++++++++++++++-----
 5 files changed, 203 insertions(+), 25 deletions(-)

commit 3a7c15a2cb20d7d96cdc364616a3839b9f85704a
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon May 25 12:17:06 2015 +0200

    EogWindow: Add entry for sidebar into gear menu
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743477

 data/eog-gear-menu.ui | 4 ++++
 1 file changed, 4 insertions(+)

commit 751ae7ffe82afb69066dca7497d3f4f22836482f
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Mon May 25 09:32:36 2015 +0000

    Updated Occitan translation

 po/oc.po | 3887 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1981 insertions(+), 1906 deletions(-)

commit c80dcda164a2fad9f7f66ea8083b795ad26bdb09
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat May 23 00:42:03 2015 +0200

    EogWindow: Always show image area and enabled bars
    
    This might become necessary if the infobars are relayouted.
    The collection bar stays hidden since it doesn't have a nice
    appearance if empty.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=538279

 src/eog-window.c | 56 ++++++++++++++++++++++++++------------------------------
 1 file changed, 26 insertions(+), 30 deletions(-)

commit f75e0935336d24c23cb75f74b13734de4210040c
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat May 23 00:32:27 2015 +0200

    EogWindow: Reuse relayouting code to construct UI layout
    
    Reduces code duplication.

 src/eog-window.c | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

commit 40a988301b1f58e74d7f380f0dcdd6828c3b286b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat May 23 00:13:02 2015 +0200

    EogThumbView: Don't set deprecated follow-state property
    
    Since gtk+-3.16 the property is ignored. Silences the deprecation warning.

 src/eog-thumb-view.c | 1 -
 1 file changed, 1 deletion(-)

commit 054055d37a35c2aa5945b9f33d0f4dcfc865bcd3
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri May 22 23:29:50 2015 +0200

    EogWindow: Hide collection if only one image is available
    
    This restores the collection's pre-3.16 behaviour.

 src/eog-window.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 2549897af7a0cd3111493de5533d0689826d732e
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri May 22 22:45:16 2015 +0200

    EogMetadataSidebar: Clear folder label if no image is set

 src/eog-metadata-sidebar.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit abe8912634fc05e3b6d09bdd9a98be3bf586357b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 17 17:28:50 2015 +0200

    EogImage: Make sure to emit size-prepared after applying orientation
    
    Even if the orientation didn't occur by Exif data.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748598

 src/eog-image.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5ae0b28eebc18260d01d23481b15bf1201e6ebfd
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 17 16:18:00 2015 +0200

    EogImage: Fix too early size-prepared emission
    
    If an image without metadata support is loaded it could happen that
    the size-prepared signal was emitted without knowing the actual
    image size. That resulted in a smaller than necessary window size.
    Remove unneeded emission since the loader will make sure to emit the
    signal once the size is known.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748598

 src/eog-image.c | 2 --
 1 file changed, 2 deletions(-)

commit a9c9d81405e31443ab51713f6a0712f9bb10e11b
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 17 16:13:00 2015 +0200

    Remove workaround for non-threadsafe pixbuf loaders
    
    gdk-pixbuf requires loaders to be threadsafe since 2.28 and the
    workaround shouldn't be needed anymore. That reduces the complexity
    of the image loading code. Require gdk-pixbuf 2.30.0 since that version
    is required by GTK+ already.

 configure.ac            |  2 +-
 src/eog-image-private.h |  1 -
 src/eog-image.c         | 71 +++++--------------------------------------------
 3 files changed, 7 insertions(+), 67 deletions(-)

commit 109109f4e12c66ec0a3861eac61a5251c7fb4ff1
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun May 17 16:25:51 2015 +0200

    Post-branch version bump

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 033d8f280d057d39682c226dffc9f0e472d132aa
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sat May 16 09:01:46 2015 +0200

    Fixes to Catalan translation

 help/ca/ca.po | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit a50138be2e2820d59e4c26d08e875edd976420e5
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed May 13 21:34:07 2015 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)