2.9.2: 2005-02-13 Christophe de Vienne * docs/manual/Makefile.am: Removed README from EXTRA_DIST. 2005-02-12 Christophe de Vienne * libxml++/nodes/node.cc: Fixed a little inefficency in find (#161925) 2005-02-11 Murray Cumming * docs/: Added manual. * configure.in: Use GLIBMM_CHECK_PERL to get the perl path, needed to insert the example code in the manual. * docs/Makefile.am: Move the reference and manual into a docs folder so that the docs and the examples have the same relative path. * docs/index.html: Mention the manual and update the links. 2005-02-11 Murray Cumming * libxml++/document.cc: do_write_to_string(): libml returns the number of bytes instead of the number of characters, so use the appropriate ustring constructor, to avoid an exception later. Bug found by Cyril Picard. * docs/reference/Makefile.am: Install the reference documentation. Distribute the built reference documentatoin, and Do not rebuild it every time. * docs/reference/Doxyfile.in: Generate doxygen tags so that other documentation can link to the libxml++ documentation. Use the libstdc++ and glibmm doxygen tags to link to their documentation, for instance for Glib::ustring. 2005-01-26 Cedric Gustin * MSVC_Net2003/README: Updated for 2.8.0 2005-01-26 Cedric Gustin * configure.in: parse micro version tags at configure time (for libxml++.rc). Added support for shared libraries (DLL) on win32. Added MSVC_Net2003 Makefiles. * Makefile.am: Added MSVC_Net2003 subdir. * libxml++/Makefile.am: Added linker flags for shared libraries (DLL) on win32. * examples/Makefile.am_fragment: Removed trailing slash in INCLUDES. * MSVC_Net2003/*: Initial release. 2.9.1: