ChangeLog 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. 2005-07-31 Gert Driesen <[email protected]>
  2. * System.Xml_test.dll.sources: Added tests for default values of
  3. Xml Serialization attribute classes.
  4. 2005-06-27 Raja R Harinath <[email protected]>
  5. * Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and
  6. Test/System.Xml/nist_dom/.
  7. 2005-06-27 Atsushi Enomoto <[email protected]>
  8. * System.Xml.dll.sources : removed XmlQueryDialect.
  9. Added xslt message event stuff.
  10. 2005-06-20 Raja R Harinath <[email protected]>
  11. * Makefile (SCARY_LIB): Remove.
  12. 2005-05-25 Raja R Harinath <[email protected]>
  13. * Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.
  14. 2005-05-23 Atsushi Enomoto <[email protected]>
  15. * System.Xml.Query : removed the whole directory (removed from .net 2.0)
  16. 2005-05-09 Atsushi Enomoto <[email protected]>
  17. * System.Xml.dll.sources : removed obsolete TypeTableEntry.cs.
  18. 2004-05-05 Atsushi Enomoto <[email protected]>
  19. * System.Xml.dll.sources : XPathAtomicValue.cs -> XmlAtomicValue.cs.
  20. 2004-05-05 Atsushi Enomoto <[email protected]>
  21. * System.Xml.dll.sources : removed XmlValueConverter (obsoleted).
  22. * System.Xml_test.dll.sources : removed XPathAtomicValue (obsoleted).
  23. 2005-05-04 Andrew Skiba <[email protected]>
  24. * System.XML.vmwcsproj: Added Visual MainWin C# project file for
  25. building System.XML package for TARGET_JVM.
  26. 2005-04-03 Ben Maurer <[email protected]>
  27. * System.Xml.dll.sources: Kill multiplexing hack.
  28. 2004-03-22 Atsushi Enomoto <[email protected]>
  29. * Makefile : now it creates XSLT pattern parser files from
  30. Parser.jay and Tokenizer.cs in System.Xml.XPath.
  31. 2004-03-04 Atsushi Enomoto <[email protected]>
  32. * System.Xml.dll.sources : Added XslNotSupportedOperation.cs.
  33. 2004-01-21 Atsushi Enomoto <[email protected]>
  34. * Makefile : /nowarn:0162 is back.
  35. 2004-01-20 Atsushi Enomoto <[email protected]>
  36. * Makefile : amd64 build complains /nowarn:0162. It should not, but
  37. now removing since it breaks the build.
  38. 2004-01-18 Atsushi Enomoto <[email protected]>
  39. * System.Xml.dll.sources :
  40. Added XmlNameEntry.cs and XmlNameEntryCache.cs.
  41. 2004-01-17 Atsushi Enomoto <[email protected]>
  42. * System.Xml.dll.sources : replaced CustomSerializer with
  43. XmlSchemaSerializer.
  44. Replaced XmlNodeReader with XmlNodeReaderImpl.cs and
  45. XmlNodeReader2.cs. (dispatches entity reader and non-entity reader.)
  46. 2004-12-17 Atsushi Enomoto <[email protected]>
  47. * System.Xml.dll.sources : added XmlReaderBinarySupport.cs.
  48. 2004-12-14 Atsushi Enomoto <[email protected]>
  49. * System.Xml.dll.sources : added XmlSchemaValidatingReader.
  50. 2004-12-08 Atsushi Enomoto <[email protected]>
  51. * System.Xml.dll.sources : added XmlSchemaValidator.cs,
  52. XmlValueGetter.cs and XmlSchemaValidationFlags.cs.
  53. 2004-12-06 Raja R Harinath <[email protected]>
  54. * Makefile (lib_file): New autodetecting define.
  55. (USE_BOOT_COMPILE, LIBRARY_COMPILE): Add support for using
  56. bootstrap compiler.
  57. (BUILT_SOURCES): Add ...XPath/Parser.cs.
  58. (EXTRA_DISTFILES): Add ...Query/XQueryParser.jay.
  59. (BOOTSTRAP_MCS) [PROFILE=net_2_0]: New.
  60. * System.Xml.dll.sources: Remove ...XPath/Parser.cs.
  61. 2004-12-04 Atsushi Enomoto <[email protected]>
  62. * System.Xml.dll.sources : added DTMXPathDocument2.cs,
  63. DTMXPathDocumentBuilder2.cs, DTMXPathDocumentWriter2.cs,
  64. DTMXPathDocumentWriter2.cs and DTMXPathNode2.cs.
  65. 2004-12-03 Raja R Harinath <[email protected]>
  66. * Makefile: Remove support for being in bootstrap build.
  67. 2004-12-01 Atsushi Enomoto <[email protected]>
  68. * System.Xml.dll.sources: removed old IXPathChangeNavigable.cs,
  69. XmlChangeFilters.cs, and XPathDocumentNodeChangedAction.cs.
  70. 2004-11-25 Atsushi Enomoto <[email protected]>
  71. * Makefile : added LIBRARY_COMPILE condition for upcoming need to
  72. be referenced in bootstrap.
  73. 2004-11-22 Atsushi Enomoto <[email protected]>
  74. * System.Xml.dll.sources : added XmlSchemaInfo.cs.
  75. 2004-11-17 Atsushi Enomoto <[email protected]>
  76. * System.Xml.dll.sources : Moved XQueryConvert.cs from
  77. System.Xml.Query to System.Xml.
  78. 2004-11-17 Atsushi Enomoto <[email protected]>
  79. * System.Xml.dll.sources : added XmlSchemaInference.cs,
  80. XmlSchemaInferenceException.cs and XmlSchemaValidationException.cs.
  81. 2004-11-08 Atsushi Enomoto <[email protected]>
  82. * System.Xml.dll.sources :
  83. added XmlTextReader2.cs.
  84. removed IXPathEditable.cs, XPathEditableNavigator.cs,
  85. NodeChangedEventArgs.cs and NodeChangedEventHandler.cs.
  86. 2004-10-29 Atsushi Enomoto <[email protected]>
  87. * Makefile : just ignore obsolete attribute warnings (those obsolete
  88. members are widely used in obsolete code).
  89. 2004-10-28 Atsushi Enomoto <[email protected]>
  90. * System.Xml.dll.sources : removed IXmlDataEvidence, fixed
  91. XmlDateTimeSerializationMode, added NewLineHandling.
  92. 2004-10-22 Atsushi Enomoto <[email protected]>
  93. * System.Xml.dll.sources : removed all XQuery related classes, fixed
  94. XmlConvertDateTimeSerializationMode, removed 2.0 XPathDocument
  95. implementation classes.
  96. 2004-10-21 Atsushi Enomoto <[email protected]>
  97. * Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.
  98. 2004-10-07 Atsushi Enomoto <[email protected]>
  99. * System.Xml.dll.sources:
  100. added System.Xml.Query/XQueryFunctionContextAttribute.cs.
  101. 2004-09-13 Atsushi Enomoto <[email protected]>
  102. * System.Xml_test.dll.sources : Added XPathAtomicValueTests.cs.
  103. 2004-09-08 Atsushi Enomoto <[email protected]>
  104. * System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.
  105. 2004-09-07 Atsushi Enomoto <[email protected]>
  106. * System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs.
  107. XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing.
  108. 2004-08-31 Atsushi Enomoto <[email protected]>
  109. * System.Xml.dll.sources:
  110. added System.Xml.Query/XQueryComparisonOperator.cs.
  111. 2004-08-31 Atsushi Enomoto <[email protected]>
  112. * System.Xml.dll.sources:
  113. added System.Xml.Query/XQueryArithmeticOperator.cs.
  114. 2004-08-20 Atsushi Enomoto <[email protected]>
  115. * System.Xml.dll.sources:
  116. added many XQuery implementation internal classes.
  117. 2004-08-02 Atsushi Enomoto <[email protected]>
  118. * System.Xml.dll.sources: added those files:
  119. - Mono.Xml.XPath/XPathDocument2.cs
  120. - Mono.Xml.XPath/XPathDocument2Navigator.cs
  121. - Mono.Xml.XPath/XPathDocument2Editable.cs
  122. 2004-07-29 Atsushi Enomoto <[email protected]>
  123. * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
  124. 2004-07-28 Atsushi Enomoto <[email protected]>
  125. * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
  126. 2004-07-26 Atsushi Enomoto <[email protected]>
  127. * Makefile : added call to jay for creating XQueryParser.cs.
  128. * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
  129. XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
  130. 2004-07-21 Atsushi Enomoto <[email protected]>
  131. * System.Xml.dll.sources: Added XQueryConvert.cs. Removed
  132. XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
  133. XPathChangeNavigator.cs and IXmlType.cs that are removed or going to
  134. be removed.
  135. 2004-07-13 Atsushi Enomoto <[email protected]>
  136. * System.Xml.dll.sources: Added MonoFIXAttribute.cs
  137. 2004-07-13 Atsushi Enomoto <[email protected]>
  138. * System.Xml.dll.sources:
  139. Added XmlFilterReader.cs and XPathNavigatorReader.cs
  140. 2004-07-09 Atsushi Enomoto <[email protected]>
  141. * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
  142. 2004-07-09 Atsushi Enomoto <[email protected]>
  143. * System.Xml.dll.sources: removed XmlItemView.cs and
  144. XmlItemViewCollection.cs (only in 1.2).
  145. 2004-07-09 Atsushi Enomoto <[email protected]>
  146. * System.Xml.dll.sources: removed one of ImportContext.cs
  147. 2004-07-08 Lluis Sanchez Gual <[email protected]>
  148. * System.Xml.dll.sources: Added new files:
  149. System.Xml.Serialization/IXmlSerializerImplementation.cs
  150. System.Xml.Serialization/IXmlTextParser.cs
  151. System.Xml.Serialization/ImportContext.cs
  152. System.Xml.Serialization/SchemaImporter.cs
  153. System.Xml.Serialization/SchemaImporterExtension.cs
  154. System.Xml.Serialization/SchemaImporterExtensionCollection.cs
  155. System.Xml.Serialization/XmlDeserializationEvents.cs
  156. System.Xml.Serialization/XmlSchemaProviderAttribute.cs
  157. System.Xml.Serialization/XmlSerializationGeneratedCode.cs
  158. System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
  159. System.Xml.Serialization/XmlSerializerFactory.cs
  160. System.Xml.Serialization/XmlSerializerVersionAttribute.cs
  161. 2004-07-06 Raja R Harinath <[email protected]>
  162. * System.Xml.dll.sources: List newly added NET 2.0 stubs.
  163. 2004-07-02 Raja R Harinath <[email protected]>
  164. * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
  165. 2004-06-18 Atsushi Enomoto <[email protected]>
  166. * Mono.System.XML.csproj : now contains new NET_2_0 files.
  167. 2004-05-22 Atsushi Enomoto <[email protected]>
  168. * System.Xml.dll.sources : added/removed all NET_2_0 classes.
  169. 2004-05-19 Atsushi Enomoto <[email protected]>
  170. * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
  171. 2004-03-31 Atsushi Enomoto <[email protected]>
  172. * System.Xml_test.dll.sources :
  173. Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
  174. XmlSchemaAssertion.cs, MsxslScriptTests.cs.
  175. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  176. * System.Xml_test.dll.sources: Added
  177. System.Xml.Serialization/ComplexDataStructure.cs.
  178. 2004-02-24 Lluis Sanchez Gual <[email protected]>
  179. * System.Xml.dll.sources: Added SerializationSource.cs.
  180. 2004-02-22 Nick Drochak <[email protected]>
  181. * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
  182. not seem to be in CVS. This was breaking the build on windows.
  183. 2004-02-17 Atsushi Enomoto <[email protected]>
  184. * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
  185. XmlDocumentEventTests.cs.
  186. 2004-02-17 Atsushi Enomoto <[email protected]>
  187. * System.Xml.dll.sources : Added XslFunctions.cs.
  188. 2004-02-15 Ben Maurer <[email protected]>
  189. * DTDValidatingReader.cs: simple optimization. there is only
  190. one string, skip the string builder and just return the string.
  191. 2004-02-13 Atsushi Enomoto <[email protected]>
  192. * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
  193. 2004-02-11 Atsushi Enomoto <[email protected]>
  194. * Mono.System.XML.csproj : updated.
  195. 2004-01-14 Atsushi Enomoto <[email protected]>
  196. * System.Xml.dll.sources : added SchemaDataValueType.cs
  197. 2004-01-07 Nick Drochak <[email protected]>
  198. * Makefile: Don't hide behind the /nowarns. Fix them.
  199. 2004-01-06 Atsushi Enomoto <[email protected]>
  200. * Makefile : use /noconfig like System.dll (to erase make test warning)
  201. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  202. * System.Xml_test.dll.sources : Added test files
  203. System.Xml.Serialization/DeserializeTests.cs
  204. System.Xml.Serialization/XmlAttributesTests.cs
  205. System.Xml.Serialization/XmlReflectionImporterTests.cs
  206. System.Xml.Serialization/XmlSerializationWriterTests.cs
  207. 2003-12-17 David Sheldon <[email protected]>
  208. * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
  209. 2003-12-15 Atsushi Enomoto <[email protected]>
  210. * System.Xml.dll.sources :
  211. removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
  212. 2003-12-14 Tim Coleman <[email protected]>
  213. * System.Xml.dll.sources :
  214. Add files from new System.Xml.Query namespace.
  215. 2003-12-11 Atsushi Enomoto <[email protected]>
  216. * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
  217. 2003-12-08 Atsushi Enomoto <[email protected]>
  218. * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
  219. 2003-11-25 Tim Coleman <[email protected]>
  220. * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
  221. 2003-11-19 Atsushi Enomoto <[email protected]>
  222. * System.Xml.dll.sources: added XPathComparer.cs
  223. 2003-11-17 Atsushi Enomoto <[email protected]>
  224. * System.Xml.dll.sources: added some new .NET 1.2 stuff,
  225. and sorted some members of the list.
  226. 2003-11-13 Atsushi Enomoto <[email protected]>
  227. * System.Xml.dll.sources: added HtmlEmitter.cs
  228. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  229. * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
  230. 2003-10-09 Atsushi Enomoto <[email protected]>
  231. * System.Xml.dll.sources: added DTDReader.cs.
  232. 2003-10-01 Atsushi Enomoto <[email protected]>
  233. * System.Xml.dll.sources: added DTMXPathNode.cs.
  234. 2003-09-30 Atsushi Enomoto <[email protected]>
  235. * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
  236. and XsdWildcard.cs.
  237. 2003-09-01 Lluis Sanchez Gual <[email protected]>
  238. * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
  239. SerializationCodeGeneratorConfiguration.cs.
  240. 2003-08-24 Atsushi Enomoto <[email protected]>
  241. * System.Xml.dll.sources : added XsdParticleValidationState.cs
  242. and XsdValidatingReader.cs.
  243. * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
  244. and XsdValidatingReaderTests.cs.
  245. 2003-08-18 Ben Maurer <[email protected]>
  246. * System.Xml.dll.sources: add files from Oleg.
  247. 2003-08-18 Ben Maurer <[email protected]>
  248. * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
  249. 2003-08-14 Atsushi Enomoto <[email protected]>
  250. * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs
  251. and Mono.Xml/IHasXmlSchemaInfo.cs
  252. 2003-08-11 Andreas Nahr <[email protected]>
  253. * System.Xml.dll.sources: Added Assembly/Locale.cs
  254. 2003-08-07 Atsushi Enomoto <[email protected]>
  255. * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
  256. 2003-07-28 Ben Maurer <[email protected]>
  257. * System.Xml.dll.sources: Add new files
  258. 2003-07-21 Atsushi Enomoto <[email protected]>
  259. * Mono.System.XML.csproj : caught up with current library.
  260. 2003-07-18 Peter Williams <[email protected]>
  261. * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a
  262. distable file.
  263. 2003-07-14 Andreas Nahr <[email protected]>
  264. * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
  265. 2003-07-06 Atsushi Enomoto <[email protected]>
  266. * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
  267. System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
  268. 2003-06-30 Atsushi Enomoto <[email protected]>
  269. * added Mono.Xml.XPath directory.
  270. * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs,
  271. DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
  272. 2003-06-16 Lluis Sanchez Gual <[email protected]>
  273. * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
  274. 2003-06-05 Lluis Sanchez Gual <[email protected]>
  275. * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
  276. 2003-05-27 Joshua Tauberer <[email protected]>
  277. * XslTransform.cs: Initial support for extension objects.
  278. Known issues:
  279. Extension method signatures must match exactly to the
  280. types of parameters that the method is called with from the stylesheet.
  281. Node set parameters are converted to an ArrayList of strings.
  282. * makefule.gnu: Added -unsafe flag, required by the above stuff.
  283. * System.XML.build: Added -unsafe flag. Hope this is the right place.
  284. 2003-05-26 Lluis Sanchez Gual <[email protected]>
  285. * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
  286. XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
  287. XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
  288. 2003-05-18 Atsushi Enomoto <[email protected]>
  289. * added XmlSecureResolver.cs to list.unix.
  290. 2003-05-15 Nick Drochak <[email protected]>
  291. * System.XML.build: exclude standalone tests from dll build.
  292. 2003-05-10 Atsushi Enomoto <[email protected]>
  293. * added TypeTableEntry.cs to list.unix.
  294. 2003-03-18 Atsushi Enomoto <[email protected]>
  295. * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and
  296. Mono.System.Xml.csproj.
  297. 2003-02-16 Atsushi Enomoto <[email protected]>
  298. * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
  299. 2003-01-16 Atsushi Enomoto <[email protected]>
  300. * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
  301. 2002-12-10 Jeroen Janssen <[email protected]>
  302. * updated .build file(s) to correctly contain required buildfile
  303. attribute for nant
  304. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  305. * makefile.gnu: added test target.
  306. 2002-08-22 Tim Coleman <[email protected]>
  307. * list.unix:
  308. Add System.Xml.Serialization/XmlCustomFormatter.cs
  309. 2002-08-19 Tim Coleman <[email protected]>
  310. * list.unix:
  311. Add System.Xml.Serialization/XmlSerializationWriter.cs
  312. 2002-07-24 Tim Coleman <[email protected]>
  313. * list.unix:
  314. Add some more classes to this build list.
  315. 2002-07-22 Tim Coleman <[email protected]>
  316. * list.unix:
  317. Add System.Xml.Serialization/SoapReflectionImporter.cs to build
  318. list.
  319. 2002-07-22 Tim Coleman <[email protected]>
  320. * list.unix: added new classes to build list.
  321. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  322. * System.Xml.Serialization: Added to build target
  323. 2002-05-24 Miguel de Icaza <[email protected]>
  324. * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
  325. 2002-03-06 Jason Diamond <[email protected]>
  326. * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
  327. 2002-02-23 Nick Drochak <[email protected]>
  328. * System.XML.build: Change dll name to System.Xml.dll from
  329. System.XML.dll (not easy to notice, btw)
  330. 2001-12-07 Nick Drochak <[email protected]>
  331. * ChangeLog: Add the change log to this directory
  332. * 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'.