commit ce1636be85c224a0cce5ebd7c02c943dcdee725a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 30 23:17:56 2017 +0100

    interface: Don’t require new GTK+ API

    If we’re compiling against GTK+ older than 3.22.0, use the old
    gtk_show_uri() API rather than the new one.

    This is a follow up to commit 3b835d2.

    Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

M	src/interface.c

commit e830f24800cd702378848ad6b722aa11b83e7645
Author: Yuras Shumovich <shumovichy@gmail.com>
Date:	Tue Apr 25 08:33:10 2017 +0000

    Update Belarusian translation

M	po/be.po

commit b03c1fa428f5aba710ec015f306589ae7bd9bfb1
Author: Yuras Shumovich <shumovichy@gmail.com>
Date:	Tue Apr 25 08:11:16 2017 +0000

    Add Belarusian translation

M	po/LINGUAS
A	po/be.po

commit fc846dd553ff4b18c4b7e6743d1d50813befced7
Author: Tom Tryfonidis <tomtryf@gnome.org>
Date:	Thu Apr 6 10:03:38 2017 +0000

    Update Greek translation

M	po/el.po

commit cfff4f63f9b5138077114c86ce6fd6242d3eca73
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:	Wed Mar 22 09:22:19 2017 +0200

    Updated Ukrainian translation

M	po/uk.po

commit 3b835d21bb25e7b8f89161e0b70592c053549b35
Author: Javier Jardón <jjardon@gnome.org>
Date:	Mon Mar 20 21:51:37 2017 +0000

    src/interface.c: Use gtk_show_uri_on_window()

    Instead deprecated gtk_show_uri()

M	src/interface.c

commit d29910535b1e60d1bdb2d1074208bdd3ced0af13
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	Mon Mar 20 21:12:02 2017 +0200

    Update Latvian translation

M	po/lv.po

commit e04bddabec9a4762bebf1015a23adde16e367356
Author: Philip Withnall <withnall@endlessm.com>
Date:	Thu Mar 16 11:52:10 2017 +0000

    flatpak: Add flatpak manifests for stable and unstable branches

    Drop the old xdg-app based build rules for building a bundle file, in
    favour of the new flatpak manifests which can be used to generate a
    repository with the command:
       flatpak-builder --repo=repo build-dir
       flatpak/org.gnome.Hitori-stable.json

    This repository can then be turned into a bundle using the
    instructions
    at
    http://docs.flatpak.org/en/latest/distributing-applications.html#single-file-bundles.

    The use of manifest files means it should now be possible for
    Hitori to
    be built nightly:

    https://wiki.gnome.org/Projects/SandboxedApps/Building

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

M	Makefile.am
A	flatpak/org.gnome.Hitori-stable.json
A	flatpak/org.gnome.Hitori-unstable.json

commit abd2bdfa5fb7625276681b1899c148c707a1cf67
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:	Tue Mar 14 21:06:50 2017 +0400

    Updated Russian translation

M	po/ru.po

commit 6f6528a0eb7e9fb95e6382a768ddf41861d7ec5c
Author: Jordi Mas <jmas@softcatala.org>
Date:	Sun Mar 12 08:36:13 2017 +0100

    Update Catalan translation

M	po/ca.po

commit b69f379d20b8a7c6cb3bb132c4a12bec208da5f1
Author: Fran Dieguez <frandieguez@gnome.org>
Date:	Sat Mar 11 02:44:10 2017 +0000

    Update Galician translation

M	po/gl.po

commit 46705840468b19602067d2019143eacd839f7608
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Mon Mar 6 00:18:08 2017 +0000

    interface: Improve rendering of externals borders

    Fix the rendering so that half of the external border lines are not
    chopped off due to the fact that the lines are drawn centred on the
    coordinates given to Cairo. This is possible by considering the whole
    rendering area as needing to be BORDER_LEFT (the width) wider than it
    actually is, and ensuring that all the cell size calculations are done
    as floating point so as to not introduce rounding errors.

    https://bugzilla.gnome.org/show_bug.cgi?id=732776

M	src/interface.c
M	src/main.h

commit f27423093152f3c80255d2d9d84b61f2148c9d81
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Sun Mar 5 19:02:28 2017 +0000

    Release version 3.22.2

M	NEWS
M	configure.ac