commit d8045f55e7aa36806d6abb5e31f3f0a40885f46e Author: Daniel Espinosa Date: Mon Mar 5 08:58:32 2018 -0600 Updated NEWS for 0.16.3 release NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit d0976a8b596eb58dc334712d47db63b5b121a9ee Author: Chris Lee Date: Mon Feb 19 17:03:43 2018 -0700 Fix GDocument namespaces Previously, it was impossible to add Namespace entries to a GListNamespaces returned by GDocument.namespaces; now, it works. ```vala var doc = new GDocument.from_string(xml); var ns = doc.namespaces; ns.add(new GNamespace(new Xml.Ns(null, "http://url", "url"))); var size = ns.size; GLib.debug(@"namespace size: $size"); ``` gxml/GXmlDocument.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2251291ff94ece2859d420bab021d0f2e4302bcb Author: Balázs Úr Date: Sun Mar 4 21:41:11 2018 +0000 Update Hungarian translation po/hu.po | 212 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 103 insertions(+), 109 deletions(-) commit 1454a213355aa03394b370e03fe0385589923912 Author: Daniel Espinosa Date: Fri Mar 2 10:11:31 2018 -0600 README: Updated for Autotools, Meson and documentation README | 49 ++++++++++++++++++++++++++++++++++++++++++++----- gxml.doap | 2 +- 2 files changed, 45 insertions(+), 6 deletions(-) commit 2bb38f66e68b7cb2d12f51c4375be8a0399f02f1 Author: Daniel Espinosa Date: Fri Mar 2 09:49:24 2018 -0600 Autotools: Updated address for issues to GNOME's GitLab instance configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d3170ed2021af8a8c5ef01b09dca0fd0dd71da7c Author: Daniel Espinosa Date: Fri Mar 2 09:46:58 2018 -0600 Adding gxml.deps.in in distribution tar Fix Issue: https://gitlab.gnome.org/GNOME/gxml/issues/2 configure.ac | 3 ++- gxml/Makefile.am | 8 +++----- gxml/gxml.deps.in | 4 +++- gxml/meson.build | 1 - 4 files changed, 8 insertions(+), 8 deletions(-) commit 924b98fe2517ad85d8eee4ee938fe36186e035b4 Author: Tim Sabsch Date: Mon Feb 26 02:33:09 2018 +0000 Update German translation po/de.po | 190 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 102 insertions(+), 88 deletions(-) commit ff6b6e285f9e7fdb7e6f73b363af85bea03bf102 Author: Daniel Mustieles Date: Fri Feb 23 09:24:22 2018 +0000 Update Spanish translation po/es.po | 259 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 165 insertions(+), 94 deletions(-) commit e395c7834067ed70580e6e750860637091ff7971 Author: Anders Jonsson Date: Sun Feb 11 00:15:06 2018 +0000 Update Swedish translation po/sv.po | 55 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 25 deletions(-) commit 6d4997383167d0e909dc3a5a79485a69d799a852 Author: Kukuh Syafaat Date: Sat Feb 10 14:59:55 2018 +0000 Update Indonesian translation po/id.po | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) commit 0d8837ae37e0ad7217a71b5874f79c5c4f0d2656 Author: Rafael Fontenelle Date: Thu Feb 8 11:43:49 2018 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 69 +++++++++++++++++++++++++------------------------------------ 1 file changed, 28 insertions(+), 41 deletions(-)