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