/*
   Minimal XML library project changelog

   $Id: ChangeLog,v 1.11 2004/04/10 23:50:21 jonnymind Exp $
*/

2004-04-11 01:48 UTC+0200 Giancarlo Niccolai
  + Mxmlplus.dsp
  + Mxmlplus.dsw_template
  * include/mxml_iterator.h
  * include/mxml_node.h
  + test/testattrib.dsp
  + test/testdoc.dsp
  + test/testiter.dsp
  + test/testnode.dsp
  + test/testpath.dsp 
    + Added Visual C++ 6.0 compilation environment

  * src/mxml_error.cpp
  * src/mxml_utility.cpp
    ! fixed missing return values.

2004-04-06 12:38 UTC+0200 Giancarlo Niccolai
  * include/mxml_iterator.h
    ! relative path in find_path now working.

2004-04-06 04:53 UTC+0200 Giancarlo Niccolai
  - Rules.make
    - removed unused file
  * include/mxml_iterator.h
  * include/mxml_node.h
  * src/mxml_node.cpp
  * src/Makefile.am
   + added partial support for path search iterators.
  
  * test/Makefile.am
  + test/testpath.cpp
    + Added a test for search path iterators.


2004-04-06 01:58 UTC+0200 Giancarlo Niccolai
  * Various changes to adapt MXMLPLUS to Kdevelop.

2004-02-04 02:15 UTC+0100 Giancarlo Niccolai
  * src/mxml_document.cpp
  * src/mxml_node.cpp
    ! Fixed some problems with C++ streams.
    ! More documentation

2004-04-02 00:15 UTC+0100 Giancarlo Niccolai
  - Makefile.in
    - removed useless file
    * include/mxml.h
    * include/mxml_document.h
    * include/mxml_node.h
    * src/mxml_document.cpp
    * src/mxml_node.cpp
  ! Added correct throw clauses declarations.
    * More documentation.

2004-02-03 23:09 UTC+0100 Giancarlo Niccolai
  * Updated documentation

2004-01-11 15:15 UTC+0100 Giancarlo Niccolai
  * TAGGING FOR VERSION 0.9.1

2004-01-11 15:12 UTC+0100 Giancarlo Niccolai
  * config.h.in
  * configure.in
  * doc/Doxyfile
    ! updated to version number 0.9.1

  * ltlib/Makefile.am
    Updated to interface number 2:0:0

  - Makefile.in
    - removed this file as it was in by fault

  + RELNOTES
    + Added release notes file.

2004-01-11 14:41 UTC+0100 Giancarlo Niccolai
  + make_b32.bat
  + makefile.bc
    + Added support for Win32 compilation using borlandc 5.5 freetools

  * include/mxml_attribute.h
  * include/mxml_iterator.h
  * include/mxml_node.h
    ! Strings are now passed by reference.

  * src/mxml_attribute.cpp
  * src/mxml_document.cpp
  * src/mxml_node.cpp
    ! cast fixes
    ! type() method has been changed in nodeType() to avoid name clashes
    ! unlinkComplete() was NOT returning the old child tree.

  * test/testiter.cpp
    + Added support for win32 timings

2003-08-16 04:43 UTC+0200 Giancarlo Niccolai
  * Tagging initial public version as 0_9_0

2003-08-13 02:14 UTC+0200 Giancarlo Niccolai
  * Changelog Started
