2003-09-08 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 8 Sep 2003 16:36:38 +0000 (16:36 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 8 Sep 2003 16:36:38 +0000 (16:36 -0000)
commit22bae8654d41f52e16ab63a4e1782213123fd6d9
tree56a235ad98526e50f25d4d9a143b04213314f376
parent62192ab847afa4826680740e9fc7acc8d5cfefdd
2003-09-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlNamespaceManager.cs : GetEnumerator() should return all of the
  available pairs (of prefix and namespace).
* XmlQualifiedName.cs : Quick fix for NullReferenceException in case
  of name (or ns) is null. (The description of the immediate previous
  changes will be inserted below.)
* XmlTextWriter.cs : Fixed WriteDocType(). Removed CheckValidName().
* XmlUrlResolver.cs : Changed not to call WebClient.Dispose() which
  will release resources it had allocated.

svn path=/trunk/mcs/; revision=17996
mcs/class/System.XML/System.Xml/ChangeLog
mcs/class/System.XML/System.Xml/XmlNamespaceManager.cs
mcs/class/System.XML/System.Xml/XmlQualifiedName.cs
mcs/class/System.XML/System.Xml/XmlTextWriter.cs
mcs/class/System.XML/System.Xml/XmlUrlResolver.cs