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