2005-11-06  Wakaba  <w@suika.fam.cx>

	* SimpleParser.js: Don't use |RegExp.rightContext|, which
	is not part of ECMAScript standard and Opera 8 does not support.
	Changes lexical parsing mode back to |CON| after |pic|.
	Reports an error if an element is not closed by an end tag
	at the end of the entity.
	
	* SimpleSerializer.js: Don't use |new Array| constructor.

2005-11-05  Wakaba  <w@suika.fam.cx>

	* SimpleParser.js (parseStringWithContext): Don't turns |isDoc|
	flag on unless the document element has been closed (enbuged
	in 2005-10-30 change).

2005-10-30  Wakaba  <w@suika.fam.cx>

	* Generic.js (_Parser): Information on |CSS/SimpleParser| module added.

2005-10-30  Wakaba  <w@suika.fam.cx>

	* SimpleParser.js (parseStringWithContext): Turns |isDoc| flag
	off in elements.

2005-10-29  Wakaba  <w@suika.fam.cx>

	* Generic.js (createGLSParser): Implemented.
	
	* SimpleParser.js: XML end tag implemented.

2005-10-28  Wakaba  <w@suika.fam.cx>

	* SimpleSerializer.js (writeToString): Outputs XML declaration
	if |document.xmlVersion| has value other than |1.1|.  Support
	for |DOCUMENT_FRAGMENT_NODE| added.

2005-10-27  Wakaba  <w@suika.fam.cx>

	* SimpleParser.js: New script.

2005-10-27  Wakaba  <w@suika.fam.cx>

	* ChangeLog: New file.

2005-10-26  Wakaba  <w@suika.fam.cx>

	* Generic.js: New script.
	
	* SimpleSerializer.js: New script.
