| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- 2003-06-30 Atsushi Enomoto <[email protected]>
- * added Mono.Xml.XPath directory.
- * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs,
- DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
- 2003-06-16 Lluis Sanchez Gual <[email protected]>
- * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
- 2003-06-05 Lluis Sanchez Gual <[email protected]>
- * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
- 2003-05-27 Joshua Tauberer <[email protected]>
- * 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 <[email protected]>
-
- * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
- XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
- XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
- 2003-05-18 Atsushi Enomoto <[email protected]>
- * added XmlSecureResolver.cs to list.unix.
- 2003-05-15 Nick Drochak <[email protected]>
- * System.XML.build: exclude standalone tests from dll build.
- 2003-05-10 Atsushi Enomoto <[email protected]>
- * added TypeTableEntry.cs to list.unix.
- 2003-03-18 Atsushi Enomoto <[email protected]>
- * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and
- Mono.System.Xml.csproj.
- 2003-02-16 Atsushi Enomoto <[email protected]>
- * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
- 2003-01-16 Atsushi Enomoto <[email protected]>
- * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
- 2002-12-10 Jeroen Janssen <[email protected]>
-
- * updated .build file(s) to correctly contain required buildfile
- attribute for nant
- 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
- * makefile.gnu: added test target.
- 2002-08-22 Tim Coleman <[email protected]>
- * list.unix:
- Add System.Xml.Serialization/XmlCustomFormatter.cs
- 2002-08-19 Tim Coleman <[email protected]>
- * list.unix:
- Add System.Xml.Serialization/XmlSerializationWriter.cs
- 2002-07-24 Tim Coleman <[email protected]>
- * list.unix:
- Add some more classes to this build list.
- 2002-07-22 Tim Coleman <[email protected]>
- * list.unix:
- Add System.Xml.Serialization/SoapReflectionImporter.cs to build
- list.
- 2002-07-22 Tim Coleman <[email protected]>
- * list.unix: added new classes to build list.
- 2002-06-20 Ajay kumar Dwivedi <[email protected]>
-
- * System.Xml.Serialization: Added to build target
- 2002-05-24 Miguel de Icaza <[email protected]>
- * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
- 2002-03-06 Jason Diamond <[email protected]>
- * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
- 2002-02-23 Nick Drochak <[email protected]>
- * System.XML.build: Change dll name to System.Xml.dll from
- System.XML.dll (not easy to notice, btw)
- 2001-12-07 Nick Drochak <[email protected]>
- * 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'.
|