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