- win32config.h.in: updated
- xmlversion.h.in: crap forgot to update this, this mean 2.1.0
  lacks iconv support :-( need to release 2.1.1
- configure.in: release 2.1.1
- HTMLparser: fixed bug #14784
- xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
  by Windows compiler
- HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
  the SAX startDocument() callback.
- TODO: updated
- rebuild doc
Daniel
diff --git a/TODO b/TODO
index 8545e1a..8b1bc46 100644
--- a/TODO
+++ b/TODO
@@ -30,7 +30,7 @@
 - fix --disable-corba configure switch handling, and use XML_WITHOUT_CORBA
   not WITHOUT_CORBA flag
 - the html parser should add <head> and <body> if they don't exist
-- Command to force the parser to stop parsing and ignore the rest of the file.
+  started, not finished.
 
 TODO:
 =====
@@ -96,6 +96,8 @@
 Done:
 =====
 
+- Command to force the parser to stop parsing and ignore the rest of the file.
+  xmlStopParser() should allow this
 - support for HTML empty attributes like <hr noshade>
 - plugged iconv() in for support of a large set of encodings.
 - xmlSwitchToEncoding() rewrite done