ChangeLog 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. 2004-08-31 Atsushi Enomoto <[email protected]>
  2. * System.Xml.dll.sources:
  3. added System.Xml.Query/XQueryComparisonOperator.cs.
  4. 2004-08-31 Atsushi Enomoto <[email protected]>
  5. * System.Xml.dll.sources:
  6. added System.Xml.Query/XQueryArithmeticOperator.cs.
  7. 2004-08-20 Atsushi Enomoto <[email protected]>
  8. * System.Xml.dll.sources:
  9. added many XQuery implementation internal classes.
  10. 2004-08-02 Atsushi Enomoto <[email protected]>
  11. * System.Xml.dll.sources: added those files:
  12. - Mono.Xml.XPath/XPathDocument2.cs
  13. - Mono.Xml.XPath/XPathDocument2Navigator.cs
  14. - Mono.Xml.XPath/XPathDocument2Editable.cs
  15. 2004-07-29 Atsushi Enomoto <[email protected]>
  16. * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
  17. 2004-07-28 Atsushi Enomoto <[email protected]>
  18. * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
  19. 2004-07-26 Atsushi Enomoto <[email protected]>
  20. * Makefile : added call to jay for creating XQueryParser.cs.
  21. * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
  22. XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
  23. 2004-07-21 Atsushi Enomoto <[email protected]>
  24. * System.Xml.dll.sources: Added XQueryConvert.cs. Removed
  25. XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
  26. XPathChangeNavigator.cs and IXmlType.cs that are removed or going to
  27. be removed.
  28. 2004-07-13 Atsushi Enomoto <[email protected]>
  29. * System.Xml.dll.sources: Added MonoFIXAttribute.cs
  30. 2004-07-13 Atsushi Enomoto <[email protected]>
  31. * System.Xml.dll.sources:
  32. Added XmlFilterReader.cs and XPathNavigatorReader.cs
  33. 2004-07-09 Atsushi Enomoto <[email protected]>
  34. * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
  35. 2004-07-09 Atsushi Enomoto <[email protected]>
  36. * System.Xml.dll.sources: removed XmlItemView.cs and
  37. XmlItemViewCollection.cs (only in 1.2).
  38. 2004-07-09 Atsushi Enomoto <[email protected]>
  39. * System.Xml.dll.sources: removed one of ImportContext.cs
  40. 2004-07-08 Lluis Sanchez Gual <[email protected]>
  41. * System.Xml.dll.sources: Added new files:
  42. System.Xml.Serialization/IXmlSerializerImplementation.cs
  43. System.Xml.Serialization/IXmlTextParser.cs
  44. System.Xml.Serialization/ImportContext.cs
  45. System.Xml.Serialization/SchemaImporter.cs
  46. System.Xml.Serialization/SchemaImporterExtension.cs
  47. System.Xml.Serialization/SchemaImporterExtensionCollection.cs
  48. System.Xml.Serialization/XmlDeserializationEvents.cs
  49. System.Xml.Serialization/XmlSchemaProviderAttribute.cs
  50. System.Xml.Serialization/XmlSerializationGeneratedCode.cs
  51. System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
  52. System.Xml.Serialization/XmlSerializerFactory.cs
  53. System.Xml.Serialization/XmlSerializerVersionAttribute.cs
  54. 2004-07-06 Raja R Harinath <[email protected]>
  55. * System.Xml.dll.sources: List newly added NET 2.0 stubs.
  56. 2004-07-02 Raja R Harinath <[email protected]>
  57. * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
  58. 2004-06-18 Atsushi Enomoto <[email protected]>
  59. * Mono.System.XML.csproj : now contains new NET_2_0 files.
  60. 2004-05-22 Atsushi Enomoto <[email protected]>
  61. * System.Xml.dll.sources : added/removed all NET_2_0 classes.
  62. 2004-05-19 Atsushi Enomoto <[email protected]>
  63. * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
  64. 2004-03-31 Atsushi Enomoto <[email protected]>
  65. * System.Xml_test.dll.sources :
  66. Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
  67. XmlSchemaAssertion.cs, MsxslScriptTests.cs.
  68. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  69. * System.Xml_test.dll.sources: Added
  70. System.Xml.Serialization/ComplexDataStructure.cs.
  71. 2004-02-24 Lluis Sanchez Gual <[email protected]>
  72. * System.Xml.dll.sources: Added SerializationSource.cs.
  73. 2004-02-22 Nick Drochak <[email protected]>
  74. * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
  75. not seem to be in CVS. This was breaking the build on windows.
  76. 2004-02-17 Atsushi Enomoto <[email protected]>
  77. * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
  78. XmlDocumentEventTests.cs.
  79. 2004-02-17 Atsushi Enomoto <[email protected]>
  80. * System.Xml.dll.sources : Added XslFunctions.cs.
  81. 2004-02-15 Ben Maurer <[email protected]>
  82. * DTDValidatingReader.cs: simple optimization. there is only
  83. one string, skip the string builder and just return the string.
  84. 2004-02-13 Atsushi Enomoto <[email protected]>
  85. * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
  86. 2004-02-11 Atsushi Enomoto <[email protected]>
  87. * Mono.System.XML.csproj : updated.
  88. 2004-01-14 Atsushi Enomoto <[email protected]>
  89. * System.Xml.dll.sources : added SchemaDataValueType.cs
  90. 2004-01-07 Nick Drochak <[email protected]>
  91. * Makefile: Don't hide behind the /nowarns. Fix them.
  92. 2004-01-06 Atsushi Enomoto <[email protected]>
  93. * Makefile : use /noconfig like System.dll (to erase make test warning)
  94. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  95. * System.Xml_test.dll.sources : Added test files
  96. System.Xml.Serialization/DeserializeTests.cs
  97. System.Xml.Serialization/XmlAttributesTests.cs
  98. System.Xml.Serialization/XmlReflectionImporterTests.cs
  99. System.Xml.Serialization/XmlSerializationWriterTests.cs
  100. 2003-12-17 David Sheldon <[email protected]>
  101. * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
  102. 2003-12-15 Atsushi Enomoto <[email protected]>
  103. * System.Xml.dll.sources :
  104. removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
  105. 2003-12-14 Tim Coleman <[email protected]>
  106. * System.Xml.dll.sources :
  107. Add files from new System.Xml.Query namespace.
  108. 2003-12-11 Atsushi Enomoto <[email protected]>
  109. * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
  110. 2003-12-08 Atsushi Enomoto <[email protected]>
  111. * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
  112. 2003-11-25 Tim Coleman <[email protected]>
  113. * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
  114. 2003-11-19 Atsushi Enomoto <[email protected]>
  115. * System.Xml.dll.sources: added XPathComparer.cs
  116. 2003-11-17 Atsushi Enomoto <[email protected]>
  117. * System.Xml.dll.sources: added some new .NET 1.2 stuff,
  118. and sorted some members of the list.
  119. 2003-11-13 Atsushi Enomoto <[email protected]>
  120. * System.Xml.dll.sources: added HtmlEmitter.cs
  121. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  122. * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
  123. 2003-10-09 Atsushi Enomoto <[email protected]>
  124. * System.Xml.dll.sources: added DTDReader.cs.
  125. 2003-10-01 Atsushi Enomoto <[email protected]>
  126. * System.Xml.dll.sources: added DTMXPathNode.cs.
  127. 2003-09-30 Atsushi Enomoto <[email protected]>
  128. * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
  129. and XsdWildcard.cs.
  130. 2003-09-01 Lluis Sanchez Gual <[email protected]>
  131. * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
  132. SerializationCodeGeneratorConfiguration.cs.
  133. 2003-08-24 Atsushi Enomoto <[email protected]>
  134. * System.Xml.dll.sources : added XsdParticleValidationState.cs
  135. and XsdValidatingReader.cs.
  136. * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
  137. and XsdValidatingReaderTests.cs.
  138. 2003-08-18 Ben Maurer <[email protected]>
  139. * System.Xml.dll.sources: add files from Oleg.
  140. 2003-08-18 Ben Maurer <[email protected]>
  141. * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
  142. 2003-08-14 Atsushi Enomoto <[email protected]>
  143. * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs
  144. and Mono.Xml/IHasXmlSchemaInfo.cs
  145. 2003-08-11 Andreas Nahr <[email protected]>
  146. * System.Xml.dll.sources: Added Assembly/Locale.cs
  147. 2003-08-07 Atsushi Enomoto <[email protected]>
  148. * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
  149. 2003-07-28 Ben Maurer <[email protected]>
  150. * System.Xml.dll.sources: Add new files
  151. 2003-07-21 Atsushi Enomoto <[email protected]>
  152. * Mono.System.XML.csproj : caught up with current library.
  153. 2003-07-18 Peter Williams <[email protected]>
  154. * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a
  155. distable file.
  156. 2003-07-14 Andreas Nahr <[email protected]>
  157. * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
  158. 2003-07-06 Atsushi Enomoto <[email protected]>
  159. * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
  160. System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
  161. 2003-06-30 Atsushi Enomoto <[email protected]>
  162. * added Mono.Xml.XPath directory.
  163. * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs,
  164. DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
  165. 2003-06-16 Lluis Sanchez Gual <[email protected]>
  166. * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
  167. 2003-06-05 Lluis Sanchez Gual <[email protected]>
  168. * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
  169. 2003-05-27 Joshua Tauberer <[email protected]>
  170. * XslTransform.cs: Initial support for extension objects.
  171. Known issues:
  172. Extension method signatures must match exactly to the
  173. types of parameters that the method is called with from the stylesheet.
  174. Node set parameters are converted to an ArrayList of strings.
  175. * makefule.gnu: Added -unsafe flag, required by the above stuff.
  176. * System.XML.build: Added -unsafe flag. Hope this is the right place.
  177. 2003-05-26 Lluis Sanchez Gual <[email protected]>
  178. * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
  179. XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
  180. XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
  181. 2003-05-18 Atsushi Enomoto <[email protected]>
  182. * added XmlSecureResolver.cs to list.unix.
  183. 2003-05-15 Nick Drochak <[email protected]>
  184. * System.XML.build: exclude standalone tests from dll build.
  185. 2003-05-10 Atsushi Enomoto <[email protected]>
  186. * added TypeTableEntry.cs to list.unix.
  187. 2003-03-18 Atsushi Enomoto <[email protected]>
  188. * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and
  189. Mono.System.Xml.csproj.
  190. 2003-02-16 Atsushi Enomoto <[email protected]>
  191. * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
  192. 2003-01-16 Atsushi Enomoto <[email protected]>
  193. * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
  194. 2002-12-10 Jeroen Janssen <[email protected]>
  195. * updated .build file(s) to correctly contain required buildfile
  196. attribute for nant
  197. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  198. * makefile.gnu: added test target.
  199. 2002-08-22 Tim Coleman <[email protected]>
  200. * list.unix:
  201. Add System.Xml.Serialization/XmlCustomFormatter.cs
  202. 2002-08-19 Tim Coleman <[email protected]>
  203. * list.unix:
  204. Add System.Xml.Serialization/XmlSerializationWriter.cs
  205. 2002-07-24 Tim Coleman <[email protected]>
  206. * list.unix:
  207. Add some more classes to this build list.
  208. 2002-07-22 Tim Coleman <[email protected]>
  209. * list.unix:
  210. Add System.Xml.Serialization/SoapReflectionImporter.cs to build
  211. list.
  212. 2002-07-22 Tim Coleman <[email protected]>
  213. * list.unix: added new classes to build list.
  214. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  215. * System.Xml.Serialization: Added to build target
  216. 2002-05-24 Miguel de Icaza <[email protected]>
  217. * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
  218. 2002-03-06 Jason Diamond <[email protected]>
  219. * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
  220. 2002-02-23 Nick Drochak <[email protected]>
  221. * System.XML.build: Change dll name to System.Xml.dll from
  222. System.XML.dll (not easy to notice, btw)
  223. 2001-12-07 Nick Drochak <[email protected]>
  224. * ChangeLog: Add the change log to this directory
  225. * 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'.