2013-09-14 Kjell Ahlstedt Fix examples/Makefile.am for new versions of automake. * examples/Makefile.am: Don't use make functions, such as addsuffix, in check_SCRIPTS. New versions of automake (e.g. 1.13.4) expect to find only a blank-separated list of filenames. * .gitignore: With new versions of automake, 'make check' generates more output files. Ignore them. Bug #678390. 2013-09-06 Kjell Ahlstedt Manual: Add XIncludeStart and XIncludeEnd to the node type tree. * docs/manual/libxml++_without_code.xml: Add XIncludeStart and XIncludeEnd to the node type tree in the DOM Parser section. Should have been done when those node types were added. 2013-08-12 Kjell Ahlstedt Node: Move the null-pointer check to the constructor. * libxml++/nodes/node.[h|cc]: Let the constructor throw xmlpp:internal_error if impl_ == 0. Remove other null-pointer checks. Bug #705187. 2013-08-02 Kjell Ahlstedt Update Doxyfile.in for doxygen 1.8.3. * docs/reference/Doxyfile.in: Update for doxygen 1.8.3. Make it more similar to the template file at mm-common/skeletonmm/doc/reference. * libxml++/validators/schemavalidator.h: Fix the parameter name in a doxygen @param comment. 2013-08-02 Kjell Ahlstedt Parser: Add [set|get]_include_default_attributes(). * libxml++/parsers/parser.[h|cc]: Add [set|get]_include_default_attributes() and [set|get]_parser_options(). * examples/dom_parser/main.cc: Add command option -a for testing Parser::set_include_default_attributes(). * examples/dom_read_write/example.dtd: * examples/dom_read_write/example.xml: Add an attribute with default value. * examples/dom_read_write/main.cc: Add an optional call to Parser::set_include_default_attributes(). Bug #701674. 2013-07-31 Murray Cumming Whitespace fix 2013-07-31 Murray Cumming Node: Improve some null-pointer checks * libxml++/nodes/node.cc: If we are going to check impl_ for null, we may as well do it where it makes most sense. Note that we do not bother yet to check for this in other functions. If we did this consistently we would want a sensible way to respond to it, such as an exception. Bug #705187 (Gaurav) 2013-07-03 José Alburquerque Move to a generated ChangeLog. 2013-07-03 José Alburquerque Include file for auto-generation of ChangeLog from right directory. * Makefile.am: 2013-07-02 José Alburquerque Auto-generate the ChangeLog from the git log for 'make dist'. * Makefile.am: Include the dist-changelog.am file copied in build/ from mm-common so that the ChangeLog is automatically generated from the git commit messages on 'make dist'. 2013-06-18 Kjell Ahlstedt Examples dom_parse_entities and dom_parser: Fix when LC_ALL=C. * examples/testutilities.[h|cc]: New files with class CatchConvertError. * examples/Makefile.am: Add testutilities.[h|cc]. * examples/dom_parse_entities/main.cc: * examples/dom_parser/main.cc: Change some strings from Glib::ustring to CatchConvertError before they are printed. It catches Glib::ConvertError locally. 'make check' can pass even if the global locale does not support all printed characters. Bug #702136. 2012-11-04 Murray Cumming 2.36.0