Browse Source

Added myself as maintainer of several System.Xml classes, replacing Joe Hildebrand in class.xml
Updated Changelog and maintainers.xml

svn path=/trunk/mono/; revision=1392

Daniel Weber 24 years ago
parent
commit
0c8f63df2f
3 changed files with 98 additions and 19 deletions
  1. 3 0
      status/ChangeLog
  2. 94 19
      status/class.xml
  3. 1 0
      status/maintainers.xml

+ 3 - 0
status/ChangeLog

@@ -1,3 +1,6 @@
+2001-11-19	Daniel Weber <[email protected]>
+	* class.xml : Added System.Xml classes
+	* maintainers.xml: Added myself
 2001-10-11
 
 	* ByMaintainer.xsl: support for sorting classnames

+ 94 - 19
status/class.xml

@@ -1428,51 +1428,126 @@
     </class>
 
     <class name="System.Xml.XmlDocument">
-        <last-activity>Jul-29-2001</last-activity>
-        <implementation>no</implementation>
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
         <test-suite>no</test-suite>
-        <completion>?</completion>
+        <completion>5</completion>
+        <maintainers>
+            <maintainer>[email protected]</maintainer>
+        </maintainers>
+    </class>
+	
+    <class name="System.Xml.XmlDocumentFragment">
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
+        <test-suite>no</test-suite>
+        <completion>5</completion>
         <maintainers>
-            <maintainer>[email protected]</maintainer>
+            <maintainer>[email protected]</maintainer>
         </maintainers>
     </class>
+	
     <class name="System.Xml.XmlAttribute">
         <last-activity>Jul-29-2001</last-activity>
-        <implementation>no</implementation>
+        <implementation>yes</implementation>
         <test-suite>no</test-suite>
-        <completion>?</completion>
+        <completion>10</completion>
         <maintainers>
-            <maintainer>[email protected]</maintainer>
+            <maintainer>[email protected]</maintainer>
         </maintainers>
     </class>
+	
     <class name="System.Xml.XmlAttributeCollection">
-        <last-activity>Jul-29-2001</last-activity>
-        <implementation>no</implementation>
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
         <test-suite>no</test-suite>
-        <completion>?</completion>
+        <completion>90</completion>
         <maintainers>
-            <maintainer>[email protected]</maintainer>
+            <maintainer>[email protected]</maintainer>
         </maintainers>
     </class>
+	
     <class name="System.Xml.XmlNode">
-        <last-activity>Jul-29-2001</last-activity>
-        <implementation>no</implementation>
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
         <test-suite>no</test-suite>
-        <completion>?</completion>
+        <completion>5</completion>
         <maintainers>
-            <maintainer>[email protected]</maintainer>
+            <maintainer>[email protected]</maintainer>
         </maintainers>
     </class>
+	
     <class name="System.Xml.XmlElement">
-        <last-activity>Jul-29-2001</last-activity>
-        <implementation>no</implementation>
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
         <test-suite>no</test-suite>
-        <completion>?</completion>
+        <completion>10</completion>
         <maintainers>
-            <maintainer>[email protected]</maintainer>
+            <maintainer>[email protected]</maintainer>
         </maintainers>
     </class>
       
+    <class name="System.Xml.XmlLinkedNode">
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
+        <test-suite>no</test-suite>
+        <completion>50</completion>
+        <maintainers>
+            <maintainer>[email protected]</maintainer>
+        </maintainers>
+    </class>
+
+    <class name="System.Xml.XmlNamedNodeMap">
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
+        <test-suite>no</test-suite>
+        <completion>90</completion>
+        <maintainers>
+            <maintainer>[email protected]</maintainer>
+        </maintainers>
+    </class>
+
+    <class name="System.Xml.XmlComment">
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
+        <test-suite>no</test-suite>
+        <completion>5</completion>
+        <maintainers>
+            <maintainer>[email protected]</maintainer>
+        </maintainers>
+    </class>
+
+    <class name="System.Xml.XmlNodeChangedEventArgs">
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
+        <test-suite>no</test-suite>
+        <completion>90</completion>
+        <maintainers>
+            <maintainer>[email protected]</maintainer>
+        </maintainers>
+    </class>
+
+    <class name="System.Xml.XmlNodeList">
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
+        <test-suite>no</test-suite>
+        <completion>50</completion>
+        <maintainers>
+            <maintainer>[email protected]</maintainer>
+        </maintainers>
+    </class>
+	
+    <class name="System.Xml.XmlText">
+        <last-activity>Nov-19-2001</last-activity>
+        <implementation>yes</implementation>
+        <test-suite>no</test-suite>
+        <completion>50</completion>
+        <maintainers>
+            <maintainer>[email protected]</maintainer>
+        </maintainers>
+    </class>
+
+
     <class name="System.Collections.SortedList">
         <last-activity>Jul-16-2001</last-activity>
         <implementation>no</implementation>

+ 1 - 0
status/maintainers.xml

@@ -39,5 +39,6 @@
     <person name="Wictor Wilen" email="[email protected]"/>
     <person name="Thomas Neidhart" email="[email protected]"/>
     <person name="Martin Weindel" email="[email protected]"/>
+	<person name="Daniel Weber" email="[email protected]"/>
 </maintainers>