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