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