Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Schema/ChangeLog')
-rwxr-xr-xmcs/class/System.XML/System.Xml.Schema/ChangeLog56
1 files changed, 0 insertions, 56 deletions
diff --git a/mcs/class/System.XML/System.Xml.Schema/ChangeLog b/mcs/class/System.XML/System.Xml.Schema/ChangeLog
deleted file mode 100755
index 4c1cd1e8e9f..00000000000
--- a/mcs/class/System.XML/System.Xml.Schema/ChangeLog
+++ /dev/null
@@ -1,56 +0,0 @@
-2002-06-18 Dwivedi, Ajay kumar <adwiv@yahoo.com>
- * XmlSchema: The Read and Write methods are no more [MonoTODO] :)
-
- * XmlSchemaAppInfo: Xml Markup is now being read.
-
- * XmlSchemaDocumentation: Xml Markup is now being read.
-
- * All: Unhandled attributes are being handled properly.
-
- * All: Reordered the properties in all cs files to match with MS
- Implementation. This was required since the order is importatnt
- for the XmlSerializer.
-
-2002-06-14 Dwivedi, Ajay kumar <adwiv@yahoo.com>
- * General: Fixed a few more Bugs
-
-2002-06-10 Dwivedi, Ajay kumar <adwiv@yahoo.com>
- * XmlSchemaReader: A Wrapper class around XmlReader with customized
- methods to suit reading a schema.
- * General: Implemented Read() method for the schema. There are only
- a few minor bugs remaining.
-
-2002-05-25 Dwivedi, Ajay kumar <adwiv@yahoo.com>
- * BUGS.txt: New file to keep track of bugs
-
- * ALL: All classes are initialized exactly as in .NET except
- 1. inclusion of language attribute in schema
- 2. ComplexContent's Particle is initialized to null whereas .NET
- to some internal implementation. IMO Null is more appropriate
-
- * ALL: Changed the Compile methods to return the count of errors.
-
- * ALL: Complile methods are almost complete. Pass 1453 of 3061 tests.
- This number should shoot up if we write a parser to read the
- Schema instead of using reflection (which is slower too)
-
-2002-05-04 Dwivedi, Ajay kumar <adwiv@yahoo.com>
- * XmlSchemaUtil.cs: New file added.
-
- * Parser.cs: New file Added. Unused at the moment.
-
- * XmlSchemaObjectCollection: Fixed GetEnumerator
-
- * General: Preprocessing for Attributes and SimpleTypes completed.
-
-2002-04-26 Duncan Mak <duncan@ximian.com>
-
- * ValidationHandler.cs: New file.
-
- * XmlSchemaInfo.cs: New file.
-
- * *.cs: More updates from Ajay.
-
-2002-03-27 Duncan Mak <duncan@ximian.com>
-
- * *.cs: Updates from Ajay Dwivedi <AjayKumar.Dwivedi@dresdner-bank.com>.