[LIBXML2] Update to version 2.9.10. CORE-16952
[reactos.git] / sdk / lib / 3rdparty / libxml2 / ChangeLog
index 896fbbb..b3f3fc1 100644 (file)
@@ -463,7 +463,7 @@ Thu Jul 31 21:49:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
          allow to make Name and NmToken validations based on the parser
          flags, more specifically the 5th edition of XML or not
        * HTMLparser.c tree.c: small side effects for the previous changes
-       * parser.c SAX2.c valid.c: the bulk of teh changes are here,
+       * parser.c SAX2.c valid.c: the bulk of the changes are here,
          the parser and validation behaviour can be affected, parsing
          flags need to be copied, lot of changes. Also fixing various
          validation problems in the regression tests.
@@ -1328,7 +1328,7 @@ Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
 Tue Mar 20 09:58:13 CET 2007  Daniel Veillard <daniel@veillard.com>
 
        * nanoftp.c: applied patch from Björn Wiberg to try to fix again
-         the silly __ss_familly problem on various AIXes, should fix #420184
+         the silly __ss_family problem on various AIXes, should fix #420184
 
 Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
 
@@ -1519,7 +1519,7 @@ Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
 
 Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
 
-       * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
+       * HTMLparser.c: fixed the 2 stupid bugs affecting htmlReadDoc() and
          htmlReadIO() this should fix #340322
 
 Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
@@ -1680,7 +1680,7 @@ Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
 Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
 
        * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
-         Brian West and Stefan Anca to add XPointer suport to the Python bindings
+         Brian West and Stefan Anca to add XPointer support to the Python bindings
 
 Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
 
@@ -2022,7 +2022,7 @@ Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
 
        * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
          recreation (if possible) of the node-set which is used to
-         collect the nodes in the current axis for the currect context
+         collect the nodes in the current axis for the current context
          node. Especially for "//foo" this will decrease dramatically
          the number of created node-sets, since for each node in the
          result node-set of the evaluation of descendant-or-self::node()
@@ -2056,7 +2056,7 @@ Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
          xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
          A flag on the node-set indicating if namespace nodes are in
          the set would help here; this is the 3rd flag which would
-         be usefull with node-sets. The current flags I have in mind:
+         be useful with node-sets. The current flags I have in mind:
          1) Is a node-set already sorted?
             This would allow for rebust and optimizable sorting
             behaviour.
@@ -2112,7 +2112,7 @@ Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
          compilation time (unlike normal XPath, where we can bind
          namespace names to prefixes at execution time).
        * pattern.c: Enhanced to use a string dict for local-names,
-         ns-prefixes and and namespace-names.
+         ns-prefixes and namespace-names.
          Fixed xmlStreamPushInternal() not to use string-pointer
          comparison if a dict is available; this won't work, since
          one does not know it the given strings originate from the
@@ -2269,7 +2269,7 @@ Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
 Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
 
        * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
-         warning raised by gcc-4.1 and latests changes
+         warning raised by gcc-4.1 and latest changes
 
 Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
 
@@ -2967,12 +2967,12 @@ Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
          Fixed default/fixed values for attributes (looks like they
          did not work in the last  releases).
          Completed constraints for attribute uses.
-         Seperated attribute derivation from attribute constraints.
+         Separated attribute derivation from attribute constraints.
          Completed constraints for attribute group definitions.
          Disallowing <import>s of schemas in no target namespace if the
          importing schema is a chameleon schema. This contradicts
          the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
-         W3C XML Schema WG, thinks it is correct to dissalow such
+         W3C XML Schema WG, thinks it is correct to disallow such
          imports.
          Added cos-all-limited constraints.
          Restructured reference resolution to model groups and element
@@ -4980,7 +4980,7 @@ Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
          modules.
          Added machanism to store element information for the
          ancestor-or-self axis; this is needed for identity-constraints
-         and should be helpfull for a future streamable validation.
+         and should be helpful for a future streamable validation.
        * include/libxml/xmlerror.h: Added an error code for
          identity-constraints.
 
@@ -5639,7 +5639,7 @@ Tue Nov  2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
          automatic API regression test tool.
        * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
          xmlstring.c: various API hardeing changes as a result of running
-         teh first set of automatic API regression tests.
+         the first set of automatic API regression tests.
        * test/slashdot16.xml: apparently missing from CVS, commited it
 
 Mon Nov  1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
@@ -5729,7 +5729,7 @@ Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
 
 Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
 
-       * python/libxml.c: fixed a problem occuring only in x86_64 when
+       * python/libxml.c: fixed a problem occurring only in x86_64 when
          very large error messages are raised to the Python handlers.
 
 Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
