ChangeLog 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. 2002-02-26 Jason Diamond <[email protected]>
  2. * XmlTextReader.cs: Apparently Microsoft's implementation treats
  3. namespace declarations as attributes so we do now, too.
  4. * XmlNamespaceManager.cs: HasNamespace fixed so that it only
  5. checks the current scope.
  6. 2002-02-26 Duncan Mak <[email protected]>
  7. * XmlDocumentType.cs: Added a few hacks here and there to
  8. temporarily fix the "I broke the build issue".
  9. 2002-02-25 Jason Diamond <[email protected]>
  10. * XmlDocument.cs, XmlElement.cs, XmlNode.xs, XmlNodeList.cs,
  11. XmlNodeListAsArrayList.cs: Multiple fixes necessary to get
  12. simple test to pass. The existing code is really shitty so I'll
  13. probably start writing tests and refactoring before much else
  14. can get done.
  15. 2002-02-25 Duncan Mak <[email protected]>
  16. * NameTable.cs: Implemented.
  17. * XmlDeclaration.cs: It should inherit from XmlLinkedNode, not XmlNode.
  18. 2002-02-24 Duncan Mak <[email protected]>
  19. * XmlNodeOrder.cs: Added to CVS.
  20. * XmlQualifiedName.cs: Fixed a warning from Equals ().
  21. * XmlTokenizedType.cs: Added to CVS.
  22. * XmlUrlResolver.cs: Added to CVS with one TODO task.
  23. 2002-02-23 Duncan Mak <[email protected]>
  24. * XmlQualifiedName.cs: Fixed ToString () and added the operators
  25. (== and !=).
  26. 2002-02-23 Jason Diamond <[email protected]>
  27. * XmlTextReader.cs: Added support for qualified attributes.
  28. 2002-02-23 Jason Diamond <[email protected]>
  29. * XmlNamespaceManager.cs: Initial implementation.
  30. * XmlTextReader.cs: Added support for NamespaceURI property on
  31. elements.
  32. 2002-02-23 Nick Drochak <[email protected]>
  33. * ChangeLog: Add the change log to this directory
  34. * XmlQualifiedName.cs: Fixed compile errors so it would build. Still has
  35. MonoTODO's