commit 43b9d758ee80842f0f5189eb321421b9768f4f8a Author: Daniel Espinosa Date: Thu Jan 14 14:18:15 2016 -0600 Fixed merge from gxml-0.8 branch for 0.8.2 new release configure.ac | 8 -------- gxml/libxml-Document.vala | 14 -------------- test/DocumentTest.vala | 3 --- 3 files changed, 25 deletions(-) commit 3fa450544cc37e4849d60e004fcb06015f6bc3fa Merge: 7ff2a75 bd6d257 Author: Daniel Espinosa Date: Wed Jan 13 15:19:57 2016 -0600 Merge branch 'gxml-0.8' for 0.8.2 release commit bd6d257704450efbebd4f1d796ffc0e9d17c3bc1 Author: Daniel Espinosa Date: Wed Jan 13 15:14:30 2016 -0600 Setup 0.8.2 release * Added remote file read test * Check error message not to be null before throw errors NEWS | 7 +++++++ configure.ac | 4 ++-- gxml/libxml-Document.vala | 16 ++++++++++++---- test/DocumentTest.vala | 29 +++++++++++++++++++++++++++++ 4 files changed, 50 insertions(+), 6 deletions(-) commit 49476a22fcc7a0133c2343c78e3ccebca14a26df 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 91a1ae4fc9d7f3036c9460269d278043fed15249 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 9230874cb0afd736a7909622c5622365d18cea2a 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 296d80ca7c1fe0977976cf5481fe14aea6ec0727 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 e51be5680ed44f6f637d139a0aa52791c2a9b1d9 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(-)