commit f4cf4ccff4a17f8099f72db07ea19b77ec910d1b
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jan 16 21:09:31 2017 +0100

    Prepare release 3.23.1

 NEWS | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

commit bf35ab399273b5b9c703bc26e58899561be39ae2
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jan 16 20:58:39 2017 +0100

    Update git.mk
    
    Revision dde0ab2d from https://github.com/behdad/git.mk

 git.mk | 42 +++++++++++++++++++++++++++++++++++++-----
 1 file changed, 37 insertions(+), 5 deletions(-)

commit fab6251be6eb582f5a2ee37520a76d6540c42453
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jan 16 19:47:51 2017 +0100

    configure: Remove deprecated GNOME_MAINTAINER_MODE_DEFINES

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

commit d64db0290e98b21f915aea75be020e051570c6e9
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Sun Jan 15 18:30:53 2017 +0000

    Update Brazilian Portuguese translation

 po/pt_BR.po | 358 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 207 insertions(+), 151 deletions(-)

commit e557e8b6a40bf20ad0d9b868267817e3b3f25d7d
Author: Felix Riemann <friemann@gnome.org>
Date:   Fri Jan 6 21:14:18 2017 +0100

    EogWindow: Fix sRGB display profile fallback on Wayland
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776984

 src/eog-window.c | 112 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 59 insertions(+), 53 deletions(-)

commit 3de58ce27176925d705518b15264d80097245109
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Dec 29 15:10:46 2016 +0100

    EogScrollView: Switch from GtkDeviceManager to GdkSeat

 src/eog-scroll-view.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a155efd0987358826e003ae413ca5bedb5f58216
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sun Dec 25 13:19:55 2016 +0000

    Update Finnish translation

 po/fi.po | 238 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 132 insertions(+), 106 deletions(-)

commit 32d2210e970c24d8e6004415e6b9f8e5dd0f9f58
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Tue Dec 20 18:32:01 2016 +0000

    Update German translation

 po/de.po | 172 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 86 insertions(+), 86 deletions(-)

commit daf10d9f1fd8e21c82e7318459a78d88b2e84a84
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Tue Dec 20 15:27:46 2016 +0000

    Update Hungarian translation

 po/hu.po | 200 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 100 insertions(+), 100 deletions(-)

commit b9e65e2bb96a00b2e2f81b48a866e8e31f36cdc3
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Dec 18 22:13:57 2016 +0100

    Updated Czech translation

 po/cs.po | 175 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 88 insertions(+), 87 deletions(-)

commit 548676912d91e8f42e5e600b2b21ab569d082000
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Thu Dec 15 22:28:06 2016 +0000

    Update Friulian translation

 po/fur.po | 177 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 117 insertions(+), 60 deletions(-)

commit 7f5d33b6b1ca5b23abe0c10d7786567d29177866
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Dec 15 16:31:15 2016 +0100

    Update Polish translation

 po/pl.po | 84 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

commit bb43e716529211ed3b9fbaeae453b402c2b8cce5
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Dec 15 09:05:56 2016 +0000

    Update Spanish translation

 po/es.po | 299 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 162 insertions(+), 137 deletions(-)

commit b973e770607ecfd7a989c9c0867c3f06be2541e6
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Wed Dec 14 03:57:47 2016 +0000

    Update Kazakh translation

 po/kk.po | 219 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 110 insertions(+), 109 deletions(-)

commit 7684b1157b23228bbd6e4f13436224837a680b0e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Nov 6 15:45:08 2016 +0100

    Use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774001

 data/org.gnome.eog.gschema.xml.in   | 10 +++++-----
 src/eog-close-confirmation-dialog.c |  6 +++---
 src/eog-error-message-area.c        |  6 +++---
 src/eog-image-jpeg.c                |  4 ++--
 src/eog-window.c                    | 28 ++++++++++++++--------------
 src/main.c                          |  4 ++--
 6 files changed, 29 insertions(+), 29 deletions(-)

commit 12eb105e0e4a5e11b87c19f632551a675f67f442
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 19 19:17:37 2016 +0100

    EogWindow: Fix leaked GVariant

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

commit e16b83ff369ec7e078faa948c1e1cb5a312299bf
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 19 19:17:17 2016 +0100

    EogApplication: Fix leaked GFile

 src/eog-application.c | 1 +
 1 file changed, 1 insertion(+)

commit 73e3bd1f02769374c0b54d8407b78b9503942141
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Nov 16 18:57:42 2016 +0100

    EogScrollView: Replace deprecated gtk_menu_popup function

 src/eog-scroll-view.c | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

commit d9240e1caee66946556fafb46a4709b543993072
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Nov 16 18:12:55 2016 +0100

    EogSidebar: Replace custom menu positioning function with built-in
    
    Gtk 3.22 has improved positioning functions for GtkMenu which
    make it possible to drop our own positioning function.
    This also works correctly in RTL locales now.

 configure.ac      |  2 +-
 src/eog-sidebar.c | 39 +++++++++------------------------------
 2 files changed, 10 insertions(+), 31 deletions(-)

commit 82a903e8e84c1e1120b3dca1f3c87afcb83167b2
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Nov 16 18:11:36 2016 +0100

    Post-branch version bump

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

commit 3126ebacfb9e265570df04510bf2608ea8ce0823
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Nov 15 08:35:34 2016 +0000

    Update Friulian translation

 po/fur.po | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

commit 6b6b4a9fb40e757cd068ceca54a0eb39b67322e4
Author: Dz Chen <wsxy162@gmail.com>
Date:   Sun Oct 30 15:36:37 2016 +0800

    Update zh_CN translation

 po/zh_CN.po | 527 +++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 325 insertions(+), 202 deletions(-)

commit 3b9ec952f76701e90c0239cc5987d05b9f0adcf3
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Oct 11 19:40:29 2016 +0200

    Post-release version bump

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