ChangeLog 1.9 KB

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