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