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