2004-09-11 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / ChangeLog
1 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * System_test.dll.sources: Added unit tests for System.Diagnostics.
4         EventLogPermission and PerformanceCounterPermission.
5
6 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * System_test.dll.sources: Added PermissionHelper to the build.
9         * System_test.dll.sources: Added unit tests for System.Security.
10         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
11         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
12
13 2004-09-10  Tim Coleman <tim@timcoleman.com>
14         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
15                 System.Net.Mail, System.Configuration classes
16
17 2004-09-09  Tim Coleman <tim@timcoleman.com>
18         * System.dll.sources: Add new System.Net.Mail classes
19
20 2004-09-04  Tim Coleman <tim@timcoleman.com>
21         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
22
23 2004-09-03  Tim Coleman <tim@timcoleman.com>
24         * System.dll.sources: Add new class in System.Net
25
26 2004-08-16  Duncan Mak  <duncan@ximian.com>
27
28         * System.dll.sources: Added new classes in System.Configuration.
29
30 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * System.dll.sources:
33           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
34
35 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
36
37         * System.dll.sources: Added files
38                 System.ComponentModel/AsyncCompletedEventArgs.cs
39                 System.ComponentModel/AsyncCompletedEventHandler.cs
40
41 2004-07-02  Raja R Harinath  <rharinath@novell.com>
42
43         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
44
45 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
46
47         * System_test.dll.sources: Added IndentedTextWriterTest to unit
48         tests
49
50 2004-06-10  Raja R Harinath  <rharinath@novell.com>
51
52         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
53         defined.  Don't conflate building a non-Xml temporary System.dll
54         with building System.dll for bootstrapping mcs.
55
56 2004-06-09  Raja R Harinath  <rharinath@novell.com>
57
58         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
59         System.Xml.dll is present.
60         (SECOND_PASS): Remove.
61
62 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
63
64         * System_test.dll.sources: Added X509CertificateCollectionTest
65         to the unit tests.
66
67 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * Makefile : add run-test-ondotnet target support.
70
71 2004-05-24  Raja R Harinath  <rharinath@novell.com>
72
73         * Makefile (EXTRA_FLAGS): Remove.
74         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
75         non-Xml first build.
76         (all-local) [!SECOND_PASS]: Simplify.
77
78 2004-05-10  Raja R Harinath  <rharinath@novell.com>
79
80         * Makefile (install-local,test-local,run-test-local,clean-local):
81         Make cyclic-dependency safe.
82
83 2004-05-07  Raja R Harinath  <rharinath@novell.com>
84
85         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
86         to determine out-of-date-ness.  (This fixes an unlogged change.)
87         (install-local,test-local,run-test-local,clean-local): Collapse
88         near-identical rules.
89
90 2004-05-07  Raja R Harinath  <rharinath@novell.com>
91
92         * Makefile (all-local): Built first pass with BOOT_COMPILE.
93
94 2004-04-26  Jackson Harper  <jackson@ximian.com>
95
96         * Makefile: Use new $(PROFILE) directory to search for cyclical
97         dependancy.
98         
99 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
100
101         * System_test.dll.sources: Added 
102                 System.ComponentModel/TypeDescriptorTests.cs.
103
104 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
105
106         * System.dll.sources: Added 
107                 System.ComponentModel/ReflectionEventDescriptor.cs,
108                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
109
110 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
111
112         * System.dll.sources: Added System/System.ComponentModel.Design
113         /RuntimeLicenseContext.cs
114         * System_test.dll.sources : Added System.ComponentModel
115         /LicenseManagerTests.cs
116
117 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
118
119         * Makefile (all-local): Fix for non-bash shells.
120
121 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
122
123         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
124         the build.
125
126 2004-02-04  Marek Safar <marek.safar@seznam.cz>
127
128         * Makefile: Build System.dll in two steps. Because of the circular
129         dependency with System.XML.dll.
130
131 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
132
133         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
134
135 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
136
137         * System.dll.sources: added new files.
138
139         * System_test.dll.sources: added new test.
140
141 2004-01-01  Nick Drochak <ndrochak@gol.com>
142
143         * Makefile: Suppress warnings about multiple Regex defs and obsolete
144         calls in the test assembly.
145
146 2003-05-29  Nick Drochak <ndrochak@gol.com>
147
148         * System_test.dll.config: Nunit loads configs with the same name as the
149         test assembly. This is for the Swithes test.
150
151 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
152
153         * System_test.dll.sources : Added UriTest2.cs
154
155 2003-11-18  Todd Berman  <tberman@gentoo.org>
156
157         * System.dll.sources: Added IOrderedDictionary.cs
158
159 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
160
161         * System.dll.sources: Added some new class files
162
163 2003-09-04  Duncan Mak  <duncan@ximian.com>
164
165         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
166
167 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
168
169         * System_test.dll.sources       new test added
170
171 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
172
173         * System.dll.sources: SRDescriptionAttribute.cs moved
174
175 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
176
177         * README: removed (contained only obsolete build instructions)
178
179 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
180
181         * System.dll.sources: EventLogImpl.cs added
182
183 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
184
185         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
186
187 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
188
189         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
190
191 2003-07-18  Peter Williams  <peter@newton.cx>
192
193         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
194         a distable file.
195         (EXTRA_DISTFILES): A few more.
196
197 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
198
199         * System.dll.sources: Assembly/Consts.cs added
200
201 2003-07-16  Peter Williams  <peter@newton.cx>
202
203         * Makefile (SCARY_LIB): Flip around since what was bootstrap
204         is now default.
205
206 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
207
208         * System.dll.sources: Added NetConfigurationHandler.cs,
209         NetConfig.cs, IPv6MulticastOption.cs
210
211 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
212
213         * list.unix: Added AssemblyInfo.cs
214
215 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
216
217         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
218
219 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
220
221         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
222
223 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
224
225         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
226
227 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
228
229         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
230
231 2003-05-29  Nick Drochak <ndrochak@gol.com>
232
233         * makefile.gnu: turn on debug since it works again.
234
235 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
236
237         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
238         property."
239
240 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
241
242         * Stubed rest of System.ComponentModel
243
244 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
245
246         * System.ComponentModel.Design.Serialization
247           Removed references to System.Web namespaces
248
249 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
250
251         * Stubed System.ComponentModel/LicenseContext.cs
252         * Stubed System.ComponentModel/LicenseUsageMode.cs
253         * Stubed rest of System.ComponentModel.Design
254
255 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
256
257         * Stubed System.ComponentModel/InheritanceAttribute.cs
258         * Stubed System.ComponentModel/InheritanceLevel.cs
259         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
260         * Stubed System.ComponentModel.Design/IInheritanceService.cs
261
262 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
263
264         * Stubed rest of System.ComponentModel.Design.Serialization
265
266 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
267
268         * list.unix: added RunInstallerAttribute.cs
269
270 2003-02-18  Alan Tam <Tam@SiuLung.com>
271
272         * list.unix (): Add DesignerCategoryAttribute.cs
273
274 2003-01-10  Duncan Mak  <duncan@ximian.com>
275
276         * list.unix (CSharpCodeCompiler): Add
277         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
278
279 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
280         
281         * updated .build file(s) to correctly contain required buildfile 
282           attribute for nant
283
284 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
285
286         * list list.unix: Put CSharpCodeGenerator.cs back in build
287
288 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
289
290         * list list.unix: Removed Compiler classes that are being moved to their own assembly
291
292 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
293
294         * list.unix: updated.
295
296 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
297
298         * list.unix: Changed.
299         * System.ComponentModel.Design: Added
300
301 2002-11-11 Tim Coleman <tim@timcoleman.com>
302         * list.unix:
303         * list:
304         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
305                 Add new class
306
307 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
308
309         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
310         
311 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
312
313         * list.unix: added new files.
314
315 2002-11-04  Tim Coleman <tim@timcoleman.com>
316         * System.ComponentModel/RefreshProperties.cs:
317         * System.ComponentModel/RefreshPropertiesAttribute.cs:
318                 Add new classes
319
320 2002-11-02  Duncan Mak  <duncan@ximian.com>
321
322         * list.unix: Added InvalidEnumArgumentException.
323
324 2002-10-31  Dick Porter  <dick@ximian.com>
325
326         * list.unix: Added MonoIO and MonoIOError to the build
327
328 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
329
330         * System.ComponentModel/PropertyDescriptor.cs: added
331         missing abstract methods and properties
332
333         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
334         SetValue and added stubs for missing methods and properties
335         
336 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
337
338         * list.unix: added new files in System.Configuration.
339
340 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
341
342         * list.unix: added new files.
343
344 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
345
346         * System.ComponentModel/Component.cs:
347         * System.ComponentModel/ComponentCollection.cs:
348         * System.ComponentModel/Container.cs:
349         * System.ComponentModel/MarshalByValueComponent.cs:
350         * System.Diagnostics/Process.cs:
351         * System.Diagnostics/TextWriterTraceListener.cs:
352         * System.IO/FileSystemWatcher.cs:
353         IDisposable fixes.
354
355 2002-08-15  Tim Coleman <tim@timcoleman.com>
356         * list.unix: Added System.IO files.
357
358 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
359
360         * list:
361         * list.unix: added EnumConverter.cs
362
363 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
364
365         * list:
366         * list.unix: added DerivedPropertyDescriptor.cs
367
368 2002-07-22  Tim Coleman <tim@timcoleman.com>
369         * list.unix: Added new file
370                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
371                 to build on unix.
372
373 2002-07-22  Tim Coleman <tim@timcoleman.com>
374         * list.unix: Added files to the build for linux
375                 System.ComponentModel.BindableAttribute.cs,
376                 System.ComponentModel.BindableSupport.cs,
377                 System.ComponentModel.ExpandableObjectConverter.cs,
378                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
379                 System.ComponentModel.ToolboxItemAttribute.cs,
380
381 2002-07-22  Tim Coleman <tim@timcoleman.com>
382         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
383                 and System.ComponentModel.DefaultProperty.cs to build
384
385
386 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
387
388         * System.build: removed System.Drawing.dll dependency.
389
390 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
391
392         * System.build: referenced System.Drawing.dll.
393
394 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
395
396         * System.Security.Cryptography.X509Certificates: directory added
397         
398 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
399
400         * System.build: don't exclude anymore excluded files in
401         System.ComponentModel. They compile on Linux, so they might also
402         on Windows.
403
404 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
405
406         * System.build: excluded EventDescriptor.cs, 
407         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
408
409 2002-04-08  Nick Drochak  <ndrochak@gol.com>
410
411         * System.build: Build System.dll with mono's corlib.dll and 
412         System.Xml.dll.
413
414 2002-01-23  Dick Porter  <dick@ximian.com>
415
416         * System.build: Start build System.Net.Sockets.Socket.cs,
417         TcpClient.cs and TcpListener.cs
418
419 2001-12-07  Nick Drochak <ndrochak@gol.com>
420
421         * ChangeLog: Add the change log to this directory
422
423         * System.build: Add dependancy on linux target to test target. Need to 
424         have the dll before we can test it, right?  Plus it encourages others 
425         to try 'make test'.
426