2004-08-20 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / ChangeLog
1 2004-08-20  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * System.Xml.dll.sources:
4           added many XQuery implementation internal classes.
5
6 2004-08-02  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * System.Xml.dll.sources: added those files:
9           - Mono.Xml.XPath/XPathDocument2.cs
10           - Mono.Xml.XPath/XPathDocument2Navigator.cs
11           - Mono.Xml.XPath/XPathDocument2Editable.cs
12
13 2004-07-29  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
16
17 2004-07-28  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
20
21 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * Makefile : added call to jay for creating XQueryParser.cs.
24         * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
25           XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
26
27 2004-07-21  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * System.Xml.dll.sources: Added XQueryConvert.cs. Removed 
30           XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
31           XPathChangeNavigator.cs and IXmlType.cs that are removed or going to 
32           be removed.
33
34 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * System.Xml.dll.sources: Added MonoFIXAttribute.cs
37
38 2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * System.Xml.dll.sources:
41           Added XmlFilterReader.cs and XPathNavigatorReader.cs
42
43 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
46
47 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * System.Xml.dll.sources: removed XmlItemView.cs and
50           XmlItemViewCollection.cs (only in 1.2).
51
52 2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * System.Xml.dll.sources: removed one of ImportContext.cs
55
56 2004-07-08  Lluis Sanchez Gual <lluis@ximian.com>
57
58         * System.Xml.dll.sources: Added new files:
59                 System.Xml.Serialization/IXmlSerializerImplementation.cs
60                 System.Xml.Serialization/IXmlTextParser.cs
61                 System.Xml.Serialization/ImportContext.cs
62                 System.Xml.Serialization/SchemaImporter.cs
63                 System.Xml.Serialization/SchemaImporterExtension.cs
64                 System.Xml.Serialization/SchemaImporterExtensionCollection.cs
65                 System.Xml.Serialization/XmlDeserializationEvents.cs
66                 System.Xml.Serialization/XmlSchemaProviderAttribute.cs
67                 System.Xml.Serialization/XmlSerializationGeneratedCode.cs
68                 System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
69                 System.Xml.Serialization/XmlSerializerFactory.cs
70                 System.Xml.Serialization/XmlSerializerVersionAttribute.cs
71
72 2004-07-06  Raja R Harinath  <rharinath@novell.com>
73
74         * System.Xml.dll.sources: List newly added NET 2.0 stubs.
75
76 2004-07-02  Raja R Harinath  <rharinath@novell.com>
77
78         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
79
80 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * Mono.System.XML.csproj : now contains new NET_2_0 files.
83
84 2004-05-22  Atsushi Enomoto  <atsushi@ximian.com>
85
86         * System.Xml.dll.sources : added/removed all NET_2_0 classes.
87
88 2004-05-19  Atsushi Enomoto  <atsushi@ximian.com>
89
90         * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
91
92 2004-03-31  Atsushi Enomoto  <atsushi@ximian.com>
93
94         * System.Xml_test.dll.sources :
95           Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
96           XmlSchemaAssertion.cs, MsxslScriptTests.cs.
97
98 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
99
100         * System.Xml_test.dll.sources: Added 
101                 System.Xml.Serialization/ComplexDataStructure.cs.
102
103 2004-02-24  Lluis Sanchez Gual <lluis@ximian.com>
104
105         * System.Xml.dll.sources: Added SerializationSource.cs.
106
107 2004-02-22  Nick Drochak <ndrochak@ieee.org>
108
109         * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
110         not seem to be in CVS.  This was breaking the build on windows.
111
112 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
113
114         * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
115           XmlDocumentEventTests.cs.
116
117 2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>
118
119         * System.Xml.dll.sources : Added XslFunctions.cs.
120
121 2004-02-15 Ben Maurer  <bmaurer@users.sourceforge.net>
122
123         * DTDValidatingReader.cs: simple optimization. there is only
124         one string, skip the string builder and just return the string.
125
126 2004-02-13  Atsushi Enomoto  <atsushi@ximian.com>
127
128         * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
129
130 2004-02-11  Atsushi Enomoto  <atsushi@ximian.com>
131
132         * Mono.System.XML.csproj : updated.
133
134 2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>
135
136         * System.Xml.dll.sources : added SchemaDataValueType.cs
137
138 2004-01-07  Nick Drochak <ndrochak@ieee.org>
139
140         * Makefile: Don't hide behind the /nowarns.  Fix them.
141
142 2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * Makefile : use /noconfig like System.dll (to erase make test warning)
145
146 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
147
148   * System.Xml_test.dll.sources : Added test files
149                 System.Xml.Serialization/DeserializeTests.cs
150                 System.Xml.Serialization/XmlAttributesTests.cs
151                 System.Xml.Serialization/XmlReflectionImporterTests.cs
152                 System.Xml.Serialization/XmlSerializationWriterTests.cs
153
154 2003-12-17  David Sheldon <dave-mono@earth.li>
155
156   * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
157
158 2003-12-15  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
159
160         * System.Xml.dll.sources :
161           removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
162
163 2003-12-14  Tim Coleman <tim@timcoleman.com>
164         * System.Xml.dll.sources :
165                 Add files from new System.Xml.Query namespace.
166
167 2003-12-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
168
169         * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
170
171 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
172
173         * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
174
175 2003-11-25  Tim Coleman <tim@timcoleman.com>
176         * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
177
178 2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
179
180         * System.Xml.dll.sources: added XPathComparer.cs
181
182 2003-11-17  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
183
184         * System.Xml.dll.sources: added some new .NET 1.2 stuff,
185           and sorted some members of the list.
186
187 2003-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
188
189         * System.Xml.dll.sources: added HtmlEmitter.cs
190
191 2003-10-15  Lluis Sanchez Gual  <lluis@ximian.com>
192
193         * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
194
195 2003-10-09  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
196
197         * System.Xml.dll.sources: added DTDReader.cs.
198
199 2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
200
201         * System.Xml.dll.sources: added DTMXPathNode.cs.
202
203 2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
204
205         * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
206           and XsdWildcard.cs.
207
208 2003-09-01  Lluis Sanchez Gual  <lluis@ximian.com>
209
210         * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
211           SerializationCodeGeneratorConfiguration.cs.
212
213 2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
214
215         * System.Xml.dll.sources : added XsdParticleValidationState.cs
216           and XsdValidatingReader.cs.
217         * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
218           and XsdValidatingReaderTests.cs.
219
220 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
221
222         * System.Xml.dll.sources: add files from Oleg.
223
224 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
225
226         * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
227
228 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
229
230         * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs 
231           and Mono.Xml/IHasXmlSchemaInfo.cs
232
233 2003-08-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
234
235         * System.Xml.dll.sources: Added Assembly/Locale.cs
236
237 2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
238
239         * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
240
241 2003-07-28 Ben Maurer  <bmaurer@users.sourceforge.net>
242
243         * System.Xml.dll.sources: Add new files
244
245 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
246
247         * Mono.System.XML.csproj : caught up with current library.
248
249 2003-07-18  Peter Williams  <peter@newton.cx>
250
251         * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
252         distable file.
253
254 2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
255
256         * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
257
258 2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
259
260         * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
261           System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
262
263 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
264
265         * added Mono.Xml.XPath directory.
266         * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
267                 DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
268
269 2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
270
271         * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
272
273 2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>
274
275         * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
276
277 2003-05-27  Joshua Tauberer <tauberer@for.net>
278
279         * XslTransform.cs: Initial support for extension objects.
280                 Known issues:
281                         Extension method signatures must match exactly to the
282                         types of parameters that the method is called with from the stylesheet.
283                         Node set parameters are converted to an ArrayList of strings.
284         * makefule.gnu: Added -unsafe flag, required by the above stuff.
285         * System.XML.build: Added -unsafe flag.  Hope this is the right place.
286
287 2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
288         
289         * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
290           XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
291           XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
292
293 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
294
295         * added XmlSecureResolver.cs to list.unix.
296
297 2003-05-15  Nick Drochak  <ndrochak@gol.com>
298
299         * System.XML.build: exclude standalone tests from dll build.
300
301 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
302
303         * added TypeTableEntry.cs to list.unix.
304
305 2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
306
307         * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
308           Mono.System.Xml.csproj.
309
310 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
311
312         * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
313
314 2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
315
316         * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
317
318 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
319         
320         * updated .build file(s) to correctly contain required buildfile 
321           attribute for nant
322
323 2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
324
325         * makefile.gnu: added test target.
326
327 2002-08-22  Tim Coleman <tim@timcoleman.com>
328         * list.unix:
329                 Add System.Xml.Serialization/XmlCustomFormatter.cs
330
331 2002-08-19  Tim Coleman <tim@timcoleman.com>
332         * list.unix:
333                 Add System.Xml.Serialization/XmlSerializationWriter.cs
334
335 2002-07-24  Tim Coleman <tim@timcoleman.com>
336         * list.unix:
337                 Add some more classes to this build list.
338
339 2002-07-22  Tim Coleman <tim@timcoleman.com>
340         * list.unix:
341                 Add System.Xml.Serialization/SoapReflectionImporter.cs to build
342                 list.
343
344 2002-07-22  Tim Coleman <tim@timcoleman.com>
345         * list.unix: added new classes to build list.
346
347 2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
348         
349         * System.Xml.Serialization: Added to build target
350
351 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
352
353         * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
354
355 2002-03-06  Jason Diamond  <jason@injektilo.org>
356
357         * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
358
359 2002-02-23  Nick Drochak  <ndrochak@gol.com>
360
361         * System.XML.build: Change dll name to System.Xml.dll from 
362         System.XML.dll (not easy to notice, btw)
363
364 2001-12-07  Nick Drochak <ndrochak@gol.com>
365
366         * ChangeLog: Add the change log to this directory
367
368         * 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'.