2007-09-25 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / System / ChangeLog
1 2007-09-25  Jonathan Pobst  <monkey@jpobst.com>
2
3         * System_test.dll.sources: Added AsyncOperationManagerTest.cs.
4
5 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * System_test.dll.sources: Added ComponentResourceManagerTest.cs.
8
9 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * System.dll.sources : added HandleCollector.cs.
12
13 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
14
15         * System_test.dll.sources: Added EnumConverterTest.cs.
16
17 2007-08-29  Ivan N. Zlatev  <contact@i-nz.net>
18
19         * System.dll.sources: add DefaultSerializationProviderAttribute.cs,
20         ComponentSerializationService.cs, MemberRelationship.cs, 
21         SerializationStore.cs, MemberRelationshipService.cs, 
22         DesignerOptionService.cs, ITreeDesigner.cs
23
24 2007-08-29  Atsushi Enomoto  <atsushi@ximian.com>
25
26         * System.dll.sources : added Win32NetworkInterfaceMarshal.cs.
27
28 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * Makefile : split PREBUILT_DEP from CONFIGURATION_DEP so that the
31           prebuilt System.dll could be referenced for security stuff too.
32
33 2007-08-09  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * net_2_1_System.dll.sources :
36           Replaced HttpWebRequest and HttpWebResponse with those for 2.1,
37           and removed related 2.0-only types.
38
39 2007-08-09  Jb Evain  <jbevain@novell.com>
40
41         * net_2_1_System.dll.sources: use a special .sources file
42         for the 2.1 profile.
43
44 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
45
46         * System.dll.sources : added PerformanceCounterInstanceLifetime.cs
47           and PerformanceCounterCategoryType.cs.
48
49 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * System_test.dll.sources : added BackgroundWorkerTest.cs.
52
53 2007-07-20  Jb Evain  <jbevain@novell.com>
54
55         * Makefile: no need for the deps for installing in 2.1.
56
57 2007-07-11  Alan McGovern  <amcgovern@novell.com>
58
59         * Uri.cs: Fix for #78781 applied.
60
61 2007-07-11  Ankit Jain  <jankit@novell.com>
62
63         * System_test.dll.sources: Add ProcessStartInfoTest.cs.
64
65 2007-06-12  Marek Safar <marek.safar@gmail.com>
66
67         * Makefile: Check only major framework version to do 2.x build.
68
69 2007-06-05  Raja R Harinath  <harinath@gmail.com>
70
71         Make cyclic-dependency handling more readable
72         * Makefile (MISSING_DEPS): New.  Contains the list of cyclic
73         dependencies that aren't present.
74         (echo-warning): Simplify drastically.
75
76 2007-06-04  Atsushi Enomoto  <atsushi@ximian.com>
77
78         * System.dll.sources :
79           added CustomizableLocalFileSettingsProvider.cs.
80
81 2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
82
83         * System.dll.sources :
84           added couple of new 2.0 sys.ComponentModel types.
85
86 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
87
88         * System.dll.sources: Added LookupBindingPropertiesAttribute.cs.
89         * System_test.dll.sources: Added
90           LookupBindingPropertiesAttributeTest.cs
91
92 2007-05-30  Sebastien Pouliot  <sebastien@ximian.com>
93
94         * System.dll.sources: Add S.C.D.IComponentDiscoveryService
95
96 2007-05-30  Atsushi Enomoto  <atsushi@ximian.com>
97
98         * System_test.dll.sources : added SettingsBaseTest.cs.
99
100 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
101
102         * System_test.dll.sources : added SettingElementTest.cs.
103
104 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
105
106         * System.dll.sources : added TraceSourceInfo.cs.
107
108 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
109
110         * System.dll.sources : added TraceOptions.cs.
111
112 2007-05-16  Adar Wesley <adarw@mainsoft.com>
113
114         * System20.csproj: added classes to compilation set IOControlCode.cs,
115         IPPacketInformation.cs
116
117 2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
118
119         * System.dll.sources :
120           Added EventTypeFilter.cs, TraceFilter.cs, SourceFilter.cs, 
121           DelimitedListTraceListener.cs, SwitchAttribute.cs and
122           SwitchLevelAttribute.cs in sys.diagnostics.
123
124 2007-05-02  Raja R Harinath  <harinath@gmail.com>
125
126         * System.dll.sources: Add RBTree.cs.
127
128 2007-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
129
130         * System_test.dll.sources: Added CodeGeneratorFromBinaryOperatorTest.cs.
131 2007-03-09  Chris Toshok  <toshok@ximian.com>
132
133         * System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs:
134         update this to 2.0. massage a patch from Ivan Zlatev.
135
136 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
137
138         * System_test.dll.sources: Added MaskedTextProviderTest.cs
139         * System.dll.sources: Added MaskedTextProvider.cs
140
141 2007-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
142
143         * System_test.dll.sources: Added SocketResponder.cs.
144
145 2007-01-28  Ilya Kharmatsky <ilyak -at- mainsoft.com>
146         
147         * System20.vmwcsproj: Added new net_2_0 classes to the project
148           file.
149
150 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
151
152         * System_test.dll.sources: Added FileWebResponseTest.cs.
153
154 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
155
156         * System.dll.sources: added new sources:
157           TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
158           TraceEventCache.cs, TraceEventType.cs and SourceSwitch.cs.
159         * System_test.dll.sources: added new tests:
160           TraceSourceTest.cs and SourceSwitchTest.cs.
161
162 2007-01-11  Dick Porter  <dick@ximian.com>
163
164         * System.dll.sources: Add System.Net.Sockets/{IOControlCode,SocketInformation,SocketInformationOptions,TransmitFileOptions}.cs
165
166 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
167
168         * System_test.dll.sources: Added ProcessTest.cs.
169
170 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
171
172         * System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs
173
174         * System.dll.sources: added DefaultBindingPropertyAttribute.cs
175
176 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
177
178         * Makefile: Add some extra (PKITS related) files to dist tarball
179
180 2006-12-20  Chris Toshok  <toshok@ximian.com>
181
182         * System_test.dll.sources: add AttributeProviderAttributeTest.cs
183
184         * System.dll.sources: add AttributeProviderAttribute.cs
185
186 2006-12-20  Chris Toshok  <toshok@ximian.com>
187
188         * System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs
189
190         * System.dll.sources: add ComplexBindingPropertiesAttribute.cs
191
192 Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
193
194         * Makefile, resources/*.wav, System.dll.sources: added sound
195         samples provided by Clint Herron. Enabled System.Media namespace.
196
197 2006-12-07  Sebastien Pouliot  <sebastien@ximian.com>
198
199         * Makefile: Detect PKITS data and, if available, include the unit 
200         tests with the [Category("PKITS")] attribute.
201         * System_test.dll.sources: Add PKITS-based unit tests for X509Chain.
202
203 2006-11-27  Andrew Skiba  <andrews@mainsoft.com>
204
205         * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added
206         Grasshopper test project and bat file.
207
208 2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
209
210         * System_test.dll.sources: Add unit tests for System.Security.
211         Cryptography.X509Certificates/X509Certificate2Collection and 
212         X509ExtensionCollection classes to the build.
213
214 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
215
216         * System_test.dll.sources: Added ArrayConverterTests.cs.
217
218 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
219
220         * System.Security.AccessControl/SemaphoreAuditRule.cs,
221         System.Net/HttpWebRequest.jvm.cs, System.Net/VMWHttpProvider.cs,
222         System.Net/HttpWebResponse.jvm.cs, System.Net/HttpStateCache.cs,
223         System.Net/HttpProvider.cs, System.Net/ServicePoint.cs,
224         System.Net.Sockets/Socket.jvm.cs, System.Net.Sockets/GHStreamSocket.cs,
225         System.Net.Sockets/GHSocketFactory.cs, System.Net.Sockets/GHStreamSocketSSL.cs,
226         System.Net.Sockets/GHSocket.cs, System.J2EE20.vmwcsproj,
227         System.J2EE20.sln, machine.config: add files and TARGET_JVM-s to compile
228         System.dll in GH.
229
230 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
231
232         * System_test.dll.sources: Add unit tests for System.ComponentModel.
233         CollectionConverter to the build.
234
235 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
236
237         * ApplicationSettingsBase.cs, AppSettingsReader.cs,
238         ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using
239         PrebuiltSystem on TARGET_JVM
240
241 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
242
243         * System.dll.sources: Add System.Net.Mail.SmtpPermission[Attribute] to
244         the build.
245         * System_test.dll.sources: Add unit tests for System.Net.Mail 
246         SmtpPermission[Attribute] to the build.
247
248 2006-08-22  Miguel de Icaza  <miguel@novell.com>
249
250         * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new
251         file. 
252
253 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
254
255         * System_test.dll.sources: Added EventInstanceTest.cs
256
257 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
258
259         * System.dll.sources: Added Win32EventLog.cs.
260
261 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
262
263         * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs.
264
265 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
266
267         * System.dll.sources : reverted all recent changes on EventLogs.
268           It does not work at all.
269
270 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
271
272         * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs.
273         * System_test.dll.sources: Added EventLogTest.cs.
274
275 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
276
277         * System_test.dll.souces: Added EventSourceCreationDataTest.cs.
278
279 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
280
281         * System.dll.sources: Added EventInstance.cs, OverflowAction.cs,
282         EventSourceCreationData.cs.
283
284 2006-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
285
286         * System_test.dll.sources: Added X509Certificate2Test.cs.
287
288 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
289
290         * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs
291
292 2006-07-06  Dick Porter  <dick@ximian.com>
293
294         * System.dll.sources: Added
295         System.Security.AccessControl/SemaphoreAccessRule.cs
296         System.Security.AccessControl/SemaphoreAuditRule.cs
297
298 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
299
300         * System_test.dll.sources : added ConnectionManagementSectionTest.cs
301           and WebRequestModulesSectionTest.cs.
302
303 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
304
305         * Makefile : add -r:System.Configuration under net_2_0.
306
307 2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
308
309         * Makefile: Add -unsafe flag, since it is needed in
310         System.IO.Ports.WinSerialStream.
311
312 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
313
314         * System.dll.sources : added SettingsBindableAttribute.cs.
315
316 2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
317
318         * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
319         file.
320         
321 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
322
323         * System.dll.sources : added a bunch of missing sys.configuration
324           files.
325
326 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
327
328         * System.dll.sources : added ClientSettingsSection.cs.
329
330 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
331
332         * System.dll.sources : added ApplicationSettingsGroup.cs.
333
334 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
335
336         * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
337         Microsoft.VisualBasic.
338
339 2006-04-17  Atsushi Enomoto  <atsushi@ximian.com>
340
341         * System.dll.sources : Added AsyncOperation.cs,
342           AsyncOperationManager.cs, BackgroundWorker.cs,
343           DoWorkEventHandler.cs, DoWorkEventArgs.cs,
344           RunWorkerCompletedEventArgs.cs and
345           RunWorkerCompletedEventHandler.cs.
346
347 2006-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
348
349         * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
350         
351 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
352
353         * System.dll.sources : added SslPolicyErrors.cs.
354
355 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
356
357         * System.dll.sources : added SortedDictionary.cs.
358         * System_test.dll.sources : added SortedDictionaryTest.cs.
359
360 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
361
362         * System.dll.sources: added DataReceivedEventArgs.cs and
363           DataReceivedEventHandler.cs.
364         * System_test.dll.sources : added StopwatchTest.cs.
365
366 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
367
368         * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
369
370 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
371
372         * System.dll.sources:
373           DownloadStringCompletedEventHandler.cs was missing.
374
375 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
376
377         * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
378           System.ComponentModel, and several WebClient event args in
379           System.Net.
380
381 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
382
383         * System.dll.sources: Added System.ComponentModel.Design.Serialization/
384         CodeDomSerializerException.cs.
385
386 2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
387
388         * System.dll.sources: Forgot to add inside System.IO.Ports:
389         SerialData.cs, SerialError.cs, SerialPinChange.cs
390
391 2006-02-22  Kornél Pál  <kornelpal@hotmail.com>
392
393         * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
394           to fix build.
395
396 2005-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
397
398         * System.dll.sources: Add the recently added System.Net 2.0 
399         clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
400         and also FtpStatusCode and WebRequestMethods).
401         
402 2005-01-13  John Luke  <john.luke@gmail.com>
403
404         * System_test.dll.sources: add System.Net.Mail.SmtpClient tests
405         
406 2006-01-09  Chris Toshok  <toshok@ximian.com>
407
408         * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
409         CONFIGURATION_2_0 to use the new System.Configuration api.
410
411 2006-01-02  Chris Toshok  <toshok@ximian.com>
412
413         * Makefile: use an external alias (PrebuiltSystem) when building
414         with CONFIGURATION_DEP.
415
416 2005-12-24  John Luke  <john.luke@gmail.com>
417
418         * System_test.dll.sources: add System.Net.Mail tests
419
420 2005-12-23  John Luke  <john.luke@gmail.com>
421
422         * System_test.dll.sources: add
423         System.Net.Mime/ContentDispositionTest.cs
424         System.Net.Mime/ContentTypeTest.cs
425
426 2005-12-13  Chris Toshok  <toshok@ximian.com>
427
428         * System.dll.sources: add
429         System.Net.Configuration/FtpCachePolicyElement.cs.
430
431 2005-12-07  Robert Jordan  <robertj@gmx.net>
432
433         * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
434
435 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
436
437         * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from
438         System.CodeDom.
439
440 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
441
442         * System_test.dll.sources: Added CodeGeneratorFromStatementTest.cs
443         from Microsoft.VisualBasic.     
444
445 2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
446
447         * System_test.dll.sources: Added CodeNamespaceImportCollectionTest.cs,
448         CodeNamespaceCollectionTest.cs, CodeTypeDeclarationCollectionTest.cs,
449         CodeTypeMemberCollectionTest.cs, CodeTypeParameterCollectionTest.cs,
450         CodeAttributeArgumentCollectionTest.cs, CodeDirectiveCollectionTest.cs,
451         CodeAttributeDeclarationCollectionTest.cs, 
452         CodeCatchClauseCollectionTest.cs, 
453         CodeCommentStatementCollectionTest.cs.
454
455 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
456
457         * System_test.dll.sources: Add Test/System.Collections.Generic/SortedListTest.cs.
458
459         * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
460
461 2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
462
463         * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,
464         CodeParameterDeclarationExpressionCollectionTest.cs,
465         CodeTypeReferenceCollectionTest.cs.
466
467 2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
468
469         * System_test.dll.sources: Added CodeCastExpressionTest.cs,
470         CodeCatchClauseTest.cs, CodeChecksumPragmaTest.cs, 
471         CodeConstructorTest.cs, CodeDefaultValueExpressionTest.cs;
472         CodeDelegateCreateExpressionTest.cs, CodeEventReferenceExpressionTest.cs
473         CodeGotoStatementTest.cs, CodeLabeledStatementTest.cs,
474         CodeLinePragmaTest.cs, CodeMemberMethodTest.cs, 
475         CodeMethodInvokeExpressionTest.cs, CodeMethodReferenceExpressionTest.cs,
476         CodeNamespaceImportTest.cs, CodeNamespaceTest.cs, 
477         CodeObjectCreateExpressionTest.cs, 
478         CodeParameterDeclarationExpressionTest.cs,
479         CodePropertyReferenceExpressionTest.cs, CodeRegionDirectiveTest.cs,
480         CodeSnippetCompileUnitTest.cs, CodeSnippetExpressionTest.cs,
481         CodeSnippetStatementTest.cs, CodeSnippetTypeMemberTest.cs,
482         CodeStatementCollectionTest.cs, CodeTypeConstructorTest.cs,
483         CodeTypeParameterTest.cs, CodeTypeOfExpressionTest.cs,
484         CodeTypeReferenceExpressionTest.cs, 
485         CodeVariableDeclarationStatementTest.cs,
486         CodeVariableReferenceExpressionTest.cs
487
488 2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
489
490         * System_test.dll.sources: Added CodeArgumentReferenceExceptionTest.cs,
491         CodeArrayCreateExpressionTest.cs, CodeAttachEventStatementTest.cs,
492         CodeAttributeArgumentTest.cs, CodeAttributeDeclarationTest.cs.
493
494 2005-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
495
496         * System_test.dll.sources: Added HttpWebRequestElementTest.cs
497         from Test/System.Net.Configuration.
498
499 2005-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
500
501         * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
502         from Test/Microsoft.CSharp.
503
504 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
505
506         * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
507
508 2005-09-23  Chris Toshok  <toshok@ximian.com>
509
510         * System.dll.sources: remove the System.Configuration.Property/*
511
512         * System.Configuration.Property/*: move to ../System.Configuration
513         where it belongs.
514
515 2005-09-19  Chris Toshok  <toshok@ximian.com>
516
517         * System.Configuration/ProviderBase.cs: nuke this - it's in
518         System.Configuration.Provider.
519
520         * System/InvalidDataException.cs: move this to System.IO, where it
521         belongs.
522         
523         * System.dll.sources: track movement of InvalidDataException.cs
524         and removal of ProviderBase.cs
525
526 2005-09-19  Gert Driesen <drieseng@users.sourceforge.net>
527
528         * System_test.dll.sources: Added TypeConverterTest.cs and
529         PropertyDescriptorCollection.cs.
530
531 2005-09-04  David Waite  <mass@akuma.org>
532
533         * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
534         LinkedListNode.cs and LinkedListTest.cs
535
536 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
537
538         * System_test.dll.sources: Added DateTimeConverterTests.cs.
539
540 2005-08-23  Raja R Harinath  <rharinath@novell.com>
541
542         * System.dll.sources: Update.
543
544 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
545
546         * System_test.dll.sources: Added DecimalConverterTests.cs,
547         DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
548         SingleConverterTests.cs, UInt16ConverterTests.cs, 
549         UInt32ConverterTests.cs, UInt64ConverterTests.cs.
550
551 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
552
553         * System_test.dll.sources: Added ByteConverterTests.cs,
554         Int16ConverterTests.cs and Int32ConverterTests.cs.
555         * Makefile: We also need to reference System.Drawing assembly to
556         build test assembly.
557
558 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
559
560         * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
561         System.ComponentModel.
562
563 >>>>>>> .r48427
564 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
565
566         * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
567         System.CodeDom.
568
569 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
570
571         * System_test.dll.sources: Added CodeGeneratorTest.cs from
572         System.CodeDom.Compiler.
573
574 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
575
576         * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
577         and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
578
579 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
580
581         * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
582         System.CodeDom.
583
584 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
585
586         * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
587         from Microsoft.VisualBasic.
588
589 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
590
591         * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
592         System.CodeDom.
593
594 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
595
596         * System_test.dll.sources: Added CodeMemberFieldTest.cs from
597         System.CodeDom.
598
599 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
600
601         * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
602         Microsoft.VisualBasic.
603
604 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
605
606         * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
607         CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
608
609 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
610
611         * Makefile: added reference to Mono.Security.dll when building the
612         tests.
613
614 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
615
616         * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
617         __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
618         continue and shouldn't cause any harm to Linux or Cygwin builds.
619
620 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
621
622         * System.dll.sources: Added ProviderBase.cs.
623         
624 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
625
626         * System.dll.sources: Removed some files that have been moved to the
627         new System.Configuration assembly.
628         * Makefile: Handle the cyclic dependency with the new
629         System.Configuration assembly.
630
631 2005-05-30  Gert Driesen <drieseng@users.sourceforge.net>
632
633         * System_test.dll.sources: Added CSharpCodeProviderTest.cs
634
635 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
636
637         * System_test.dll.sources: Added TimerTest.cs.
638
639 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
640
641         * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
642         Socket and TcpClient to the build (stack propagation in async calls).
643
644 2005-05-20  Raja R Harinath  <rharinath@novell.com>
645
646         * System_test.dll.sources: Add
647         System.Text.RegularExpressions/RegexReplace.cs.
648
649         * System.dll.sources: Update to reflect split-up of
650         System.Text.RegularExpressions/match.cs.
651
652 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
653
654         * Makefile: Do not report Obsolete warnings when compiling unit tests.
655         * System_test.dll.sources: Added new CAS unit tests to the build.
656
657 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
658
659         * System_test.dll.sources,
660           System.dll.sources: generic Queue.cs and Stack.cs are now in System.
661
662 2005-03-14  Raja R Harinath  <rharinath@novell.com>
663
664         * Makefile (NO_INSTALL): Define during the first pass.
665
666 2005-03-04  Lluis Sanchez Gual <lluis@novell.com>
667
668         * System.dll.sources: Added OrderedDictionary.cs.
669
670 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
671
672         * System.dll.sources: Added files.
673         System.Configuration/ConnectionStringSettingsCollection.cs
674         System.Configuration/ConnectionStringSettings.cs
675
676 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
677
678         * System.dll.sources: added CodeDomConfigurationHandler.
679
680 2005-02-03  Raja R Harinath  <rharinath@novell.com>
681
682         * Makefile (TEST_RESOURCES): New.
683         (EXTRA_DISTFILES): Distribute them.
684
685 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
686
687         * Makefile: Embed the uri stuff as a resource.
688
689 2005-01-24  Raja R Harinath  <rharinath@novell.com>
690
691         Add circular dependency on System.Security.dll.
692         * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
693         CYCLIC_DEP_FILE. 
694         (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
695         cyclic dependency on System.Security.dll.  Defined only in NET2.0
696         related profiles.
697         (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
698         dependencies are present.
699         (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
700         dependencies.
701
702 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
703
704         * Add a couple more -nowarns when compiling tests. 
705
706 2005-01-17  Raja R Harinath  <rharinath@novell.com>
707
708         * Makefile ($(test_lib).config): New.  Create it when test library
709         is built.
710         (CLEAN_FILES): Remove it.
711         (test-recursive,clean-recursive): Delete.
712
713 2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
714
715         * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
716           creates a Syste_test_PROFILE.dll.config file, required for the Switch
717           regression tests, and clean-recursive cleans up this file.
718         * System_test_default.dll.config, System_test.dll.config: Delete.  These are
719           no longer necessary as the appropriate file is generated in test-recursive.
720
721 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
722
723         * System.dll.sources: Added new file:
724                 System.ComponentModel/BindingDirection.cs
725
726 2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
727
728         * System.IO.Ports/ChangeLog: New file.
729
730 2004-12-21  Chris Toshok  <toshok@ximian.com>
731
732         * System.dll.sources: add System.IO.Ports/*.
733
734         * System.IO.Ports/SerialPort.cs,
735         System.IO.Ports/SerialReceivedEventArgs.cs,
736         System.IO.Ports/SerialPinChangedEventArgs.cs,
737         System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
738         System.IO.Ports stuff.
739
740 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
741
742         * System_test.dll.sources: added CookieContainerTest.cs.
743
744 2004-11-19  Raja R Harinath  <rharinath@novell.com>
745
746         * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
747         during the first pass.
748         (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
749
750 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
751
752         * System.dll.sources: Added new files:
753                 System.Configuration/ProviderSettings.cs
754                 System.Configuration/ProviderSettingsCollection.cs
755                 System.Configuration.Provider/ProviderBase.cs
756
757 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
758
759         * System.dll.sources: Added new files:
760                 System.Configuration/TimeSpanConfigurationProperty.cs
761                 System.Configuration/TimeSpanPropertyFlags.cs
762                 System.Configuration/TimeSpanSerializedFormat.cs
763         
764 2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
765
766         * System.dll.sources: Added new files:
767                 System.Configuration/NonEmptyStringConfigurationProperty.cs
768                 System.Configuration/NonEmptyStringFlags.cs
769
770 2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
771
772         * System.dll.sources: Added new files:
773                 System.Configuration/ConfigInfo.cs
774                 System.Configuration/IntegerConfigurationProperty.cs
775                 System.Configuration/RuntimeOnlySection.cs
776                 System.Configuration/SectionInfo.cs
777                 System.Configuration/SectionGroupInfo.cs
778
779 2004-09-21  Raja R Harinath  <rharinath@novell.com>
780
781         * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
782         net_2_0_bootstrap libraries if necessary.
783         ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
784         (all-local): ... here.  Will now warn unnecessarily, but is better
785         than rebuilding the library each time.
786
787 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
788
789         * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
790         from corlib to System.Collections.Generic in System assembly
791
792 2004-09-13  Tim Coleman <tim@timcoleman.com>
793         * System.dll.sources: Add new classes in System.Net.Security and 
794                 System.Security.Authentication for Fx 2.0
795
796 2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
797
798         * System.dll.sources: removed duplicate entry for System.Net.
799         Configuration.WebRequestModuleHandler
800
801 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
802
803         * System_test.dll.sources: Added unit tests for System.Diagnostics.
804         EventLogPermission and PerformanceCounterPermission.
805
806 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
807
808         * System_test.dll.sources: Added PermissionHelper to the build.
809         * System_test.dll.sources: Added unit tests for System.Security.
810         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
811         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
812
813 2004-09-10  Tim Coleman <tim@timcoleman.com>
814         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
815                 System.Net.Mail, System.Configuration classes
816
817 2004-09-09  Tim Coleman <tim@timcoleman.com>
818         * System.dll.sources: Add new System.Net.Mail classes
819
820 2004-09-04  Tim Coleman <tim@timcoleman.com>
821         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
822
823 2004-09-03  Tim Coleman <tim@timcoleman.com>
824         * System.dll.sources: Add new class in System.Net
825
826 2004-08-16  Duncan Mak  <duncan@ximian.com>
827
828         * System.dll.sources: Added new classes in System.Configuration.
829
830 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
831
832         * System.dll.sources:
833           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
834
835 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
836
837         * System.dll.sources: Added files
838                 System.ComponentModel/AsyncCompletedEventArgs.cs
839                 System.ComponentModel/AsyncCompletedEventHandler.cs
840
841 2004-07-02  Raja R Harinath  <rharinath@novell.com>
842
843         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
844
845 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
846
847         * System_test.dll.sources: Added IndentedTextWriterTest to unit
848         tests
849
850 2004-06-10  Raja R Harinath  <rharinath@novell.com>
851
852         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
853         defined.  Don't conflate building a non-Xml temporary System.dll
854         with building System.dll for bootstrapping mcs.
855
856 2004-06-09  Raja R Harinath  <rharinath@novell.com>
857
858         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
859         System.Xml.dll is present.
860         (SECOND_PASS): Remove.
861
862 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
863
864         * System_test.dll.sources: Added X509CertificateCollectionTest
865         to the unit tests.
866
867 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
868
869         * Makefile : add run-test-ondotnet target support.
870
871 2004-05-24  Raja R Harinath  <rharinath@novell.com>
872
873         * Makefile (EXTRA_FLAGS): Remove.
874         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
875         non-Xml first build.
876         (all-local) [!SECOND_PASS]: Simplify.
877
878 2004-05-10  Raja R Harinath  <rharinath@novell.com>
879
880         * Makefile (install-local,test-local,run-test-local,clean-local):
881         Make cyclic-dependency safe.
882
883 2004-05-07  Raja R Harinath  <rharinath@novell.com>
884
885         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
886         to determine out-of-date-ness.  (This fixes an unlogged change.)
887         (install-local,test-local,run-test-local,clean-local): Collapse
888         near-identical rules.
889
890 2004-05-07  Raja R Harinath  <rharinath@novell.com>
891
892         * Makefile (all-local): Built first pass with BOOT_COMPILE.
893
894 2004-04-26  Jackson Harper  <jackson@ximian.com>
895
896         * Makefile: Use new $(PROFILE) directory to search for cyclical
897         dependancy.
898         
899 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
900
901         * System_test.dll.sources: Added 
902                 System.ComponentModel/TypeDescriptorTests.cs.
903
904 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
905
906         * System.dll.sources: Added 
907                 System.ComponentModel/ReflectionEventDescriptor.cs,
908                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
909
910 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
911
912         * System.dll.sources: Added System/System.ComponentModel.Design
913         /RuntimeLicenseContext.cs
914         * System_test.dll.sources : Added System.ComponentModel
915         /LicenseManagerTests.cs
916
917 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
918
919         * Makefile (all-local): Fix for non-bash shells.
920
921 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
922
923         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
924         the build.
925
926 2004-02-04  Marek Safar <marek.safar@seznam.cz>
927
928         * Makefile: Build System.dll in two steps. Because of the circular
929         dependency with System.XML.dll.
930
931 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
932
933         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
934
935 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
936
937         * System.dll.sources: added new files.
938
939         * System_test.dll.sources: added new test.
940
941 2004-01-01  Nick Drochak <ndrochak@gol.com>
942
943         * Makefile: Suppress warnings about multiple Regex defs and obsolete
944         calls in the test assembly.
945
946 2003-05-29  Nick Drochak <ndrochak@gol.com>
947
948         * System_test.dll.config: Nunit loads configs with the same name as the
949         test assembly. This is for the Swithes test.
950
951 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
952
953         * System_test.dll.sources : Added UriTest2.cs
954
955 2003-11-18  Todd Berman  <tberman@gentoo.org>
956
957         * System.dll.sources: Added IOrderedDictionary.cs
958
959 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
960
961         * System.dll.sources: Added some new class files
962
963 2003-09-04  Duncan Mak  <duncan@ximian.com>
964
965         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
966
967 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
968
969         * System_test.dll.sources       new test added
970
971 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
972
973         * System.dll.sources: SRDescriptionAttribute.cs moved
974
975 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
976
977         * README: removed (contained only obsolete build instructions)
978
979 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
980
981         * System.dll.sources: EventLogImpl.cs added
982
983 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
984
985         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
986
987 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
988
989         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
990
991 2003-07-18  Peter Williams  <peter@newton.cx>
992
993         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
994         a distable file.
995         (EXTRA_DISTFILES): A few more.
996
997 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
998
999         * System.dll.sources: Assembly/Consts.cs added
1000
1001 2003-07-16  Peter Williams  <peter@newton.cx>
1002
1003         * Makefile (SCARY_LIB): Flip around since what was bootstrap
1004         is now default.
1005
1006 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
1007
1008         * System.dll.sources: Added NetConfigurationHandler.cs,
1009         NetConfig.cs, IPv6MulticastOption.cs
1010
1011 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1012
1013         * list.unix: Added AssemblyInfo.cs
1014
1015 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1016
1017         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
1018
1019 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1020
1021         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
1022
1023 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1024
1025         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
1026
1027 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1028
1029         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
1030
1031 2003-05-29  Nick Drochak <ndrochak@gol.com>
1032
1033         * makefile.gnu: turn on debug since it works again.
1034
1035 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
1036
1037         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
1038         property."
1039
1040 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
1041
1042         * Stubed rest of System.ComponentModel
1043
1044 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1045
1046         * System.ComponentModel.Design.Serialization
1047           Removed references to System.Web namespaces
1048
1049 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1050
1051         * Stubed System.ComponentModel/LicenseContext.cs
1052         * Stubed System.ComponentModel/LicenseUsageMode.cs
1053         * Stubed rest of System.ComponentModel.Design
1054
1055 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1056
1057         * Stubed System.ComponentModel/InheritanceAttribute.cs
1058         * Stubed System.ComponentModel/InheritanceLevel.cs
1059         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
1060         * Stubed System.ComponentModel.Design/IInheritanceService.cs
1061
1062 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
1063
1064         * Stubed rest of System.ComponentModel.Design.Serialization
1065
1066 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1067
1068         * list.unix: added RunInstallerAttribute.cs
1069
1070 2003-02-18  Alan Tam <Tam@SiuLung.com>
1071
1072         * list.unix (): Add DesignerCategoryAttribute.cs
1073
1074 2003-01-10  Duncan Mak  <duncan@ximian.com>
1075
1076         * list.unix (CSharpCodeCompiler): Add
1077         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
1078
1079 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
1080         
1081         * updated .build file(s) to correctly contain required buildfile 
1082           attribute for nant
1083
1084 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1085
1086         * list list.unix: Put CSharpCodeGenerator.cs back in build
1087
1088 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1089
1090         * list list.unix: Removed Compiler classes that are being moved to their own assembly
1091
1092 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
1093
1094         * list.unix: updated.
1095
1096 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
1097
1098         * list.unix: Changed.
1099         * System.ComponentModel.Design: Added
1100
1101 2002-11-11 Tim Coleman <tim@timcoleman.com>
1102         * list.unix:
1103         * list:
1104         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
1105                 Add new class
1106
1107 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
1108
1109         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
1110         
1111 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1112
1113         * list.unix: added new files.
1114
1115 2002-11-04  Tim Coleman <tim@timcoleman.com>
1116         * System.ComponentModel/RefreshProperties.cs:
1117         * System.ComponentModel/RefreshPropertiesAttribute.cs:
1118                 Add new classes
1119
1120 2002-11-02  Duncan Mak  <duncan@ximian.com>
1121
1122         * list.unix: Added InvalidEnumArgumentException.
1123
1124 2002-10-31  Dick Porter  <dick@ximian.com>
1125
1126         * list.unix: Added MonoIO and MonoIOError to the build
1127
1128 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
1129
1130         * System.ComponentModel/PropertyDescriptor.cs: added
1131         missing abstract methods and properties
1132
1133         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
1134         SetValue and added stubs for missing methods and properties
1135         
1136 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1137
1138         * list.unix: added new files in System.Configuration.
1139
1140 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1141
1142         * list.unix: added new files.
1143
1144 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1145
1146         * System.ComponentModel/Component.cs:
1147         * System.ComponentModel/ComponentCollection.cs:
1148         * System.ComponentModel/Container.cs:
1149         * System.ComponentModel/MarshalByValueComponent.cs:
1150         * System.Diagnostics/Process.cs:
1151         * System.Diagnostics/TextWriterTraceListener.cs:
1152         * System.IO/FileSystemWatcher.cs:
1153         IDisposable fixes.
1154
1155 2002-08-15  Tim Coleman <tim@timcoleman.com>
1156         * list.unix: Added System.IO files.
1157
1158 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1159
1160         * list:
1161         * list.unix: added EnumConverter.cs
1162
1163 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1164
1165         * list:
1166         * list.unix: added DerivedPropertyDescriptor.cs
1167
1168 2002-07-22  Tim Coleman <tim@timcoleman.com>
1169         * list.unix: Added new file
1170                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
1171                 to build on unix.
1172
1173 2002-07-22  Tim Coleman <tim@timcoleman.com>
1174         * list.unix: Added files to the build for linux
1175                 System.ComponentModel.BindableAttribute.cs,
1176                 System.ComponentModel.BindableSupport.cs,
1177                 System.ComponentModel.ExpandableObjectConverter.cs,
1178                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
1179                 System.ComponentModel.ToolboxItemAttribute.cs,
1180
1181 2002-07-22  Tim Coleman <tim@timcoleman.com>
1182         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
1183                 and System.ComponentModel.DefaultProperty.cs to build
1184
1185
1186 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1187
1188         * System.build: removed System.Drawing.dll dependency.
1189
1190 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1191
1192         * System.build: referenced System.Drawing.dll.
1193
1194 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
1195
1196         * System.Security.Cryptography.X509Certificates: directory added
1197         
1198 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
1199
1200         * System.build: don't exclude anymore excluded files in
1201         System.ComponentModel. They compile on Linux, so they might also
1202         on Windows.
1203
1204 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1205
1206         * System.build: excluded EventDescriptor.cs, 
1207         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
1208
1209 2002-04-08  Nick Drochak  <ndrochak@gol.com>
1210
1211         * System.build: Build System.dll with mono's corlib.dll and 
1212         System.Xml.dll.
1213
1214 2002-01-23  Dick Porter  <dick@ximian.com>
1215
1216         * System.build: Start build System.Net.Sockets.Socket.cs,
1217         TcpClient.cs and TcpListener.cs
1218
1219 2001-12-07  Nick Drochak <ndrochak@gol.com>
1220
1221         * ChangeLog: Add the change log to this directory
1222
1223         * System.build: Add dependancy on linux target to test target. Need to 
1224         have the dll before we can test it, right?  Plus it encourages others 
1225         to try 'make test'.
1226