2
0

ChangeLog 796 B

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