2009-11-30  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* .hgtags:
	Added tag 1.1.0 for changeset 9ce8aca886b6
	[cd17ca5f7aad] [tip]

	* scew/element.h, scew/tree.h:
	fix tree doxygen warnings
	[9ce8aca886b6] [1.1.0]

	* NEWS:
	update NEWS for next 1.1.0 release
	[838ce8b6a077]

	* NEWS, THANKS, scew/element.h, scew/element_compare.c, scew/tree.c,
	scew/tree.h, tests/check_element.c, tests/check_tree.c:
	simplify tree and element user defined comparisons
	[2e97b8fdcfb9]

	* scew/printer.c, tests/check_printer.c:
	Fix #28125 (printer fails with zero-length element contents)
	[ba4b8d379285]

	* scew/printer.h, scew/writer_buffer.h:
	Fix #28130 (missing _cpluplus closing brace in printer.h)
	[91ffb566ea2e]

2009-11-26  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/element.h, scew/element_compare.c, scew/tree.c, scew/tree.h:
	add support for user defined tree and element comparisons
	[26b6473c202a]

	* configure.ac:
	update configure.ac version to 1.1.0
	[a8d4c9ea806b]

2009-11-04  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/scew.h:
	fix scew.h permissions
	[3db0c36ac5d1]

2009-11-03  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/attribute.h, scew/element.h, scew/parser.h, scew/printer.h,
	scew/reader.h, scew/tree.h, scew/writer.h:
	update brief file descriptions
	[67f05aaf1fe2]

	* scew/Makefile.am:
	update and fix libtool version-info for next release
	[a96871620235]

2009-10-30  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* .hgtags:
	Added tag 1.0.0 for changeset 5af3040c31aa
	[c3e740875369]

	* configure.ac, tests/Makefile.am, tests/data/Makefile.am:
	include unit test data files in distribution
	[5af3040c31aa] [1.0.0]

	* .hgignore, NEWS, README:
	updated NEWS and README file
	[a8a1aace64cf]

	* ChangeLog, ChangeLog.1, Makefile.am, autogen.sh:
	automatically generate ChangeLog file
	[e1100bb50ba2]

	* scew/parser.c, scew/str.c, tests/check_parser.c:
	parser unit test improved
	[7a7db8043356]

	* .hgignore, tests/Makefile.am, tests/check_parser.c:
	initial parser unit test
	[99f12544b02e]

2009-10-29  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/tree.h:
	cleanup standalone attribute documentation
	[2f365ff10814]

2009-10-28  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/reader_file.c, scew/writer_file.c:
	improve reading and writing for utf-16 encoding (windows)
	[97cff0375259]

	* scew/attribute.c, scew/element_copy.c, scew/list.c, scew/printer.c,
	scew/reader.c, scew/tree.c, scew/writer.c:
	fix warnings in debug mode
	[840a08125d5a]

2009-10-26  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/str.h:
	add strings documentation
	[0a080c12937e]

	* doc/Doxyfile.in, scew/attribute.c, scew/attribute.h, scew/element.h,
	scew/element_copy.c, scew/tree.c, scew/tree.h:
	update trees documentation
	[bef4bb283ef7]

	* scew/reader_buffer.h, scew/reader_file.h, scew/writer_buffer.h,
	scew/writer_file.h, scew/xattribute.h, scew/xelement.h,
	scew/xerror.h, scew/xparser.h:
	added documentation for readers and writers (files and buffers)
	[ed988256a0fd]

	* scew/reader.c, scew/reader.h, scew/writer.c, scew/writer.h:
	added documentation for readers and writers
	[aee1723eca2e]

2009-10-25  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/printer.h, scew/reader.h, scew/reader_buffer.h,
	scew/reader_file.h, scew/writer.h, scew/writer_buffer.h,
	scew/writer_file.h:
	re-organize readers and writers documentation groups
	[6709f18fbc45]

	* scew/parser.h, scew/printer.c, scew/printer.h:
	add printer documetation and update parser one
	[b2ec1cf3bd0e]

2009-10-20  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* INSTALL, configure.ac, configure.in:
	configure.in -> configure.ac
	[394ee2624003]

