2003-05-29 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / System / ChangeLog
1 2003-05-29  Nick Drochak <ndrochak@gol.com>
2
3         * System_test.dll.config: Nunit loads configs with the same name as the
4         test assembly. This is for the Swithes test.
5
6 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * System_test.dll.sources : Added UriTest2.cs
9
10 2003-11-18  Todd Berman  <tberman@gentoo.org>
11
12         * System.dll.sources: Added IOrderedDictionary.cs
13
14 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
15
16         * System.dll.sources: Added some new class files
17
18 2003-09-04  Duncan Mak  <duncan@ximian.com>
19
20         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
21
22 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
23
24         * System_test.dll.sources       new test added
25
26 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
27
28         * System.dll.sources: SRDescriptionAttribute.cs moved
29
30 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
31
32         * README: removed (contained only obsolete build instructions)
33
34 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
35
36         * System.dll.sources: EventLogImpl.cs added
37
38 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
39
40         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
41
42 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
43
44         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
45
46 2003-07-18  Peter Williams  <peter@newton.cx>
47
48         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
49         a distable file.
50         (EXTRA_DISTFILES): A few more.
51
52 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
53
54         * System.dll.sources: Assembly/Consts.cs added
55
56 2003-07-16  Peter Williams  <peter@newton.cx>
57
58         * Makefile (SCARY_LIB): Flip around since what was bootstrap
59         is now default.
60
61 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
62
63         * System.dll.sources: Added NetConfigurationHandler.cs,
64         NetConfig.cs, IPv6MulticastOption.cs
65
66 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
67
68         * list.unix: Added AssemblyInfo.cs
69
70 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
71
72         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
73
74 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
75
76         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
77
78 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
79
80         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
81
82 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
83
84         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
85
86 2003-05-29  Nick Drochak <ndrochak@gol.com>
87
88         * makefile.gnu: turn on debug since it works again.
89
90 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
91
92         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
93         property."
94
95 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
96
97         * Stubed rest of System.ComponentModel
98
99 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
100
101         * System.ComponentModel.Design.Serialization
102           Removed references to System.Web namespaces
103
104 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
105
106         * Stubed System.ComponentModel/LicenseContext.cs
107         * Stubed System.ComponentModel/LicenseUsageMode.cs
108         * Stubed rest of System.ComponentModel.Design
109
110 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
111
112         * Stubed System.ComponentModel/InheritanceAttribute.cs
113         * Stubed System.ComponentModel/InheritanceLevel.cs
114         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
115         * Stubed System.ComponentModel.Design/IInheritanceService.cs
116
117 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
118
119         * Stubed rest of System.ComponentModel.Design.Serialization
120
121 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
122
123         * list.unix: added RunInstallerAttribute.cs
124
125 2003-02-18  Alan Tam <Tam@SiuLung.com>
126
127         * list.unix (): Add DesignerCategoryAttribute.cs
128
129 2003-01-10  Duncan Mak  <duncan@ximian.com>
130
131         * list.unix (CSharpCodeCompiler): Add
132         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
133
134 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
135         
136         * updated .build file(s) to correctly contain required buildfile 
137           attribute for nant
138
139 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
140
141         * list list.unix: Put CSharpCodeGenerator.cs back in build
142
143 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
144
145         * list list.unix: Removed Compiler classes that are being moved to their own assembly
146
147 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
148
149         * list.unix: updated.
150
151 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
152
153         * list.unix: Changed.
154         * System.ComponentModel.Design: Added
155
156 2002-11-11 Tim Coleman <tim@timcoleman.com>
157         * list.unix:
158         * list:
159         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
160                 Add new class
161
162 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
163
164         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
165         
166 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
167
168         * list.unix: added new files.
169
170 2002-11-04  Tim Coleman <tim@timcoleman.com>
171         * System.ComponentModel/RefreshProperties.cs:
172         * System.ComponentModel/RefreshPropertiesAttribute.cs:
173                 Add new classes
174
175 2002-11-02  Duncan Mak  <duncan@ximian.com>
176
177         * list.unix: Added InvalidEnumArgumentException.
178
179 2002-10-31  Dick Porter  <dick@ximian.com>
180
181         * list.unix: Added MonoIO and MonoIOError to the build
182
183 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
184
185         * System.ComponentModel/PropertyDescriptor.cs: added
186         missing abstract methods and properties
187
188         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
189         SetValue and added stubs for missing methods and properties
190         
191 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
192
193         * list.unix: added new files in System.Configuration.
194
195 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
196
197         * list.unix: added new files.
198
199 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
200
201         * System.ComponentModel/Component.cs:
202         * System.ComponentModel/ComponentCollection.cs:
203         * System.ComponentModel/Container.cs:
204         * System.ComponentModel/MarshalByValueComponent.cs:
205         * System.Diagnostics/Process.cs:
206         * System.Diagnostics/TextWriterTraceListener.cs:
207         * System.IO/FileSystemWatcher.cs:
208         IDisposable fixes.
209
210 2002-08-15  Tim Coleman <tim@timcoleman.com>
211         * list.unix: Added System.IO files.
212
213 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
214
215         * list:
216         * list.unix: added EnumConverter.cs
217
218 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
219
220         * list:
221         * list.unix: added DerivedPropertyDescriptor.cs
222
223 2002-07-22  Tim Coleman <tim@timcoleman.com>
224         * list.unix: Added new file
225                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
226                 to build on unix.
227
228 2002-07-22  Tim Coleman <tim@timcoleman.com>
229         * list.unix: Added files to the build for linux
230                 System.ComponentModel.BindableAttribute.cs,
231                 System.ComponentModel.BindableSupport.cs,
232                 System.ComponentModel.ExpandableObjectConverter.cs,
233                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
234                 System.ComponentModel.ToolboxItemAttribute.cs,
235
236 2002-07-22  Tim Coleman <tim@timcoleman.com>
237         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
238                 and System.ComponentModel.DefaultProperty.cs to build
239
240
241 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
242
243         * System.build: removed System.Drawing.dll dependency.
244
245 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
246
247         * System.build: referenced System.Drawing.dll.
248
249 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
250
251         * System.Security.Cryptography.X509Certificates: directory added
252         
253 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
254
255         * System.build: don't exclude anymore excluded files in
256         System.ComponentModel. They compile on Linux, so they might also
257         on Windows.
258
259 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
260
261         * System.build: excluded EventDescriptor.cs, 
262         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
263
264 2002-04-08  Nick Drochak  <ndrochak@gol.com>
265
266         * System.build: Build System.dll with mono's corlib.dll and 
267         System.Xml.dll.
268
269 2002-01-23  Dick Porter  <dick@ximian.com>
270
271         * System.build: Start build System.Net.Sockets.Socket.cs,
272         TcpClient.cs and TcpListener.cs
273
274 2001-12-07  Nick Drochak <ndrochak@gol.com>
275
276         * ChangeLog: Add the change log to this directory
277
278         * System.build: Add dependancy on linux target to test target. Need to 
279         have the dll before we can test it, right?  Plus it encourages others 
280         to try 'make test'.
281