ChangeLog 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 2002-05-08 Tim Coleman <[email protected]>
  2. * XPathDocument.cs:
  3. * XPathException.cs: New stub files added.
  4. 2002-04-12 Duncan Mak <[email protected]>
  5. * XmlCaseOrder.cs: Moved to here from System.Xml.
  6. 2002-03-26 Jason Diamond <[email protected]>
  7. * XPathScanner.cs: Now handles name tests with wildacards. Abbreviated
  8. steps. Both absolution and relative abbreviated location paths.
  9. 2002-03-25 Jason Diamond <[email protected]>
  10. * XPathScanner.cs: Added new file. This class is supposed to be internal
  11. but that would make it impossible to test.
  12. 2002-03-08 Duncan Mak <[email protected]>
  13. * XPathNamespaceScope.cs:
  14. * XPathNodeType.cs:
  15. * XPathResultType.cs:
  16. * XmlDataType.cs:
  17. * XmlSortOrder.cs: Used EnumCheck and realigned elements to be compatible with MS
  18. implementation. XPathResultType is interesting as EnumCheck does
  19. not show the Navigator element, but shows the String element twice.
  20. 2002-03-08 Jason Diamond <[email protected]>
  21. * XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files.
  22. 2002-03-06 Jason Diamond <[email protected]>
  23. * ChangeLog: Added to this directory.
  24. * XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs,
  25. XPathResultType.cs: New files.
  26. * XPathNavigator.cs: Stubbed out all properties and methods.