implementing XmlElement.SetAttributeNode(localName, namespaceURI) and
[mono.git] / mcs / class / System.XML / ChangeLog
index c11071ebe19b582eaab5d98fd48af12b5341a888..ecdc05a39ccd3d8f7350e38004ad141557e948ce 100644 (file)
@@ -1,31 +1,43 @@
-2002-02-10  Jason Diamond  <jason@injektilo.org>
+2002-08-22  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add System.Xml.Serialization/XmlCustomFormatter.cs
 
-       * System.XML.build: Renamed the System.Xml.dll assembly to 
-       System.XML.dll to match Microsoft.
+2002-08-19  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add System.Xml.Serialization/XmlSerializationWriter.cs
 
-       * System.XML.build, Test/System.XML_test.build: Added tasks to 
-       clean .dll and .pdb files.
+2002-07-24  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add some more classes to this build list.
 
-       * System.XML.build, Test/System.XML_test.build: Copy System.XML.dll 
-       to Test directory and reference that. This makes it so our tests 
-       test our code and not Microsoft's.
+2002-07-22  Tim Coleman <tim@timcoleman.com>
+       * list.unix:
+               Add System.Xml.Serialization/SoapReflectionImporter.cs to build
+               list.
 
-       * System.Xml/XmlTextReader.cs: Added support for parsing prefixes 
-       and local names.
+2002-07-22  Tim Coleman <tim@timcoleman.com>
+       * list.unix: added new classes to build list.
 
-       * Test/Test.cs: Updated all tests to test the prefix and local name 
-       properties.
+2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
+       
+       * System.Xml.Serialization: Added to build target
 
-2002-01-23  Dick Porter  <dick@ximian.com>
+2002-05-24  Miguel de Icaza  <miguel@ximian.com>
 
-       * System.Xml/XmlNode.cs: Fixed IndexerName attribute so it
-       compiles under .net 1.0
+       * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
+
+2002-03-06  Jason Diamond  <jason@injektilo.org>
+
+       * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
+
+2002-02-23  Nick Drochak  <ndrochak@gol.com>
+
+       * System.XML.build: Change dll name to System.Xml.dll from 
+       System.XML.dll (not easy to notice, btw)
 
 2001-12-07  Nick Drochak <ndrochak@gol.com>
 
        * ChangeLog: Add the change log to this directory
 
-       * System.XML.build: Add dependancy on linux target to test target. 
-       Need to have the dll before we can test it, right?  Plus it encourages 
-       others to try 'make test'.
+       * System.XML.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right?  Plus is encourages other to try 'make test'.