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