commit 7ff2a75c12ba02386283d8458a5d0736bfbd53da Author: Daniel Espinosa Date: Tue Jan 12 22:26:26 2016 -0600 Updated NEWS for new translations NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 7eb1e56c4c3f12f486acbe0efcf93db67982ea8e Merge: f5ea9ed b61320b Author: Daniel Espinosa Date: Tue Jan 12 22:25:03 2016 -0600 Merge branch 'gxml-0.8' commit b61320b947a51894216f5612e0ed57fe0a7f0950 Author: Daniel Espinosa Date: Tue Jan 12 22:19:55 2016 -0600 Most changes improves GIO GLib.File use NEWS | 28 +++++++++ gxml/Document.vala | 14 ++--- gxml/TwDocument.vala | 25 ++++---- gxml/libxml-Document.vala | 132 +++++++++++++++++++----------------------- gxml/libxml-DomException.vala | 17 +++++- gxml/xlibxml.c | 21 +++++++ gxml/xlibxml.h | 3 + test/DocumentTest.vala | 54 +++++++++++------ test/TwDocumentTest.vala | 24 ++++---- vapi/xlibxml-1.0.vapi | 7 +++ 10 files changed, 199 insertions(+), 126 deletions(-) commit 403b010d6bf886fcfc1c1973c0d8e606884f6922 Author: Daniel Espinosa Date: Tue Jan 12 14:40:32 2016 -0600 TwDocument.save_to() now makes a backup by default * Added asserts to Xmlx methods gxml/TwDocument.vala | 29 ++++++++++++++++++++++++- gxml/xlibxml.c | 16 ++++++++++++++ gxml/xlibxml.h | 3 +++ test/TwDocumentTest.vala | 56 ++++++++++++++++++++++++++++++++++++++++++------ vapi/xlibxml-1.0.vapi | 2 ++ 5 files changed, 98 insertions(+), 8 deletions(-) commit 4b92662ccccc2023ae298de094c28379048e7ae4 Author: Daniel Espinosa Date: Tue Jan 12 10:23:50 2016 -0600 Added xDocument.from_string() tests test/DocumentTest.vala | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit 1249e7fb2869d117db4357586ecb50b601f2e083 Author: Daniel Espinosa Date: Tue Jan 12 10:16:31 2016 -0600 Fixed xDocument.from_string() no root element configure.ac | 4 ++-- gxml/libxml-Document.vala | 2 ++ test/DocumentTest.vala | 11 +++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) commit 77682a0ad4675e5db2d650ca7e1bbd770b0ec34c Author: Rafael Fontenelle Date: Thu Jan 7 17:07:59 2016 +0000 Added Brazilian Portuguese translation po/LINGUAS | 1 + po/pt_BR.po | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+) commit f5ea9ed403ad2ac392ea3385b5b029918762b4d0 Author: Mario Blättermann Date: Tue Jan 5 23:36:02 2016 +0100 Added German translation po/LINGUAS | 1 + po/de.po | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+) commit 14cedb4bd76551448567f32dbc5c2e76666cdc71 Author: Mario Blättermann Date: Tue Jan 5 23:35:04 2016 +0100 Added German translation po/LINGUAS | 1 + po/de.po | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+) commit 236aa1c3eff33b96c5ea9c82b4e75e7eccf3907b Author: Daniel Espinosa Date: Mon Jan 4 16:08:03 2016 -0600 Workaround intltool bug for make distcheck intltool is not well maintained. The bug happens with a recent Automake version. This can be reverted when gedit no longer uses intltool, or when the intltool bug is fixed one day. This is a bit ugly, but everything should not *always* be perfect all the time. Based on work from Sébastien Wilmet, at GEdit: https://git.gnome.org/browse/gedit/commit/?id=10d29fb0fc6f3569f5c0bce140f3c9fb5ffd1b85 po/POTFILES.skip | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)