2003-08-11 Andreas Nahr * System.Xml.dll.sources: Added Assembly/Locale.cs 2003-08-07 Atsushi Enomoto * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs. 2003-07-28 Ben Maurer * System.Xml.dll.sources: Add new files 2003-07-21 Atsushi Enomoto * Mono.System.XML.csproj : caught up with current library. 2003-07-18 Peter Williams * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a distable file. 2003-07-14 Andreas Nahr * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs 2003-07-06 Atsushi Enomoto * list.unix : added System.Xml.Schema/BuiltInDatatype.cs, System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs 2003-06-30 Atsushi Enomoto * added Mono.Xml.XPath directory. * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs 2003-06-16 Lluis Sanchez Gual * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs 2003-06-05 Lluis Sanchez Gual * added System.Xml.Serialization/ReflectionHelper.cs to list.unix 2003-05-27 Joshua Tauberer * XslTransform.cs: Initial support for extension objects. Known issues: Extension method signatures must match exactly to the types of parameters that the method is called with from the stylesheet. Node set parameters are converted to an ArrayList of strings. * makefule.gnu: Added -unsafe flag, required by the above stuff. * System.XML.build: Added -unsafe flag. Hope this is the right place. 2003-05-26 Lluis Sanchez Gual * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added 2003-05-18 Atsushi Enomoto * added XmlSecureResolver.cs to list.unix. 2003-05-15 Nick Drochak * System.XML.build: exclude standalone tests from dll build. 2003-05-10 Atsushi Enomoto * added TypeTableEntry.cs to list.unix. 2003-03-18 Atsushi Enomoto * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and Mono.System.Xml.csproj. 2003-02-16 Atsushi Enomoto * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj. 2003-01-16 Atsushi Enomoto * updated Mono.System.Xml.csproj. (patch by David B. Bitton) 2002-12-10 Jeroen Janssen * updated .build file(s) to correctly contain required buildfile attribute for nant 2002-10-28 Gonzalo Paniagua Javier * makefile.gnu: added test target. 2002-08-22 Tim Coleman * list.unix: Add System.Xml.Serialization/XmlCustomFormatter.cs 2002-08-19 Tim Coleman * list.unix: Add System.Xml.Serialization/XmlSerializationWriter.cs 2002-07-24 Tim Coleman * list.unix: Add some more classes to this build list. 2002-07-22 Tim Coleman * list.unix: Add System.Xml.Serialization/SoapReflectionImporter.cs to build list. 2002-07-22 Tim Coleman * list.unix: added new classes to build list. 2002-06-20 Ajay kumar Dwivedi * System.Xml.Serialization: Added to build target 2002-05-24 Miguel de Icaza * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple 2002-03-06 Jason Diamond * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden. 2002-02-23 Nick Drochak * System.XML.build: Change dll name to System.Xml.dll from System.XML.dll (not easy to notice, btw) 2001-12-07 Nick Drochak * 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 is encourages other to try 'make test'.