commit 58debd93e17aaa5043392147c52dd9b249d11eea Author: Christian Persch Date: Mon Sep 19 22:11:03 2016 +0200 Version 9.0.1 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3d5e40039bcd99aa60c9deb2f54d332e8dc2195a Author: Christian Persch Date: Mon Sep 19 22:11:03 2016 +0200 a11y: Fix introspection dump During introspection dump, the a11y object class is a dummy, not derived from GtkAccessibleClass, so this class cast lead to a critical. https://bugzilla.gnome.org/show_bug.cgi?id=760896 gucharmap/gucharmap-chartable-accessible.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit edbb37498ab20a52fdc47ef10d49c0a2ac27b457 Author: Christian Persch Date: Mon Sep 19 22:11:03 2016 +0200 build: Make --with-unicode-data required Require --with-unicode-data being given with an argument, either a path to the unicode data files (as provided e.g. by a distro package like fedora's unicode-ucd{,-unihan}) or 'download' (without quotes) to download the files at build time. configure.ac | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) commit cc1a0eae1038e586b2dce93ed68888d745c07547 Author: Christian Persch Date: Mon Sep 19 22:11:03 2016 +0200 build: Fix autoconf warning GNOME_DEBUG_CHECK now must come before AC_PROG_CC. configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 35748247cf1de5c0ab0b1989b5706569634586e4 Author: Daniel Mustieles Date: Tue Sep 13 20:21:05 2016 +0200 Updated Spanish translation po/es.po | 158 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 76 insertions(+), 82 deletions(-) commit 9041bef398a2d71fb535d50b0579ccae7a9be7c9 Author: Piotr Drąg Date: Fri Sep 9 04:02:51 2016 +0200 Updated Polish translation po/pl.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 36fdcbdd52d909a0ab3335ae68025ed5bad10753 Author: Claude Paroz Date: Mon Sep 5 18:56:20 2016 +0200 Updated French translation po/fr.po | 753 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 399 insertions(+), 354 deletions(-) commit 21bf7b340656247563bc0e298563f45639745ad3 Author: Jiri Grönroos Date: Sun Sep 4 15:37:37 2016 +0000 Updated Finnish translation po/fi.po | 768 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 411 insertions(+), 357 deletions(-) commit 945fe65da07048f7ad4d4ce645141e604325c072 Author: Ask Hjorth Larsen Date: Sun Aug 28 14:04:57 2016 +0200 Updated Danish translation po/da.po | 778 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 415 insertions(+), 363 deletions(-) commit 36aa1add2f6a128fd1ba205b64f353fdaa0d6a02 Author: Piotr Drąg Date: Sun Aug 21 14:59:37 2016 +0200 Updated Polish translation po/pl.po | 206 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 101 insertions(+), 105 deletions(-) commit 9b1cc8ad4ddaa626a8cc485ef8149ce1bd76a144 Author: Мирослав Николић Date: Sat Aug 20 23:05:50 2016 +0200 Updated Serbian translation po/sr.po | 139 +++++++++++++++++++++++++++----------------------------- po/sr@latin.po | 141 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 135 insertions(+), 145 deletions(-) commit 974e17c3c98d8c89639aa53432a19df452921662 Author: Marek Černocký Date: Fri Aug 19 23:20:45 2016 +0200 Updated Czech translation po/cs.po | 132 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 65 insertions(+), 67 deletions(-) commit 8e52f45119232ae69239096624c75973ffed9c78 Author: Matej Urbančič Date: Thu Aug 18 23:14:44 2016 +0200 Updated Slovenian translation po/sl.po | 757 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 402 insertions(+), 355 deletions(-) commit aefbe2aa0a69947bddb1921562ac0544f830dcb1 Author: Dušan Kazik Date: Mon Aug 15 11:42:10 2016 +0000 Updated Slovak translation po/sk.po | 751 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 398 insertions(+), 353 deletions(-) commit 8d4c4aa0107241cd864d775584099a459157ced3 Author: Aurimas Černius Date: Mon Aug 15 13:26:38 2016 +0300 Updated Lithuanian translation po/lt.po | 730 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 390 insertions(+), 340 deletions(-) commit fac2aca36b54ed61acf746a6ae2908c0d2bc771b Author: Balázs Úr Date: Thu Aug 4 22:02:51 2016 +0000 Updated Hungarian translation po/hu.po | 94 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 45 insertions(+), 49 deletions(-) commit 2d5d94cad399894650e7193984c12b372cb6d1cf Author: Mario Blättermann Date: Thu Aug 4 11:06:58 2016 +0000 Updated German translation po/de.po | 85 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 42 insertions(+), 43 deletions(-) commit 44ab0c02a2700e1e0839b1689c009b29a84cb752 Author: Khaled Hosny Date: Mon Aug 1 20:42:04 2016 +0200 chartable: Show glyphs for some format characters Even though they're format characters, those that are Prepended_Concatenation_Mark should be rendered with a visible glyph, per Unicode book. https://bugzilla.gnome.org/show_bug.cgi?id=658853 gucharmap/gucharmap-unicode-info.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) commit adae557e03006d9ecd69e376ea44590cf39e0cdd Author: Christian Persch Date: Sun Jul 31 13:15:42 2016 +0200 build: Add compiler flag configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8ac882c2e0f4212e8fcc4089b098a0be7f3ca00a Author: Christian Persch Date: Sun Jul 31 13:15:42 2016 +0200 charmap: Remove --disable-unihan configure switch configure.ac | 8 ----- gucharmap/gucharmap-charmap.c | 5 ---- gucharmap/gucharmap-search-dialog.c | 7 ----- gucharmap/gucharmap-unicode-info.c | 58 +------------------------------------ 4 files changed, 1 insertion(+), 77 deletions(-) commit 9389be5088ab39378d3c51654a4261a1fe09d121 Author: Christian Persch Date: Sun Jul 31 13:15:42 2016 +0200 charmap: Add command line option to decode string For debugging purposes, add a --print option that takes the supplied string and prints the unichar info of each character. gucharmap/main.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) commit 538b443122897ed1fc360f5cdb42bc41bc78981b Author: Piotr Drąg Date: Sat Jul 23 21:18:03 2016 +0200 Add Language headers to po files Future versions of gettext will fail if this header is missing. po/af.po | 1 + po/am.po | 1 + po/as.po | 2 +- po/ast.po | 1 + po/az.po | 1 + po/be@latin.po | 1 + po/bn.po | 1 + po/bn_IN.po | 2 +- po/br.po | 1 + po/ca@valencia.po | 2 +- po/cy.po | 1 + po/de.po | 2 +- po/dz.po | 1 + po/en@shaw.po | 1 + po/en_CA.po | 1 + po/es.po | 2 +- po/fa.po | 2 +- po/gu.po | 2 +- po/hr.po | 1 + po/ka.po | 1 + po/ko.po | 2 +- po/mai.po | 1 + po/mi.po | 1 + po/mk.po | 1 + po/mn.po | 1 + po/ms.po | 1 + po/nn.po | 1 + po/oc.po | 2 +- po/rw.po | 1 + po/si.po | 1 + po/sl.po | 2 +- po/sq.po | 1 + po/sr@latin.po | 2 +- po/ta.po | 2 +- po/ug.po | 2 +- po/wa.po | 1 + po/xh.po | 1 + po/zh_HK.po | 2 +- 38 files changed, 38 insertions(+), 14 deletions(-) commit 717da0d496868ff527dc4423001785f376e424b3 Author: Khaled Hosny Date: Sat Jul 23 03:53:31 2016 +0200 Update Arabic translation po/ar.po | 780 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 437 insertions(+), 343 deletions(-) commit 617c3b63868da777a29f963f5e94ee465627722a Author: Anders Jonsson Date: Tue Jul 12 09:45:20 2016 +0000 Updated Swedish translation po/sv.po | 84 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) commit 093213c0520402d7c52a207fb1aab0645bff0eed Author: Andika Triwidada Date: Fri Jul 8 14:08:15 2016 +0000 Updated Indonesian translation po/id.po | 729 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 387 insertions(+), 342 deletions(-) commit a461355739ad233e09cab4e012dce827469d0dff Author: Tiago Santos Date: Mon Jul 4 14:05:52 2016 +0000 Updated Portuguese translation po/pt.po | 745 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 398 insertions(+), 347 deletions(-) commit f9ef95e3f48611efc3c7470505cfaa8ad4e49da4 Author: Daniel Mustieles Date: Fri Jul 1 10:33:42 2016 +0000 Updated Spanish translation po/es.po | 100 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 48 insertions(+), 52 deletions(-) commit 457abdcd1115c9afb486eb1dfe42300b4c1d6cba Author: Rafael Fontenelle Date: Sat Jun 25 23:52:04 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 100 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 48 insertions(+), 52 deletions(-) commit c2d1d4b0603719f7d59be44f7ce0f05da31f1c78 Author: Piotr Drąg Date: Fri Jun 24 19:33:58 2016 +0200 Updated Polish translation po/pl.po | 86 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-)