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