@@ -5908,7 +5908,7 @@ Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
 
 Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
 
-       * xmlschemastypes.c: fixing an out of bound adressing issue
+       * xmlschemastypes.c: fixing an out of bound addressing issue
 
 Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
 
@@ -6069,7 +6069,7 @@ Fri Sep  3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
          of the wildcard.
          Added a check for circular attribute group references.
          Added a check for circular model group definition references.
-         Fixed a dublicate xmlParserErrors enum value - see bug #151738.
+         Fixed a duplicate xmlParserErrors enum value - see bug #151738.
 
 Fri Sep  3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
 
@@ -6275,7 +6275,7 @@ Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
          include/libxml/xmlerror.h: cleanup to avoid 'error' identifier 
          in includes #137414
        * parser.c SAX2.c debugXML.c include/libxml/parser.h:
-         first version of the inplementation of parsing within
+         first version of the implementation of parsing within
          the context of a node in the tree #142359, new function
          xmlParseInNodeContext(), added support at the xmllint --shell
          level as the "set" function
@@ -6938,7 +6938,7 @@ Sun May  9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
 
 Sun May  9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
 
-       * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
+       * xmlsave.c: apply fix for XHTML1 formatting from Nick Wellnhofer
          fixes bug #141266
        * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
          test
@@ -7753,7 +7753,7 @@ Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
          This is needed for XSLT to keep the stylesheet dictionary read-only
          while being able to reuse the strings for the transformation
          dictionary.