2009-10-07  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* README:
	update encodings in README
	[44bc49e731f4]

	* configure.in:
	comment the use of AC_LIBTOOL_WIN32_DLL
	[dc33475e13f0]

2009-10-06  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* configure.in:
	use old AC_LIBTOOL_WIN32_DLL macro instead of LT_INIT
	[c0e26eba458e]

2009-09-22  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/attribute.h, scew/element.h, scew/error.c, scew/error.h,
	scew/list.c, scew/list.h, scew/parser.c, scew/parser.h,
	scew/printer.c:
	documentation for attributes, elements, lists and parsers updated
	[c45166dc31dd]

2009-09-19  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* examples/scew_stream/scew_stream.c, scew/parser.c, scew/parser.h,
	scew/xparser.c, scew/xparser.h:
	parser load hooks now get user data
	[fe45a8e9181d]

2009-09-16  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/parser.c, scew/reader_file.c, scew/str.h, scew/writer_file.c:
	utf-16 is now functional in windows (update)
	[dcfa5ffff8b5]

	* examples/scew_print/scew_print.c,
	examples/scew_stream/scew_stream.c, scew/element.h,
	scew/element_attribute.c, scew/error.c, scew/error.h, scew/export.h,
	scew/parser.c, scew/printer.c, scew/reader_buffer.c,
	scew/reader_file.c, scew/scew.h, scew/str.c, scew/str.h,
	scew/writer_buffer.c, scew/writer_file.c, scew/xparser.c,
	scew/xparser.h, tests/check_attribute.c, tests/check_element.c,
	tests/check_printer.c, tests/check_reader_buffer.c,
	tests/check_reader_file.c, tests/check_tree.c,
	tests/check_writer_buffer.c, tests/check_writer_file.c,
	tests/test.h, win32/README.txt, win32/scew.vcproj:
	utf-16 is now functional in windows
	[cbfb641ce8d5]

2009-09-15  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/export.h, win32/scew.vcproj:
	use commonly used DLL_EXPORTS macro
	[c0c133603efe]

2009-09-14  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/parser.c:
	fix utf-16 load parser routines
	[c798ec0c765c]

	* README, configure.in, win32/scew.vcproj:
	disable utf-16 in unix systems (update)
	[0ad503a28bc5]

	* configure.in, tests/check_reader_file.c,
	tests/data/check_reader_file_utf16.txt:
	disable utf-16 in unix systems
	[870d0158c594]

	* configure.in, scew/parser.c, scew/printer.c, scew/reader.c,
	scew/reader.h, scew/reader_buffer.c, scew/reader_file.c,
	scew/writer.c, scew/writer.h, scew/writer_buffer.c,
	scew/writer_file.c, tests/Makefile.am, tests/check_reader_buffer.c,
	tests/check_reader_file.c, tests/check_writer_buffer.c,
	tests/check_writer_file.c, tests/data/check_reader_file_utf16.txt:
	more utf-16 fixes
	[5fff9c75593f]

	* configure.in:
	link with expatw when utf-16 enabled
	[f5bbd11bd51f]

	* configure.in, examples/scew_print/Makefile.am,
	examples/scew_print/scew_print.c, examples/scew_stream/Makefile.am,
	examples/scew_stream/scew_stream.c, examples/scew_write/Makefile.am,
	scew/Makefile.am, scew/reader_buffer.h, scew/str.c,
	scew/xattribute.h, scew/xelement.h, tests/Makefile.am,
	tests/check_attribute.c, tests/check_element.c,
	tests/check_printer.c, tests/check_reader_buffer.c,
	tests/check_reader_file.c, tests/check_tree.c,
	tests/check_writer_buffer.c, tests/check_writer_file.c,
	tests/test.h:
	enable utf-16 support and fix compilation
	[919767d1af12]

2009-09-13  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* NEWS:
	update NEWS 1.0.0 changes
	[acc004037eb4]

	* README:
	update scew features in readme
	[9c3e6341d209]

	* examples/scew_print/scew_print.c,
	examples/scew_stream/scew_stream.c,
	examples/scew_write/scew_write.c, scew/parser.c, scew/parser.h,
	scew/xparser.c, scew/xparser.h:
	re-add support for parsing streams; scew_stream example updated
	[2dd52143d966]

