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