2003-07-16  Aleix Conchillo Flaque  <aleix@member.fsf.org>

        * src/element.c, src/xattribute.c: performance improvement by
	saving last index visited.

	* src (Module): Lots of fixes and improvements by Brodie
	Thiesfield.

**** Changes in version 0.3.0 ****

2003-07-09  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* src/str.h (Module): Added isalpha, isalnum, isdigit, isspace,
	isprint... functions.

	* src/mem.h (Module): Added initial memory functions.

2003-07-08  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* src (Module):
	- Added error system
	- Fixed some minor bugs
	- Improve white space parse treatment
	- New string functions
	- Added support for XML declarations attributes (version,
       	encoding, standalone)

2003-05-01  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* src/tree.c (scew_tree_save_file): file closing fixed.

**** Changes in version 0.2.1 ****

2003-04-25  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* src (Module): Added compatibilized headers with C++ (ifdef
	__cplusplus).

2003-04-24  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* src (Module): Compilation warnings fixes.

	* src/xattribute.c(scew_element_del_attr): memory crash fixed.

**** Changes in version 0.2.0 ****

2003-03-30  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* src (Module): Lot of cleanup and some important changes in
	internal data structures. Everything is now based in a triply
	linked tree which is created when reading a file or when creating
	a new XML tree in memory.

2003-02-21  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* src (Module): Added new tree structure which is now included in
	scew_parser and will be used for writing purposes.

	* ChangeLog started
