Keith Isdale complained rightly that xmlInitParser() did not preserve

* parser.c error.c: Keith Isdale complained rightly that
  xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
Daniel
diff --git a/ChangeLog b/ChangeLog
index ed6391b..aaba724 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+	* parser.c error.c: Keith Isdale complained rightly that 
+	  xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
+
 Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
 
 	* tree.c: fixed the funxtion to set the xml: attributes
@@ -108,7 +113,7 @@
 
 Sun Jan  6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
 
-	* parser.c: patch from Jack J Franklin to remove a bug in
+	* parser.c: patch from Frank J Franklin to remove a bug in
 	  xmlCreatePushParserCtxt() when the initial buffer passed
 	  is large.