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