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