ChangeLog 832 B

123456789101112131415161718192021222324252627282930313233
  1. 2002-02-24 Duncan Mak <[email protected]>
  2. * XmlNodeOrder.cs: Added to CVS.
  3. * XmlQualifiedName.cs: Fixed a warning from Equals ().
  4. * XmlTokenizedType.cs: Added to CVS.
  5. * XmlUrlResolver.cs: Added to CVS with one TODO task.
  6. 2002-02-23 Duncan Mak <[email protected]>
  7. * XmlQualifiedName.cs: Fixed ToString () and added the operators
  8. (== and !=).
  9. 2002-02-23 Jason Diamond <[email protected]>
  10. * XmlTextReader.cs: Added support for qualified attributes.
  11. 2002-02-23 Jason Diamond <[email protected]>
  12. * XmlNamespaceManager.cs: Initial implementation.
  13. * XmlTextReader.cs: Added support for NamespaceURI property on
  14. elements.
  15. 2002-02-23 Nick Drochak <[email protected]>
  16. * ChangeLog: Add the change log to this directory
  17. * XmlQualifiedName.cs: Fixed compile errors so it would build. Still has
  18. MonoTODO's