2009-09-12  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/printer.c, scew/xparser.c:
	fix preamble initialisation if no xml declaration (update)
	[63aee17b94e6]

	* scew/printer.c:
	improve output formatting (update)
	[3290a7656684]

	* scew/printer.c:
	improve output formatting
	[4b8e4400d3b8]

	* scew/printer.c, scew/xparser.c:
	fix preamble initialisation if no xml declaration
	[355d0e695af7]

	* scew/printer.c:
	attribue values could be empty when printing
	[b9b00f1f7359]

	* examples/scew_print/scew_print.c, scew/error.c, scew/error.h,
	scew/parser.c, scew/parser.h, scew/tree.h, scew/xerror.c,
	scew/xparser.c, scew/xparser.h:
	scew_parser_load returns a tree; parsers are now reusable; fix mem
	leaks
	[3210211dd954]

2009-09-10  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* README, THANKS, examples/README, examples/win32/Makefile.am,
	examples/win32/README.txt, win32/INSTALL.txt, win32/README.txt:
	add win32 examples readme file and update other text files
	[52f021010b79]

	* scew/element_search.c:
	improve scew_element_by_name (update sr #107018)
	[08bb0fb91068]

	* tests/check_element.c:
	improve scew_element_by_name unit tests
	[f2cf1e3da6ec]

	* THANKS, scew/element_search.c, tests/check_element.c:
	fix scew_element_by_name (sr #107018)
	[bbce0841bc48]

	* Makefile.am, configure.in, doc/Makefile.am, etc/Makefile.am,
	examples/Makefile.am, examples/win32/Makefile.am,
	examples/win32/scew_print/Makefile.am,
	examples/win32/scew_stream/Makefile.am,
	examples/win32/scew_write/Makefile.am, win32/Makefile.am:
	update Makefile.am to include new win32 files
	[682c11d6ebc5]

	* .hgignore:
	update ignored files
	[95a0703554bd]

	* examples/win32/scew_examples.sln,
	examples/win32/scew_print/scew_print.vcproj,
	examples/win32/scew_stream/scew_stream.vcproj,
	examples/win32/scew_write/scew_write.vcproj, win32/scew.vcproj:
	added visual c++ 2008 project for SCEW examples
	[39cfca62d791]

	* INSTALL.WIN32, win32/INSTALL.txt, win32/README, win32/README.txt:
	add .txt file extension to windows text files
	[d387320b2a30]

	* INSTALL.WIN32, win32/README:
	convert windows text files
	[509e2501408e]

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

	* INSTALL.WIN32, win32/README:
	more win32 readme files updates
	[ebc7079f1abb]

	* INSTALL.WIN32, win32/README:
	win32++ readme files updated
	[08135ed8e63e]

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

	* scew/writer_buffer.h:
	fix scew_writer_buffer_create warning
	[1b440c198e0e]

2009-09-06  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* examples/scew_write/scew_write.c, scew/scew.h, win32/scew.vcproj:
	fix automatic static library inclusion; fix scew_write warnings
	[484e7f618b30]

	* .hgignore, NEWS, scew/export.h, scew/scew.h, scew/xerror.c,
	win32/scew.sln, win32/scew.vcproj:
	scew is also now available as a DLL in windows
	[98556349ed65]

2009-09-04  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* THANKS:
	updated THANKS file
	[28306e84b9b8]

	* win32/scew.vcproj:
	fix win32 preprocessor directives
	[1d516ffae47e]

	* configure.in, scew/Makefile.am, scew/attribute.h, scew/element.h,
	scew/error.h, scew/export.h, scew/list.h, scew/parser.h,
	scew/printer.h, scew/reader.h, scew/reader_buffer.h,
	scew/reader_file.h, scew/scew.h, scew/str.h, scew/tree.h,
	scew/writer.h, scew/writer_buffer.h, scew/writer_file.h,
	scew/xattribute.h, scew/xerror.c, scew/xerror.h, scew/xparser.h:
	enable shared library exports
	[9c2723ab6c12]

	* .hgignore:
	ignore visual studio generated files
	[8ccbda81ecc4]

	* scew/scew.h, win32/scew.vcproj:
	use SCEW_SHARED and SCEW_STATIC for dlls and static libs
	[e19b64b85f93]

2009-09-03  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/scew.h:
	only include correct windows library when static
	[72f7eee18e7b]

	* scew/scew.h, scew/tree.c, win32/scew.vcproj:
	static library support for visual c++ 2008
	[817a6354aad0]

	* scew/tree.c, scew/xparser.c:
	fix windows build warnings
	[6b0ed1444ded]

	* .hgignore, tests/Makefile.am, tests/check_printer.c,
	tests/check_writer_buffer.c, tests/test.h:
	added scew printer unit tests
	[ff4df5845606]

2009-09-02  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/printer.c, scew/xparser.c:
	fix: only trim preamble at the end, not every time
	[d7ec1d3e054b]

	* scew/printer.c, scew/xparser.c:
	ignore empty preambles
	[50bda2eb5db0]

2009-09-01  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/parser.h:
	clarify namespace parser documentation
	[4e1b0f505ec6]

	* .hgignore, scew/reader_file.c, scew/writer_file.c,
	tests/Makefile.am, tests/check_reader_file.c,
	tests/check_writer_file.c, tests/data/check_reader_file.txt:
	added scew file writer unit test
	[7cd9f3cb6649]

	* examples/scew_print/scew_print.c, scew/parser.c, scew/printer.c,
	scew/reader_buffer.c, scew/reader_file.c, scew/str.c,
	scew/writer_file.c, scew/xparser.c, scew/xparser.h:
	added default expat handler to parse XML preambles (sr #103190)
	[b1319777f9b2]

	* scew/parser.h:
	minor parser documentation updates
	[56f22a3192ca]

	* scew/parser.c, scew/parser.h, scew/xparser.c, scew/xparser.h:
	add parser namespace support (patch #5648)
	[ccd408b4ada3]

2009-08-31  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/element.h, scew/element_attribute.c:
	fix element's add attribute implementation (backwards compatibility)
	[7874fe3cee48]

	* NEWS, scew/attribute.c, scew/attribute.h, scew/element.c,
	scew/element.h, scew/element_attribute.c, scew/element_compare.c,
	scew/element_search.c, scew/list.h, scew/printer.c, scew/str.c,
	scew/str.h, scew/tree.c, scew/tree.h, tests/check_attribute.c,
	tests/check_element.c, tests/check_tree.c:
	added tree copy/compare functions; fix some string functions
	[ec78dfb380e8]

2009-08-30  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* .hgignore, scew/element.c, scew/element_attribute.c,
	scew/element_copy.c, scew/element_search.c, scew/parser.c,
	scew/printer.c, scew/reader_buffer.c, scew/reader_file.c,
	scew/writer_buffer.c, scew/writer_file.c, scew/xerror.c,
	scew/xparser.c, tests/Makefile.am, tests/check_reader_buffer.c,
	tests/check_reader_file.c, tests/data/check_reader_file.txt:
	added file reader unit tests; make equal comparissons safe
	[73b070ac6d0f]

	* scew/xerror.c:
	add underscore in global static variables
	[4febd3586a60]

2009-08-29  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* .hgignore, tests/Makefile.am, tests/check_reader_buffer.c,
	tests/check_writer_buffer.c:
	added buffer writer unit tests
	[631029dfbc50]

	* tests/check_reader_buffer.c:
	improve buffer reader unit tests
	[792075b7dcff]

2009-08-28  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* .hgignore, scew/parser.c, scew/reader.c, scew/reader.h,
	scew/reader_buffer.c, scew/reader_file.c, scew/writer.c,
	scew/writer.h, scew/writer_buffer.c, scew/writer_file.c,
	tests/Makefile.am, tests/check_reader_buffer.c:
	initial buffer reader unit tests
	[b0eb7b233e17]

	* configure.in, scew/reader_buffer.c:
	fix buffer reader creation
	[3222a58e4f13]

	* .hgignore, examples/Makefile.am, scew/Makefile.am, scew/bool.h,
	scew/element.h, scew/element_attribute.c, scew/list.h,
	scew/printer.h, scew/reader.c, scew/reader.h, scew/reader_buffer.h,
	scew/reader_file.c, scew/reader_file.h, scew/scew.h, scew/tree.c,
	scew/tree.h, scew/writer.h, scew/writer_buffer.c,
	scew/writer_buffer.h, scew/writer_file.c, scew/writer_file.h,
	tests/Makefile.am, tests/check_attribute.c, tests/check_element.c,
	tests/check_list.c, tests/check_tree.c:
	added tree UT, fix some doc, and free attribute when detaching from
	elements
	[3e7c289be531]

2009-08-27  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/Makefile.am, scew/element.c, scew/element.h,
	scew/element_attribute.c, scew/element_compare.c,
	scew/element_copy.c, scew/element_search.c, scew/xattribute.c,
	scew/xattribute.h, scew/xelement.h:
	separate element interface into different files
	[6b91e66c22e5]

2009-08-25  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/Makefile.am, scew/reader_buffer.c, scew/reader_buffer.h,
	scew/writer_buffer.h:
	added new SCEW buffer reader
	[44e983d5aab1]

	* scew/parser.c:
	fix loading XML documents larger than 1024 bytes
	[526ca8b08ffa]

	* scew/tree.h:
	clarify scew_tree_free documentation
	[2e8ab60dbe47]

	* tests/check_attribute.c:
	improve attribute unit tests
	[0fc72784d66b]

	* .hgtags:
	update tag names
	[184686e3e95c]

	* .hgignore, scew/Makefile.am, scew/attribute.c, scew/attribute.h,
	scew/element.c, scew/parser.c, scew/xattribute.c, scew/xattribute.h,
	scew/xparser.c, tests/Makefile.am, tests/check_attribute.c,
	tests/check_element.c:
	added attribute UT and fix elements attribute deletion
	[7ae61a6f2701]

2009-01-25  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* README, THANKS, configure.in, examples/scew_print/scew_print.c,
	examples/scew_stream/scew_stream.c,
	examples/scew_write/scew_write.c, scew/Makefile.am, scew/parser.c,
	scew/parser.h, scew/printer.c, scew/printer.h, scew/reader.c,
	scew/reader.h, scew/reader_file.c, scew/reader_file.h, scew/scew.h,
	scew/tree.c, scew/writer.c, scew/writer.h, scew/writer_buffer.c,
	scew/writer_buffer.h, scew/writer_file.c, scew/writer_file.h,
	scew/xparser.c, scew/xparser.h:
	Fixed mem leaks, added printer/reader support, writer updated
	[35872f1644b6]

2008-11-27  Aleix Conchillo Flaque  <aconchillo@ice.csic.es>

	* scew/writer.c, scew/writer.h, scew/writer_buffer.c,
	scew/writer_file.c:
	cleanup and simplify writer interface
	[e00d9881f310]

2008-11-26  Aleix Conchillo Flaque  <aconchillo@ice.csic.es>

	* scew/element.c:
	fix memory leak when adding new attributes
	[c10220a6cf13]

2008-11-22  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/writer.c:
	fix closing element tag
	[f293d297e34c]

2008-11-13  Aleix Conchillo Flaqué  <aleix@member.fsf.org>

	* scew/element.c, tests/check_element.c:
	fix: re-adding an existent attribute does not create a new one
	[ef75ef3b620a]

2008-11-13  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* scew/scew.h:
	add writer headers to scew.h
	[ec439ee0a1ab]

	* scew/Makefile.am, scew/writer.c, scew/writer.h,
	scew/writer_buffer.c, scew/writer_buffer.h, scew/writer_file.c,
	scew/writer_file.h, scew/xwriter.h:
	improve scew writer interface and split writer header files
	[660958828c7e]

2008-09-05  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* ChangeLog, scew/Makefile.am, scew/scew.h:
	added missing headers in scew.h and Makefile.am
	[d0fc82f5aff2]

	* ChangeLog:
	minor updates to ChangeLog
	[185752a01056]

	* scew/writer.c:
	remove xml declaration trailing space
	[21e0882eca40]

	* NEWS, examples/scew_print/scew_print.c,
	examples/scew_stream/scew_stream.c,
	examples/scew_write/scew_write.c, scew/attribute.c, scew/bool.h,
	scew/element.c, scew/error.c, scew/list.c, scew/parser.c,
	scew/str.c, scew/tree.c, scew/writer.c, scew/writer_buffer.c,
	scew/writer_file.c, scew/xerror.c, scew/xparser.c, scew/xparser.h,
	scew/xwriter.h:
	back to c90 (except unit tests)
	[849743bc0f97]

2008-09-04  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* NEWS, examples/scew_stream/scew_stream.c, scew/attribute.c,
	scew/attribute.h, scew/bool.h, scew/element.c, scew/element.h,
	scew/list.h, scew/parser.c, scew/parser.h, scew/scew.h, scew/tree.h,
	scew/writer.c, scew/writer.h, scew/writer_buffer.c,
	scew/writer_file.c, scew/xparser.c, scew/xparser.h, scew/xwriter.h,
	tests/check_element.c, tests/check_list.c:
	added scew_bool and stdbool.h removed
	[ad33def14558]

2008-09-04  Aleix Conchillo Flaqué  <aleix@member.fsf.org>

	* win32/Makefile.am:
	update visual studio project file in Makefile.am
	[cb3f64ff1f7f]

	* scew/xparser.c, tests/check_element.c, tests/check_list.c:
	ansic does not allow for loop variable declaration
	[a0c2b87e41dc]

	* scew/writer.h:
	initial writer documentation
	[5b50fdbd112b]

	* scew/tree.c, scew/tree.h, scew/writer.c:
	support for XML standalone attribute
	[00bde2009139]

	* configure.in:
	do not use all c99 features
	[e4a32b3c2f37]

	* NEWS:
	update NEWS file
	[f32dcb2ead87]

	* INSTALL.WIN32, README, THANKS:
	do not use justification in text files
	[cb6411e18c29]

2008-09-03  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* win32/scew.dsp, win32/scew.vcproj:
	added visual studio 9 initial project file
	[ed0abb7cd9ed]

2008-08-17  Aleix Conchillo Flaqué  <aleix@member.fsf.org>

	* scew/str.c, scew/xparser.c:
	use null-terminated string when getting element contents
	[821827ca13cf]

	* scew/error.c, scew/error.h, scew/str.c, scew/xparser.c,
	scew/xparser.h:
	more internal scew parser updates and cleanups
	[8c4757128dce]

2008-08-16  Aleix Conchillo Flaqué  <aleix@member.fsf.org>

	* scew/parser.c, scew/parser.h, scew/xparser.c, scew/xparser.h:
	minor cleanup in parser
	[d2dedb4c6cf4]

	* scew/parser.c, scew/xparser.c, scew/xparser.h:
	more cleanup in parser interface
	[2c02c3b7ac7c]

2008-08-15  Aleix Conchillo Flaqué  <aleix@member.fsf.org>

	* scew/Makefile.am, scew/parser.c, scew/xhandler.c, scew/xhandler.h,
	scew/xparser.c, scew/xparser.h:
	remove unnecessary files from private parser interface
	[a0100b9fee1c]

2008-07-31  Aleix Conchillo Flaqué  <aleix@member.fsf.org>

	* scew/attribute.h, scew/element.h, scew/writer.h, tests/check_list.c:
	minor documentation updates
	[c877c98d65e9]

	* scew/xwriter.h:
	add xwriter.h copyright notice
	[b53488e4ca97]

	* scew/element.c, scew/list.c, scew/list.h, tests/check_list.c:
	initial list documentation and minor changes
	[580a60ecb791]

2008-07-29  Aleix Conchillo Flaqué  <aleix@member.fsf.org>

	* scew/element.c:
	use last_attribute pointer when appending element's attributes
	[792efde3cc0a]

2008-07-24  Aleix Conchillo Flaqué  <aleix@member.fsf.org>

	* .hgignore, NEWS, doc/Makefile.am, etc/autoconf/doxygen.m4,
	scew/attribute.h:
	improve doxygen.m4 autoconf macro
	[88944ca45b28]

	* Makefile.am, configure.in, scew/Makefile.am:
	always build examples. 'make dist' works again.
	[f37d2c04186a]

	* scew/writer.c, scew/writer.h, scew/writer_file.c:
	re-add scew_writer_fp_create and add support for writer errors
	[9e996819e235]

	* examples/scew_print/scew_print.c,
	examples/scew_stream/scew_stream.c,
	examples/scew_write/scew_write.c:
	cleanup examples: use c99 comments
	[0c66c85caec4]

	* examples/scew_write/scew_write.c, scew/element.c, scew/error.c,
	tests/check_element.c, tests/test.h:
	fix: while adding attribues, only the last was kept
	[0225ae086686]

	* scew/writer.c, scew/writer.h, scew/writer_file.c:
	remove scew_writer_fp_create and related changes
	[e21bf49907a1]

	* scew/str.h:
	sprintf and vsprintf are special cases and can not be generic
	[dec17163bfb6]

2008-07-23  Aleix Conchillo Flaqué  <aleix@member.fsf.org>

	* scew/writer_buffer.c:
	initial buffer writer implementation
	[c36e03699c33]

	* scew/list.c:
	minor cleanup in list code
	[1727633fa763]

2008-07-22  Aleix Conchillo Flaqué  <aconchillo@ieec.cat>

	* examples/scew_print/Makefile.am, examples/scew_print/scew_print.c,
	examples/scew_stream/scew_stream.c,
	examples/scew_write/scew_write.c, scew/Makefile.am,
	scew/attribute.c, scew/attribute.h, scew/element.c, scew/element.h,
	scew/error.c, scew/error.h, scew/list.c, scew/list.h, scew/parser.c,
	scew/parser.h, scew/scew.h, scew/str.c, scew/str.h, scew/tree.c,
	scew/tree.h, scew/writer.c, scew/writer.h, scew/writer_buffer.c,
	scew/writer_file.c, scew/xerror.c, scew/xerror.h, scew/xhandler.c,
	scew/xhandler.h, scew/xparser.c, scew/xparser.h, scew/xprint.c,
	scew/xprint.h, scew/xwriter.h:
	3 in 1: copyright notices, error cleanup, initial writer
	implementation
	[9172c20b4de0]

	* configure.in:
	use C99 autconf macro
	[551eda6c44a1]

	* autogen.sh:
	remove carriage returns from autogen.sh
	[39961f8458f3]

	* .hgignore:
	ignore temporary files in Hg
	[5a41cf7e22c0]

2008-06-11  Aleix Conchillo Flaque  <aleix@member.fsf.org>

	* .cvsignore, AUTHORS, NEWS, THANKS, doc/.cvsignore, etc/.cvsignore,
	etc/autoconf/.cvsignore, etc/pkg-config/.cvsignore,
	examples/.cvsignore, examples/scew_print/.cvsignore,
	examples/scew_stream/.cvsignore, examples/scew_write/.cvsignore,
	scew/.cvsignore, tests/.cvsignore, win32/.cvsignore:
	remove .cvsignore and update some files to UTF-8
	[5f02e2d22e15]

2008-06-02  convert-repo  <convert-repo>

	* .hgtags:
	update tags
	[ab182644658d]

2007-10-15  aleix  <aleix>

	* configure.in, tests/Makefile.am:
	fix automake warnings
	[7f280c13725d]

2007-10-14  aleix  <aleix>

	* examples/scew_write/scew_write.c, scew/element.c, scew/element.h,
	scew/list.c, scew/parser.c, scew/xhandler.c, scew/xprint.c,
	tests/check_element.c:
	fix number of attributes counter
	[420b475795f7]

2007-10-13  aleix  <aleix>

	* Makefile.am:
	build library before examples
	[c0c7554b5a13]

	* ChangeLog, scew/attribute.c, scew/attribute.h, scew/element.c,
	scew/element.h, scew/parser.h:
	add attribute's parent accessors
	[6e5f5c2e4f53]

2007-10-11  aleix  <aleix>

	* NEWS, scew/attribute.c, scew/attribute.h, scew/element.c,
	scew/element.h, scew/xprint.c:
	added attribute parent. more documentation updates
	[af0cb422f6ce]

	* Makefile.am, configure.in, examples/scew_print/scew_print.c,
	examples/scew_stream/scew_stream.c,
	examples/scew_write/scew_write.c, scew/attribute.c,
	scew/attribute.h, scew/element.c, scew/element.h, scew/error.c,
	scew/error.h, scew/list.c, scew/list.h, scew/parser.c,
	scew/parser.h, scew/scew.h, scew/str.c, scew/str.h, scew/tree.c,
	scew/tree.h, scew/writer.c, scew/writer.h, scew/xerror.c,
	scew/xerror.h, scew/xhandler.c, scew/xhandler.h, scew/xparser.c,
	scew/xparser.h, scew/xprint.c, scew/xprint.h, tests/check_element.c,
	tests/check_list.c, tests/main.c:
	documentation improvements. fsf address updated
	[c0b184939270]

2007-10-10  aleix  <aleix>

	* examples/scew_print/scew_print.c,
	examples/scew_stream/scew_stream.c,
	examples/scew_write/scew_write.c, scew/error.c, scew/parser.c,
	scew/parser.h, scew/xparser.c, scew/xparser.h:
	parser cleanup
	[47779f091c72]

	* scew/Makefile.am, scew/types.h, scew/xelement.h, scew/xparser.h,
	scew/xtree.h:
	remove more unneeded files
	[bf39e3b7dbae]

	* scew/xattribute.c, scew/xattribute.h:
	xattribute.* removed
	[e48f2d7bfbb2]

	* scew/attribute.c, scew/element.c, scew/element.h, scew/list.c,
	tests/check_element.c:
	more memory fixes. xattribute.* removed
	[16d7715dbc74]

	* configure.in, scew/Makefile.am:
	update libtool version
	[5869de7145c6]

	* scew/element.c, scew/element.h, tests/.cvsignore,
	tests/check_element.c:
	fix memory issues and improve element tests
	[0c80ef57d961]

2007-10-09  aleix  <aleix>

	* .cvsignore, AUTHORS, COPYING, INSTALL.WIN32, Makefile.am, NEWS,
	README, THANKS, autogen.sh, configure.in, doc/Doxyfile.in,
	doc/Makefile.am, etc/Makefile.am, etc/autoconf/Makefile.am,
	etc/autoconf/doxygen.m4, etc/pkg-config/Makefile.am,
	examples/Makefile.am, examples/README,
	examples/scew_print/.cvsignore, examples/scew_print/Makefile.am,
	examples/scew_print/scew_print.c, examples/scew_stream/.cvsignore,
	examples/scew_stream/Makefile.am,
	examples/scew_stream/scew_stream.c, examples/scew_write/.cvsignore,
	examples/scew_write/Makefile.am, examples/scew_write/scew_write.c,
	scew/.cvsignore, scew/Makefile.am, scew/attribute.c,
	scew/attribute.h, scew/element.c, scew/element.h, scew/error.c,
	scew/error.h, scew/list.c, scew/list.h, scew/parser.c,
	scew/parser.h, scew/scew.h, scew/str.c, scew/str.h, scew/tree.c,
	scew/tree.h, scew/types.h, scew/writer.c, scew/writer.h,
	scew/xattribute.c, scew/xattribute.h, scew/xelement.h,
	scew/xerror.c, scew/xerror.h, scew/xhandler.c, scew/xhandler.h,
	scew/xparser.c, scew/xparser.h, scew/xprint.c, scew/xprint.h,
	scew/xtree.h, tests/Makefile.am, tests/check_element.c,
	tests/check_list.c, tests/main.c, tests/test.h, win32/Makefile.am:
	initial changes for 1.0
	[db0ae36a4ace]