-       * xinclude.c: fixed a dictionary reference counting problem occuring
+       * xinclude.c: fixed a dictionary reference counting problem occurring
          when document parsing failed.
        * testSAX.c: adding option --repeat for timing 100times the parsing
        * doc/* : rebuilt all the docs
@@ -8947,7 +8947,7 @@ Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
        * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
          SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
          testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
-         xpath.c: Changed all (?) occurences where validation macros
+         xpath.c: Changed all (?) occurrences where validation macros
          (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
          (e.g. IS_BLANK changed to IS_BLANK_CH).  This gets rid of
          many warning messages on certain platforms, and also high-
@@ -8972,7 +8972,7 @@ Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
          a new source, like the xmlReadxx and xmlCtxtReadxxx
        * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
          doc/Makefile.am: regenerated the APIs
-       * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
+       * doc/xml.html: applied a patch from Stefan Kost for namespace docs
 
 Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
 
@@ -9179,7 +9179,7 @@ Tue Oct  7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
          on Windows from Jesse Pelton
        * parser.c: tiny safety patch for xmlStrPrintf() make sure the
          return is always zero terminated. Should also help detecting
-         passing wrong buffer size easilly.
+         passing wrong buffer size easily.
        * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
          updated the results to follow the errors string generated by
          last commit.
@@ -9192,7 +9192,7 @@ Tue Oct  7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
 Tue Oct  7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
 
        * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
-         module to teh new error reporting. Better default report, adds
+         module to the new error reporting. Better default report, adds
          the element associated if found, context and node are included
          in the xmlError
        * python/tests/reader2.py: the error messages changed.
@@ -10424,7 +10424,7 @@ Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
 
        * doc/Makefile.am doc/html/*: reverted back patch for #113521,
          due to #115104 and while fixing #115101 . HTML URLs must not
-         be version dependant.
+         be version dependent.
 
 Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
 
@@ -10627,7 +10627,7 @@ Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
 
        * python/generator.py: fixed a problem in the generator where
          the way functions are remapped as methods on classes was
-         not symetric and dependant on python internal hash order,
+         not symmetric and dependent on python internal hash order,
          as reported by Stéphane Bidoul
 
 Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
@@ -11162,7 +11162,7 @@ Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
 Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
 
        * relaxng.c: fixed the last core RelaxNG bug known #107083,
-         shemas datatype ID/IDREF support still missing though.
+         schemas datatype ID/IDREF support still missing though.
        * xmlreader.c: fix a crashing bug with prefix raised by
          Merijn Broeren
        * test/relaxng/testsuite.xml: augmented the testsuite with
@@ -11882,7 +11882,7 @@ Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
 
 Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
 
-       * parser.c: one more IsEmptyElement crazyness, that time in
+       * parser.c: one more IsEmptyElement craziness, that time in
          external parsed entities if substitution is asked.
        * python/tests/reader3.py: added a specific test.
 
@@ -12145,7 +12145,7 @@ Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
 Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
 
        * xmlreader.c: Fixed the empty node detection to avoid reporting
-         an inexistant close tag.
+         an nonexistent close tag.
 
 Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
 
@@ -12482,7 +12482,7 @@ Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
        * parser.c xpath.c: fixing #96925 wich was also dependent on the
          processing of parsed entities, and XPath computation on sustitued
          entities.
-       * testXPath.c: make sure entities are substitued.
+       * testXPath.c: make sure entities are substituted.
 
 Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
 
@@ -12673,7 +12673,7 @@ Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
 Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
        * parser.c: tried to fix bug #91500 where doc->children may
-         be overriden by a call to xmlParseBalancedChunkMemory()
+         be overridden by a call to xmlParseBalancedChunkMemory()
 
 Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
@@ -12800,7 +12800,7 @@ Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
        * configure.in include/libxml/xmlwin32version.h: preparing release
          of 2.4.25
-       * doc/*: updated and regenerated teh docs and web pages.
+       * doc/*: updated and regenerated the docs and web pages.
 
 Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
@@ -13026,7 +13026,7 @@ Thu Sep  5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
 Wed Sep  4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
-       * libxml.spec.in: fixes libary path for x86_64 AMD
+       * libxml.spec.in: fixes library path for x86_64 AMD
 
 Tue Sep  3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
 
@@ -13085,7 +13085,7 @@ Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
 Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
        * python/Makefile.am: typo in target name resulted in libxml2.py
-         to not be rebuilt. fixed DESTDIR similary to the libxslt one.
+         to not be rebuilt. fixed DESTDIR similarly to the libxslt one.
 
 Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
 
@@ -14044,7 +14044,7 @@ Thu Mar  7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
 Thu Mar  7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
 
        * configure.in xmllint.c: trying to fix #71457 for timing
-         precision when gettimeofday() is not availble but ftime() is
+         precision when gettimeofday() is not available but ftime() is
 
 Thu Mar  7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
 
@@ -14208,7 +14208,7 @@ Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
          when a document is standalone seems correctly handled. There
          is a couple of open issues left which need consideration especially
          PE93 on external unparsed entities and standalone status. 
-         Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
+         Ran 1819 tests: 1817 succeeded, 2 failed and 0 generated an error in 8.26 s.
          The 2 tests left failing are actually in error. Cleanup done.
 
 Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
@@ -14225,7 +14225,7 @@ Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
 
        * parser.c valid.c: a couple of errors were reported but not
          saved back as such in the parsing context. Down to 1% failure rate
-         Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
+         Ran 1819 tests: 1801 succeeded, 18 failed and 0 generated an error
 
 Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
 
@@ -14266,7 +14266,7 @@ Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
        * check-xml-test-suite.py: improved the behaviour a bit as
          well as the logs
        * parser.c valid.c SAX.c: fixed a few more bugs 
-         "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
+         "Ran 1819 tests: 1778 succeeded, 41 failed, and 0 generated an error"
 
 Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
 
@@ -14453,7 +14453,7 @@ Sun Feb  3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
          context, allow to switch on and check validity
        * python/tests/Makefile.am python/tests/error.py
          python/tests/invalid.xml python/tests/valid.xml
-         python/tests/validate.py: attded more test and and added error.py
+         python/tests/validate.py: added more test and added error.py
          which I forgot to commit in the last step
 
 Sun Feb  3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
@@ -14576,7 +14576,7 @@ Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
 Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
 
        * parserInternals.h: Greg Sjaardema suggested to use an
-         eponential buffer groth policy in xmlParserAddNodeInfo()
+         exponential buffer growth policy in xmlParserAddNodeInfo()
 
 Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
 
@@ -14660,7 +14660,7 @@ Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
 
 Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
 
-       * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
+       * globals.c xmlIO.c xmlcatalog.c: removed the last occurrences
          of strdup usage in the code
 
 Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
@@ -15488,7 +15488,7 @@ Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
 Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
 
        * parser.c result/noent/wml.xml: fixed bug #59981 related
-         to handling of '&' in attributes when entities are substitued
+         to handling of '&' in attributes when entities are substituted
 
 Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
 
@@ -16120,7 +16120,7 @@ Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
        * configure.in doc/xml.html include/libxml/xmlwin32version.h:
          release of 2.3.12
-       * parser.c: make an error message if unknow entities in all cases
+       * parser.c: make an error message if unknown entities in all cases
 
 Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
@@ -16943,7 +16943,7 @@ Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
        * debugXML.c hash.c tree.h valid.c : some changes related to
-         the validation suport to improve speed with DocBook
+         the validation support to improve speed with DocBook
        * result/VC/OneID2 result/VC/OneID3 : this slightly changes
          the way validation errors get reported
 
@@ -17003,7 +17003,7 @@ Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
        * xpath.c: trying to get 52979 solved
        * tree.c result/ result/noent/: trying to get 52712 solved, this
          also made me clean up the fact that XML output in general should
-         not add formating blanks by default, this changed the output of
+         not add formatting blanks by default, this changed the output of
          a few tests
 
 Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
@@ -17219,7 +17219,7 @@ Wed Mar  7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
        * parser.c SAX.c: the new content parsing code raised an
          ugly bug in the characters() SAX callback. Found it
-         just because of strangeness in XSLT XML Rec ouptut :-(
+         just because of strangeness in XSLT XML Rec output :-(
 
 Wed Mar  7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
@@ -17541,13 +17541,13 @@ Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
 Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
-       * xpath.c: when copying a XSLT tree object teh tree need to be copied
+       * xpath.c: when copying a XSLT tree object the tree need to be copied
          too, and deallocation need to occur the same way.
 
 Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
        * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
-         type correponding to an XSLT result tree fragment. Share most
+         type corresponding to an XSLT result tree fragment. Share most
          of the data format with node set, as well as operators.
        * HTMLtree.c: added a newline at the end of the doctype output
          whe this one is not present initially.
@@ -17904,7 +17904,7 @@ Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
 Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
 
        * SAX.c: HTML attributes need normalization too (Bjorn Reese)
-       * HTMLparser.[ch]: addded htmlIsScriptAttribute()
+       * HTMLparser.[ch]: added htmlIsScriptAttribute()
 
 Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
 
@@ -18010,7 +18010,7 @@ Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
        * include/Makefile.am include/win32config.h: new directory
          for includes
        * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
-         updated teh makefiles and instructions for WIN32
+         updated the makefiles and instructions for WIN32
        * xpath.c: small fixes
        * test/XPath/ results/XPath: updated the testcases and results
        * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
@@ -18255,7 +18255,7 @@ Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
          patches from Wayne Davison <wayned@users.sourceforge.net>,
          adding htmlEncodeEntities()
        * HTMLparser.c: fixed an ignorable white space detection bug
-         occuring when parsing with SAX only
+         occurring when parsing with SAX only
        * result/HTML/*.sax: updated since the output is now HTML
          encoded...
 
@@ -18420,7 +18420,7 @@ Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
          when using Sun Pro cc compiler
        * xpath.c : cleanup memleaks
        * nanoftp.c : added a TESTING preprocessor flag for standalong
-         compile so that people can report bugs more easilly
+         compile so that people can report bugs more easily
        * nanohttp.c : ditched socklen_t which was a portability mess
          and replaced it with unsigned int.
        * tree.[ch]: added xmlHasProp()
@@ -18594,7 +18594,7 @@ Mon Apr  3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
          Makefile.am : added compile-time customization of libxml
          --with-ftp --with-http --with-html --with-xpath --with-debug
          --with-mem-debug
-       * *.[ch] autoconf.sh : moved to an absolute adressing of includes : 
+       * *.[ch] autoconf.sh : moved to an absolute addressing of includes : 
          #include <libxml/xxx.h> I hope it won't break too much stuff
          and will be manageable in the future...
        * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
@@ -18625,7 +18625,7 @@ Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
          libxml default allocation function with another set (like gmalloc/
          gfree).
        * Makefile.am, uri.c, uri.h: added a set of functions to do
-         exact (litteraly copied from the RFC 2396 productions) parsing
+         exact (literally copied from the RFC 2396 productions) parsing
          and handling of URI. Will be needed for XLink, one XML WFC, 
          XML Base and reused in the nano[ftp/http] modules. Still work
          to be done.
@@ -18688,7 +18688,7 @@ Thu Feb  3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
 
        * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
          compilation warnings on various platforms.
-       * parser.c: Fixed #5281 validity error callbacks are now desactived
+       * parser.c: Fixed #5281 validity error callbacks are now deactivated
          by default if not validating.
 
 Thu Feb  3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
@@ -19125,7 +19125,7 @@ Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
 
        * parser.h: modified the parser context struct to regain 1.4.0
                    binary compatibility
-       * parser.c, xml-error.h: added errno ot teh context and defined
+       * parser.c, xml-error.h: added errno to the context and defined
                    a set of errors values with update of errno
        * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
                    DTDs and entities
@@ -19562,7 +19562,7 @@ Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
 
 Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
 
-       * parser.c: Set up the fonctions comment block, boring but useful.
+       * parser.c: Set up the functions comment block, boring but useful.
        * parser.h, SAX.c, parser.c: now attributes are processed through
          the SAX interface. The problem is that my SAX interface diverged
          quite a bit from the original one, well this is not an official
@@ -19571,7 +19571,7 @@ Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
 Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
 
        * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
-         fonctions comment block, boring but useful.
+         functions comment block, boring but useful.
 
 Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>