commit d7ae13db01acb21054a329213f261626d66a7bfe Author: Felix Riemann Date: Tue Oct 11 19:36:52 2016 +0200 Prepare for release 3.20.5 NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) commit e7f545175f73f2d4ac4a8e1f748045c57bd69162 Author: Felix Riemann Date: Sat Oct 8 22:48:54 2016 +0200 EogWindow: Fix bounds check in OpenWith action callback The previous check would let any index pass. src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f8d3623cac31362c5075374f131323fdf45e4b5c Author: Felix Riemann Date: Sat Oct 8 21:55:49 2016 +0200 Fix GResource dependency calculation for out-of-tree builds src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 4c86268436464ad17fcb75a45f73462b1300ef6a Author: Felix Riemann Date: Sat Oct 8 19:20:00 2016 +0200 EogThumbNav: Fix deprecated function warning Just call the callback function directly as that's why the signal was manually triggered in the first place. src/eog-thumb-nav.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit b51b09964516ac3ef8845f1727d5ffc44c1aed49 Author: Felix Riemann Date: Sat Oct 8 19:03:05 2016 +0200 EogThumbNav: Fix deprecated min-slider-length CSS attribute GTK+ deprecated and ignored the attribute during the 3.20 cycle. This replaces it with the min-width attribute, but requires a slightly newer minimum GTK+ version. configure.ac | 2 +- data/eog.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) commit 85043d5c75bdd606dc4a059761582d007fdd967e Author: Felix Riemann Date: Tue Oct 4 19:33:49 2016 +0200 EogScrollView: Ensure view is redrawn if image is unset Otherwise the image could stay visible until the user triggers a redraw, for example by mouse clicking. https://bugzilla.gnome.org/show_bug.cgi?id=772162 src/eog-scroll-view.c | 2 ++ 1 file changed, 2 insertions(+) commit b48a254295f91daf691cbfe3c6f22c55443c6a8f Author: gogo Date: Thu Sep 22 20:56:14 2016 +0000 Updated Croatian translation po/hr.po | 239 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 205 insertions(+), 34 deletions(-) commit bfc0911ffbf3ddbb0d44c2361c8c58f4aae35fea Author: Hannie Dumoleyn Date: Thu Sep 15 11:51:30 2016 +0200 Updated Dutch translation Master 3.22 po/nl.po | 508 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 347 insertions(+), 161 deletions(-) commit 9a5d2a84938bcd06f7c57cf45750b9d0d9325cc7 Author: Piotr Drąg Date: Thu Sep 8 02:11:24 2016 +0200 Updated Polish translation po/pl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 4a2746f74923cc4a07fbeafd7054b50825f75e72 Author: Jeremy Bicha Date: Sat Sep 3 22:30:48 2016 -0400 Fix typo in Spanish translation header po/es.po | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) commit 6b022222195dc9a4905030829e64e0db57558318 Author: Felix Riemann Date: Sat Sep 3 19:51:38 2016 +0200 Fix Python 3 incompatibility in installed tests It's a list in Py2 but an iterator in Py3 now, but it shouldn't make a difference to the for-operator. tests/common_steps.py | 2 +- tests/steps/steps.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit e1b215f8926af391dd6f9a57f21e1ae9428686a2 Author: David King Date: Sat Sep 3 17:59:19 2016 +0200 Update British English translation po/en_GB.po | 1703 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 946 insertions(+), 757 deletions(-) commit 2ca0ec45ff83318892bf96209efdff590761da5d Author: Matej Urbančič Date: Thu Aug 25 21:10:17 2016 +0200 Updated Slovenian translation po/sl.po | 470 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 316 insertions(+), 154 deletions(-) commit 63ee4c9af8f572a372518187c9edc50f2847c8bc Author: Piotr Drąg Date: Sun Aug 21 18:32:56 2016 +0200 Updated Polish translation po/pl.po | 172 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 84 insertions(+), 88 deletions(-) commit 0c77e6ef23b35aa42532a0cb1d61131d22fbc994 Author: Felix Riemann Date: Sun Aug 21 16:47:41 2016 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)