* HttpWebRequestElement.cs: Added missing properties and attributes.
[mono.git] / mcs / class / System / ChangeLog
1 2005-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * System_test.dll.sources: Added HttpWebRequestElementTest.cs
4         from Test/System.Net.Configuration.
5
6 2005-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
9         from Test/Microsoft.CSharp.
10
11 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
14
15 2005-09-23  Chris Toshok  <toshok@ximian.com>
16
17         * System.dll.sources: remove the System.Configuration.Property/*
18
19         * System.Configuration.Property/*: move to ../System.Configuration
20         where it belongs.
21
22 2005-09-19  Chris Toshok  <toshok@ximian.com>
23
24         * System.Configuration/ProviderBase.cs: nuke this - it's in
25         System.Configuration.Provider.
26
27         * System/InvalidDataException.cs: move this to System.IO, where it
28         belongs.
29         
30         * System.dll.sources: track movement of InvalidDataException.cs
31         and removal of ProviderBase.cs
32
33 2005-09-19  Gert Driesen <drieseng@users.sourceforge.net>
34
35         * System_test.dll.sources: Added TypeConverterTest.cs and
36         PropertyDescriptorCollection.cs.
37
38 2005-09-04  David Waite  <mass@akuma.org>
39
40         * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
41         LinkedListNode.cs and LinkedListTest.cs
42
43 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
44
45         * System_test.dll.sources: Added DateTimeConverterTests.cs.
46
47 2005-08-23  Raja R Harinath  <rharinath@novell.com>
48
49         * System.dll.sources: Update.
50
51 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
52
53         * System_test.dll.sources: Added DecimalConverterTests.cs,
54         DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
55         SingleConverterTests.cs, UInt16ConverterTests.cs, 
56         UInt32ConverterTests.cs, UInt64ConverterTests.cs.
57
58 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
59
60         * System_test.dll.sources: Added ByteConverterTests.cs,
61         Int16ConverterTests.cs and Int32ConverterTests.cs.
62         * Makefile: We also need to reference System.Drawing assembly to
63         build test assembly.
64
65 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
66
67         * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
68         System.ComponentModel.
69
70 >>>>>>> .r48427
71 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
72
73         * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
74         System.CodeDom.
75
76 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
77
78         * System_test.dll.sources: Added CodeGeneratorTest.cs from
79         System.CodeDom.Compiler.
80
81 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
82
83         * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
84         and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
85
86 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
87
88         * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
89         System.CodeDom.
90
91 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
92
93         * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
94         from Microsoft.VisualBasic.
95
96 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
97
98         * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
99         System.CodeDom.
100
101 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
102
103         * System_test.dll.sources: Added CodeMemberFieldTest.cs from
104         System.CodeDom.
105
106 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
107
108         * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
109         Microsoft.VisualBasic.
110
111 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
112
113         * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
114         CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
115
116 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
117
118         * Makefile: added reference to Mono.Security.dll when building the
119         tests.
120
121 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
122
123         * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
124         __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
125         continue and shouldn't cause any harm to Linux or Cygwin builds.
126
127 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
128
129         * System.dll.sources: Added ProviderBase.cs.
130         
131 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
132
133         * System.dll.sources: Removed some files that have been moved to the
134         new System.Configuration assembly.
135         * Makefile: Handle the cyclic dependency with the new
136         System.Configuration assembly.
137
138 2005-05-30  Gert Driesen <drieseng@users.sourceforge.net>
139
140         * System_test.dll.sources: Added CSharpCodeProviderTest.cs
141
142 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
143
144         * System_test.dll.sources: Added TimerTest.cs.
145
146 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
147
148         * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
149         Socket and TcpClient to the build (stack propagation in async calls).
150
151 2005-05-20  Raja R Harinath  <rharinath@novell.com>
152
153         * System_test.dll.sources: Add
154         System.Text.RegularExpressions/RegexReplace.cs.
155
156         * System.dll.sources: Update to reflect split-up of
157         System.Text.RegularExpressions/match.cs.
158
159 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
160
161         * Makefile: Do not report Obsolete warnings when compiling unit tests.
162         * System_test.dll.sources: Added new CAS unit tests to the build.
163
164 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
165
166         * System_test.dll.sources,
167           System.dll.sources: generic Queue.cs and Stack.cs are now in System.
168
169 2005-03-14  Raja R Harinath  <rharinath@novell.com>
170
171         * Makefile (NO_INSTALL): Define during the first pass.
172
173 2005-03-04  Lluis Sanchez Gual <lluis@novell.com>
174
175         * System.dll.sources: Added OrderedDictionary.cs.
176
177 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
178
179         * System.dll.sources: Added files.
180         System.Configuration/ConnectionStringSettingsCollection.cs
181         System.Configuration/ConnectionStringSettings.cs
182
183 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
184
185         * System.dll.sources: added CodeDomConfigurationHandler.
186
187 2005-02-03  Raja R Harinath  <rharinath@novell.com>
188
189         * Makefile (TEST_RESOURCES): New.
190         (EXTRA_DISTFILES): Distribute them.
191
192 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
193
194         * Makefile: Embed the uri stuff as a resource.
195
196 2005-01-24  Raja R Harinath  <rharinath@novell.com>
197
198         Add circular dependency on System.Security.dll.
199         * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
200         CYCLIC_DEP_FILE. 
201         (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
202         cyclic dependency on System.Security.dll.  Defined only in NET2.0
203         related profiles.
204         (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
205         dependencies are present.
206         (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
207         dependencies.
208
209 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
210
211         * Add a couple more -nowarns when compiling tests. 
212
213 2005-01-17  Raja R Harinath  <rharinath@novell.com>
214
215         * Makefile ($(test_lib).config): New.  Create it when test library
216         is built.
217         (CLEAN_FILES): Remove it.
218         (test-recursive,clean-recursive): Delete.
219
220 2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
221
222         * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
223           creates a Syste_test_PROFILE.dll.config file, required for the Switch
224           regression tests, and clean-recursive cleans up this file.
225         * System_test_default.dll.config, System_test.dll.config: Delete.  These are
226           no longer necessary as the appropriate file is generated in test-recursive.
227
228 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
229
230         * System.dll.sources: Added new file:
231                 System.ComponentModel/BindingDirection.cs
232
233 2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
234
235         * System.IO.Ports/ChangeLog: New file.
236
237 2004-12-21  Chris Toshok  <toshok@ximian.com>
238
239         * System.dll.sources: add System.IO.Ports/*.
240
241         * System.IO.Ports/SerialPort.cs,
242         System.IO.Ports/SerialReceivedEventArgs.cs,
243         System.IO.Ports/SerialPinChangedEventArgs.cs,
244         System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
245         System.IO.Ports stuff.
246
247 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
248
249         * System_test.dll.sources: added CookieContainerTest.cs.
250
251 2004-11-19  Raja R Harinath  <rharinath@novell.com>
252
253         * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
254         during the first pass.
255         (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
256
257 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
258
259         * System.dll.sources: Added new files:
260                 System.Configuration/ProviderSettings.cs
261                 System.Configuration/ProviderSettingsCollection.cs
262                 System.Configuration.Provider/ProviderBase.cs
263
264 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
265
266         * System.dll.sources: Added new files:
267                 System.Configuration/TimeSpanConfigurationProperty.cs
268                 System.Configuration/TimeSpanPropertyFlags.cs
269                 System.Configuration/TimeSpanSerializedFormat.cs
270         
271 2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
272
273         * System.dll.sources: Added new files:
274                 System.Configuration/NonEmptyStringConfigurationProperty.cs
275                 System.Configuration/NonEmptyStringFlags.cs
276
277 2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
278
279         * System.dll.sources: Added new files:
280                 System.Configuration/ConfigInfo.cs
281                 System.Configuration/IntegerConfigurationProperty.cs
282                 System.Configuration/RuntimeOnlySection.cs
283                 System.Configuration/SectionInfo.cs
284                 System.Configuration/SectionGroupInfo.cs
285
286 2004-09-21  Raja R Harinath  <rharinath@novell.com>
287
288         * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
289         net_2_0_bootstrap libraries if necessary.
290         ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
291         (all-local): ... here.  Will now warn unnecessarily, but is better
292         than rebuilding the library each time.
293
294 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
295
296         * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
297         from corlib to System.Collections.Generic in System assembly
298
299 2004-09-13  Tim Coleman <tim@timcoleman.com>
300         * System.dll.sources: Add new classes in System.Net.Security and 
301                 System.Security.Authentication for Fx 2.0
302
303 2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
304
305         * System.dll.sources: removed duplicate entry for System.Net.
306         Configuration.WebRequestModuleHandler
307
308 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
309
310         * System_test.dll.sources: Added unit tests for System.Diagnostics.
311         EventLogPermission and PerformanceCounterPermission.
312
313 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
314
315         * System_test.dll.sources: Added PermissionHelper to the build.
316         * System_test.dll.sources: Added unit tests for System.Security.
317         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
318         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
319
320 2004-09-10  Tim Coleman <tim@timcoleman.com>
321         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
322                 System.Net.Mail, System.Configuration classes
323
324 2004-09-09  Tim Coleman <tim@timcoleman.com>
325         * System.dll.sources: Add new System.Net.Mail classes
326
327 2004-09-04  Tim Coleman <tim@timcoleman.com>
328         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
329
330 2004-09-03  Tim Coleman <tim@timcoleman.com>
331         * System.dll.sources: Add new class in System.Net
332
333 2004-08-16  Duncan Mak  <duncan@ximian.com>
334
335         * System.dll.sources: Added new classes in System.Configuration.
336
337 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
338
339         * System.dll.sources:
340           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
341
342 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
343
344         * System.dll.sources: Added files
345                 System.ComponentModel/AsyncCompletedEventArgs.cs
346                 System.ComponentModel/AsyncCompletedEventHandler.cs
347
348 2004-07-02  Raja R Harinath  <rharinath@novell.com>
349
350         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
351
352 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
353
354         * System_test.dll.sources: Added IndentedTextWriterTest to unit
355         tests
356
357 2004-06-10  Raja R Harinath  <rharinath@novell.com>
358
359         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
360         defined.  Don't conflate building a non-Xml temporary System.dll
361         with building System.dll for bootstrapping mcs.
362
363 2004-06-09  Raja R Harinath  <rharinath@novell.com>
364
365         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
366         System.Xml.dll is present.
367         (SECOND_PASS): Remove.
368
369 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
370
371         * System_test.dll.sources: Added X509CertificateCollectionTest
372         to the unit tests.
373
374 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
375
376         * Makefile : add run-test-ondotnet target support.
377
378 2004-05-24  Raja R Harinath  <rharinath@novell.com>
379
380         * Makefile (EXTRA_FLAGS): Remove.
381         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
382         non-Xml first build.
383         (all-local) [!SECOND_PASS]: Simplify.
384
385 2004-05-10  Raja R Harinath  <rharinath@novell.com>
386
387         * Makefile (install-local,test-local,run-test-local,clean-local):
388         Make cyclic-dependency safe.
389
390 2004-05-07  Raja R Harinath  <rharinath@novell.com>
391
392         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
393         to determine out-of-date-ness.  (This fixes an unlogged change.)
394         (install-local,test-local,run-test-local,clean-local): Collapse
395         near-identical rules.
396
397 2004-05-07  Raja R Harinath  <rharinath@novell.com>
398
399         * Makefile (all-local): Built first pass with BOOT_COMPILE.
400
401 2004-04-26  Jackson Harper  <jackson@ximian.com>
402
403         * Makefile: Use new $(PROFILE) directory to search for cyclical
404         dependancy.
405         
406 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
407
408         * System_test.dll.sources: Added 
409                 System.ComponentModel/TypeDescriptorTests.cs.
410
411 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
412
413         * System.dll.sources: Added 
414                 System.ComponentModel/ReflectionEventDescriptor.cs,
415                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
416
417 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
418
419         * System.dll.sources: Added System/System.ComponentModel.Design
420         /RuntimeLicenseContext.cs
421         * System_test.dll.sources : Added System.ComponentModel
422         /LicenseManagerTests.cs
423
424 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
425
426         * Makefile (all-local): Fix for non-bash shells.
427
428 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
429
430         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
431         the build.
432
433 2004-02-04  Marek Safar <marek.safar@seznam.cz>
434
435         * Makefile: Build System.dll in two steps. Because of the circular
436         dependency with System.XML.dll.
437
438 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
439
440         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
441
442 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
443
444         * System.dll.sources: added new files.
445
446         * System_test.dll.sources: added new test.
447
448 2004-01-01  Nick Drochak <ndrochak@gol.com>
449
450         * Makefile: Suppress warnings about multiple Regex defs and obsolete
451         calls in the test assembly.
452
453 2003-05-29  Nick Drochak <ndrochak@gol.com>
454
455         * System_test.dll.config: Nunit loads configs with the same name as the
456         test assembly. This is for the Swithes test.
457
458 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
459
460         * System_test.dll.sources : Added UriTest2.cs
461
462 2003-11-18  Todd Berman  <tberman@gentoo.org>
463
464         * System.dll.sources: Added IOrderedDictionary.cs
465
466 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
467
468         * System.dll.sources: Added some new class files
469
470 2003-09-04  Duncan Mak  <duncan@ximian.com>
471
472         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
473
474 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
475
476         * System_test.dll.sources       new test added
477
478 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
479
480         * System.dll.sources: SRDescriptionAttribute.cs moved
481
482 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
483
484         * README: removed (contained only obsolete build instructions)
485
486 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
487
488         * System.dll.sources: EventLogImpl.cs added
489
490 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
491
492         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
493
494 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
495
496         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
497
498 2003-07-18  Peter Williams  <peter@newton.cx>
499
500         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
501         a distable file.
502         (EXTRA_DISTFILES): A few more.
503
504 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
505
506         * System.dll.sources: Assembly/Consts.cs added
507
508 2003-07-16  Peter Williams  <peter@newton.cx>
509
510         * Makefile (SCARY_LIB): Flip around since what was bootstrap
511         is now default.
512
513 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
514
515         * System.dll.sources: Added NetConfigurationHandler.cs,
516         NetConfig.cs, IPv6MulticastOption.cs
517
518 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
519
520         * list.unix: Added AssemblyInfo.cs
521
522 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
523
524         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
525
526 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
527
528         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
529
530 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
531
532         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
533
534 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
535
536         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
537
538 2003-05-29  Nick Drochak <ndrochak@gol.com>
539
540         * makefile.gnu: turn on debug since it works again.
541
542 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
543
544         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
545         property."
546
547 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
548
549         * Stubed rest of System.ComponentModel
550
551 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
552
553         * System.ComponentModel.Design.Serialization
554           Removed references to System.Web namespaces
555
556 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
557
558         * Stubed System.ComponentModel/LicenseContext.cs
559         * Stubed System.ComponentModel/LicenseUsageMode.cs
560         * Stubed rest of System.ComponentModel.Design
561
562 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
563
564         * Stubed System.ComponentModel/InheritanceAttribute.cs
565         * Stubed System.ComponentModel/InheritanceLevel.cs
566         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
567         * Stubed System.ComponentModel.Design/IInheritanceService.cs
568
569 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
570
571         * Stubed rest of System.ComponentModel.Design.Serialization
572
573 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
574
575         * list.unix: added RunInstallerAttribute.cs
576
577 2003-02-18  Alan Tam <Tam@SiuLung.com>
578
579         * list.unix (): Add DesignerCategoryAttribute.cs
580
581 2003-01-10  Duncan Mak  <duncan@ximian.com>
582
583         * list.unix (CSharpCodeCompiler): Add
584         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
585
586 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
587         
588         * updated .build file(s) to correctly contain required buildfile 
589           attribute for nant
590
591 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
592
593         * list list.unix: Put CSharpCodeGenerator.cs back in build
594
595 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
596
597         * list list.unix: Removed Compiler classes that are being moved to their own assembly
598
599 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
600
601         * list.unix: updated.
602
603 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
604
605         * list.unix: Changed.
606         * System.ComponentModel.Design: Added
607
608 2002-11-11 Tim Coleman <tim@timcoleman.com>
609         * list.unix:
610         * list:
611         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
612                 Add new class
613
614 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
615
616         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
617         
618 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
619
620         * list.unix: added new files.
621
622 2002-11-04  Tim Coleman <tim@timcoleman.com>
623         * System.ComponentModel/RefreshProperties.cs:
624         * System.ComponentModel/RefreshPropertiesAttribute.cs:
625                 Add new classes
626
627 2002-11-02  Duncan Mak  <duncan@ximian.com>
628
629         * list.unix: Added InvalidEnumArgumentException.
630
631 2002-10-31  Dick Porter  <dick@ximian.com>
632
633         * list.unix: Added MonoIO and MonoIOError to the build
634
635 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
636
637         * System.ComponentModel/PropertyDescriptor.cs: added
638         missing abstract methods and properties
639
640         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
641         SetValue and added stubs for missing methods and properties
642         
643 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
644
645         * list.unix: added new files in System.Configuration.
646
647 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
648
649         * list.unix: added new files.
650
651 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
652
653         * System.ComponentModel/Component.cs:
654         * System.ComponentModel/ComponentCollection.cs:
655         * System.ComponentModel/Container.cs:
656         * System.ComponentModel/MarshalByValueComponent.cs:
657         * System.Diagnostics/Process.cs:
658         * System.Diagnostics/TextWriterTraceListener.cs:
659         * System.IO/FileSystemWatcher.cs:
660         IDisposable fixes.
661
662 2002-08-15  Tim Coleman <tim@timcoleman.com>
663         * list.unix: Added System.IO files.
664
665 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
666
667         * list:
668         * list.unix: added EnumConverter.cs
669
670 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
671
672         * list:
673         * list.unix: added DerivedPropertyDescriptor.cs
674
675 2002-07-22  Tim Coleman <tim@timcoleman.com>
676         * list.unix: Added new file
677                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
678                 to build on unix.
679
680 2002-07-22  Tim Coleman <tim@timcoleman.com>
681         * list.unix: Added files to the build for linux
682                 System.ComponentModel.BindableAttribute.cs,
683                 System.ComponentModel.BindableSupport.cs,
684                 System.ComponentModel.ExpandableObjectConverter.cs,
685                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
686                 System.ComponentModel.ToolboxItemAttribute.cs,
687
688 2002-07-22  Tim Coleman <tim@timcoleman.com>
689         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
690                 and System.ComponentModel.DefaultProperty.cs to build
691
692
693 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
694
695         * System.build: removed System.Drawing.dll dependency.
696
697 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
698
699         * System.build: referenced System.Drawing.dll.
700
701 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
702
703         * System.Security.Cryptography.X509Certificates: directory added
704         
705 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
706
707         * System.build: don't exclude anymore excluded files in
708         System.ComponentModel. They compile on Linux, so they might also
709         on Windows.
710
711 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
712
713         * System.build: excluded EventDescriptor.cs, 
714         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
715
716 2002-04-08  Nick Drochak  <ndrochak@gol.com>
717
718         * System.build: Build System.dll with mono's corlib.dll and 
719         System.Xml.dll.
720
721 2002-01-23  Dick Porter  <dick@ximian.com>
722
723         * System.build: Start build System.Net.Sockets.Socket.cs,
724         TcpClient.cs and TcpListener.cs
725
726 2001-12-07  Nick Drochak <ndrochak@gol.com>
727
728         * ChangeLog: Add the change log to this directory
729
730         * System.build: Add dependancy on linux target to test target. Need to 
731         have the dll before we can test it, right?  Plus it encourages others 
732         to try 'make test'.
733