2003-07-18 Peter Williams <peter@newton.cx>
[mono.git] / mcs / class / System.XML / ChangeLog
1 2003-07-18  Peter Williams  <peter@newton.cx>
2
3         * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
4         distable file.
5
6 2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
7
8         * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
9
10 2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
11
12         * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
13           System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
14
15 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
16
17         * added Mono.Xml.XPath directory.
18         * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
19                 DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
20
21 2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
22
23         * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
24
25 2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>
26
27         * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
28
29 2003-05-27  Joshua Tauberer <tauberer@for.net>
30
31         * XslTransform.cs: Initial support for extension objects.
32                 Known issues:
33                         Extension method signatures must match exactly to the
34                         types of parameters that the method is called with from the stylesheet.
35                         Node set parameters are converted to an ArrayList of strings.
36         * makefule.gnu: Added -unsafe flag, required by the above stuff.
37         * System.XML.build: Added -unsafe flag.  Hope this is the right place.
38
39 2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
40         
41         * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
42           XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
43           XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
44
45 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
46
47         * added XmlSecureResolver.cs to list.unix.
48
49 2003-05-15  Nick Drochak  <ndrochak@gol.com>
50
51         * System.XML.build: exclude standalone tests from dll build.
52
53 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
54
55         * added TypeTableEntry.cs to list.unix.
56
57 2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
58
59         * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
60           Mono.System.Xml.csproj.
61
62 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
63
64         * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
65
66 2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
67
68         * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
69
70 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
71         
72         * updated .build file(s) to correctly contain required buildfile 
73           attribute for nant
74
75 2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
76
77         * makefile.gnu: added test target.
78
79 2002-08-22  Tim Coleman <tim@timcoleman.com>
80         * list.unix:
81                 Add System.Xml.Serialization/XmlCustomFormatter.cs
82
83 2002-08-19  Tim Coleman <tim@timcoleman.com>
84         * list.unix:
85                 Add System.Xml.Serialization/XmlSerializationWriter.cs
86
87 2002-07-24  Tim Coleman <tim@timcoleman.com>
88         * list.unix:
89                 Add some more classes to this build list.
90
91 2002-07-22  Tim Coleman <tim@timcoleman.com>
92         * list.unix:
93                 Add System.Xml.Serialization/SoapReflectionImporter.cs to build
94                 list.
95
96 2002-07-22  Tim Coleman <tim@timcoleman.com>
97         * list.unix: added new classes to build list.
98
99 2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
100         
101         * System.Xml.Serialization: Added to build target
102
103 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
104
105         * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
106
107 2002-03-06  Jason Diamond  <jason@injektilo.org>
108
109         * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
110
111 2002-02-23  Nick Drochak  <ndrochak@gol.com>
112
113         * System.XML.build: Change dll name to System.Xml.dll from 
114         System.XML.dll (not easy to notice, btw)
115
116 2001-12-07  Nick Drochak <ndrochak@gol.com>
117
118         * ChangeLog: Add the change log to this directory
119
120         * 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'.
121