2005-12-22 John Luke <john.luke@gmail.com>
[mono-project.git] / mcs / class / System / ChangeLog
blobbac4f7c9b60b51813b8f5c03be8e6535008a516c
1 2005-12-13  Chris Toshok  <toshok@ximian.com>
3         * System.dll.sources: add
4         System.Net.Configuration/FtpCachePolicyElement.cs.
6 2005-12-07  Robert Jordan  <robertj@gmx.net>
8         * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
10 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
12         * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from
13         System.CodeDom.
15 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
17         * System_test.dll.sources: Added CodeGeneratorFromStatementTest.cs
18         from Microsoft.VisualBasic.     
20 2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
22         * System_test.dll.sources: Added CodeNamespaceImportCollectionTest.cs,
23         CodeNamespaceCollectionTest.cs, CodeTypeDeclarationCollectionTest.cs,
24         CodeTypeMemberCollectionTest.cs, CodeTypeParameterCollectionTest.cs,
25         CodeAttributeArgumentCollectionTest.cs, CodeDirectiveCollectionTest.cs,
26         CodeAttributeDeclarationCollectionTest.cs, 
27         CodeCatchClauseCollectionTest.cs, 
28         CodeCommentStatementCollectionTest.cs.
30 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
32         * System_test.dll.sources: Add Test/System.Collections.Generic/SortedListTest.cs.
34         * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
36 2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
38         * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,
39         CodeParameterDeclarationExpressionCollectionTest.cs,
40         CodeTypeReferenceCollectionTest.cs.
42 2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
44         * System_test.dll.sources: Added CodeCastExpressionTest.cs,
45         CodeCatchClauseTest.cs, CodeChecksumPragmaTest.cs, 
46         CodeConstructorTest.cs, CodeDefaultValueExpressionTest.cs;
47         CodeDelegateCreateExpressionTest.cs, CodeEventReferenceExpressionTest.cs
48         CodeGotoStatementTest.cs, CodeLabeledStatementTest.cs,
49         CodeLinePragmaTest.cs, CodeMemberMethodTest.cs, 
50         CodeMethodInvokeExpressionTest.cs, CodeMethodReferenceExpressionTest.cs,
51         CodeNamespaceImportTest.cs, CodeNamespaceTest.cs, 
52         CodeObjectCreateExpressionTest.cs, 
53         CodeParameterDeclarationExpressionTest.cs,
54         CodePropertyReferenceExpressionTest.cs, CodeRegionDirectiveTest.cs,
55         CodeSnippetCompileUnitTest.cs, CodeSnippetExpressionTest.cs,
56         CodeSnippetStatementTest.cs, CodeSnippetTypeMemberTest.cs,
57         CodeStatementCollectionTest.cs, CodeTypeConstructorTest.cs,
58         CodeTypeParameterTest.cs, CodeTypeOfExpressionTest.cs,
59         CodeTypeReferenceExpressionTest.cs, 
60         CodeVariableDeclarationStatementTest.cs,
61         CodeVariableReferenceExpressionTest.cs
63 2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
65         * System_test.dll.sources: Added CodeArgumentReferenceExceptionTest.cs,
66         CodeArrayCreateExpressionTest.cs, CodeAttachEventStatementTest.cs,
67         CodeAttributeArgumentTest.cs, CodeAttributeDeclarationTest.cs.
69 2005-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
71         * System_test.dll.sources: Added HttpWebRequestElementTest.cs
72         from Test/System.Net.Configuration.
74 2005-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
76         * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
77         from Test/Microsoft.CSharp.
79 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
81         * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
83 2005-09-23  Chris Toshok  <toshok@ximian.com>
85         * System.dll.sources: remove the System.Configuration.Property/*
87         * System.Configuration.Property/*: move to ../System.Configuration
88         where it belongs.
90 2005-09-19  Chris Toshok  <toshok@ximian.com>
92         * System.Configuration/ProviderBase.cs: nuke this - it's in
93         System.Configuration.Provider.
95         * System/InvalidDataException.cs: move this to System.IO, where it
96         belongs.
97         
98         * System.dll.sources: track movement of InvalidDataException.cs
99         and removal of ProviderBase.cs
101 2005-09-19  Gert Driesen <drieseng@users.sourceforge.net>
103         * System_test.dll.sources: Added TypeConverterTest.cs and
104         PropertyDescriptorCollection.cs.
106 2005-09-04  David Waite  <mass@akuma.org>
108         * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
109         LinkedListNode.cs and LinkedListTest.cs
111 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
113         * System_test.dll.sources: Added DateTimeConverterTests.cs.
115 2005-08-23  Raja R Harinath  <rharinath@novell.com>
117         * System.dll.sources: Update.
119 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
121         * System_test.dll.sources: Added DecimalConverterTests.cs,
122         DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
123         SingleConverterTests.cs, UInt16ConverterTests.cs, 
124         UInt32ConverterTests.cs, UInt64ConverterTests.cs.
126 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
128         * System_test.dll.sources: Added ByteConverterTests.cs,
129         Int16ConverterTests.cs and Int32ConverterTests.cs.
130         * Makefile: We also need to reference System.Drawing assembly to
131         build test assembly.
133 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
135         * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
136         System.ComponentModel.
138 >>>>>>> .r48427
139 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
141         * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
142         System.CodeDom.
144 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
146         * System_test.dll.sources: Added CodeGeneratorTest.cs from
147         System.CodeDom.Compiler.
149 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
151         * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
152         and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
154 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
156         * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
157         System.CodeDom.
159 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
161         * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
162         from Microsoft.VisualBasic.
164 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
166         * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
167         System.CodeDom.
169 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
171         * System_test.dll.sources: Added CodeMemberFieldTest.cs from
172         System.CodeDom.
174 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
176         * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
177         Microsoft.VisualBasic.
179 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
181         * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
182         CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
184 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
186         * Makefile: added reference to Mono.Security.dll when building the
187         tests.
189 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
191         * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
192         __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
193         continue and shouldn't cause any harm to Linux or Cygwin builds.
195 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
197         * System.dll.sources: Added ProviderBase.cs.
198         
199 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
201         * System.dll.sources: Removed some files that have been moved to the
202         new System.Configuration assembly.
203         * Makefile: Handle the cyclic dependency with the new
204         System.Configuration assembly.
206 2005-05-30  Gert Driesen <drieseng@users.sourceforge.net>
208         * System_test.dll.sources: Added CSharpCodeProviderTest.cs
210 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
212         * System_test.dll.sources: Added TimerTest.cs.
214 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
216         * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
217         Socket and TcpClient to the build (stack propagation in async calls).
219 2005-05-20  Raja R Harinath  <rharinath@novell.com>
221         * System_test.dll.sources: Add
222         System.Text.RegularExpressions/RegexReplace.cs.
224         * System.dll.sources: Update to reflect split-up of
225         System.Text.RegularExpressions/match.cs.
227 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
229         * Makefile: Do not report Obsolete warnings when compiling unit tests.
230         * System_test.dll.sources: Added new CAS unit tests to the build.
232 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
234         * System_test.dll.sources,
235           System.dll.sources: generic Queue.cs and Stack.cs are now in System.
237 2005-03-14  Raja R Harinath  <rharinath@novell.com>
239         * Makefile (NO_INSTALL): Define during the first pass.
241 2005-03-04  Lluis Sanchez Gual <lluis@novell.com>
243         * System.dll.sources: Added OrderedDictionary.cs.
245 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
247         * System.dll.sources: Added files.
248         System.Configuration/ConnectionStringSettingsCollection.cs
249         System.Configuration/ConnectionStringSettings.cs
251 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
253         * System.dll.sources: added CodeDomConfigurationHandler.
255 2005-02-03  Raja R Harinath  <rharinath@novell.com>
257         * Makefile (TEST_RESOURCES): New.
258         (EXTRA_DISTFILES): Distribute them.
260 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
262         * Makefile: Embed the uri stuff as a resource.
264 2005-01-24  Raja R Harinath  <rharinath@novell.com>
266         Add circular dependency on System.Security.dll.
267         * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
268         CYCLIC_DEP_FILE. 
269         (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
270         cyclic dependency on System.Security.dll.  Defined only in NET2.0
271         related profiles.
272         (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
273         dependencies are present.
274         (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
275         dependencies.
277 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
279         * Add a couple more -nowarns when compiling tests. 
281 2005-01-17  Raja R Harinath  <rharinath@novell.com>
283         * Makefile ($(test_lib).config): New.  Create it when test library
284         is built.
285         (CLEAN_FILES): Remove it.
286         (test-recursive,clean-recursive): Delete.
288 2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
290         * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
291           creates a Syste_test_PROFILE.dll.config file, required for the Switch
292           regression tests, and clean-recursive cleans up this file.
293         * System_test_default.dll.config, System_test.dll.config: Delete.  These are
294           no longer necessary as the appropriate file is generated in test-recursive.
296 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
298         * System.dll.sources: Added new file:
299                 System.ComponentModel/BindingDirection.cs
301 2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
303         * System.IO.Ports/ChangeLog: New file.
305 2004-12-21  Chris Toshok  <toshok@ximian.com>
307         * System.dll.sources: add System.IO.Ports/*.
309         * System.IO.Ports/SerialPort.cs,
310         System.IO.Ports/SerialReceivedEventArgs.cs,
311         System.IO.Ports/SerialPinChangedEventArgs.cs,
312         System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
313         System.IO.Ports stuff.
315 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
317         * System_test.dll.sources: added CookieContainerTest.cs.
319 2004-11-19  Raja R Harinath  <rharinath@novell.com>
321         * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
322         during the first pass.
323         (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
325 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
327         * System.dll.sources: Added new files:
328                 System.Configuration/ProviderSettings.cs
329                 System.Configuration/ProviderSettingsCollection.cs
330                 System.Configuration.Provider/ProviderBase.cs
332 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
334         * System.dll.sources: Added new files:
335                 System.Configuration/TimeSpanConfigurationProperty.cs
336                 System.Configuration/TimeSpanPropertyFlags.cs
337                 System.Configuration/TimeSpanSerializedFormat.cs
338         
339 2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
341         * System.dll.sources: Added new files:
342                 System.Configuration/NonEmptyStringConfigurationProperty.cs
343                 System.Configuration/NonEmptyStringFlags.cs
345 2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
347         * System.dll.sources: Added new files:
348                 System.Configuration/ConfigInfo.cs
349                 System.Configuration/IntegerConfigurationProperty.cs
350                 System.Configuration/RuntimeOnlySection.cs
351                 System.Configuration/SectionInfo.cs
352                 System.Configuration/SectionGroupInfo.cs
354 2004-09-21  Raja R Harinath  <rharinath@novell.com>
356         * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
357         net_2_0_bootstrap libraries if necessary.
358         ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
359         (all-local): ... here.  Will now warn unnecessarily, but is better
360         than rebuilding the library each time.
362 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
364         * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
365         from corlib to System.Collections.Generic in System assembly
367 2004-09-13  Tim Coleman <tim@timcoleman.com>
368         * System.dll.sources: Add new classes in System.Net.Security and 
369                 System.Security.Authentication for Fx 2.0
371 2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
373         * System.dll.sources: removed duplicate entry for System.Net.
374         Configuration.WebRequestModuleHandler
376 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
378         * System_test.dll.sources: Added unit tests for System.Diagnostics.
379         EventLogPermission and PerformanceCounterPermission.
381 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
383         * System_test.dll.sources: Added PermissionHelper to the build.
384         * System_test.dll.sources: Added unit tests for System.Security.
385         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
386         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
388 2004-09-10  Tim Coleman <tim@timcoleman.com>
389         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
390                 System.Net.Mail, System.Configuration classes
392 2004-09-09  Tim Coleman <tim@timcoleman.com>
393         * System.dll.sources: Add new System.Net.Mail classes
395 2004-09-04  Tim Coleman <tim@timcoleman.com>
396         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
398 2004-09-03  Tim Coleman <tim@timcoleman.com>
399         * System.dll.sources: Add new class in System.Net
401 2004-08-16  Duncan Mak  <duncan@ximian.com>
403         * System.dll.sources: Added new classes in System.Configuration.
405 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
407         * System.dll.sources:
408           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
410 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
412         * System.dll.sources: Added files
413                 System.ComponentModel/AsyncCompletedEventArgs.cs
414                 System.ComponentModel/AsyncCompletedEventHandler.cs
416 2004-07-02  Raja R Harinath  <rharinath@novell.com>
418         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
420 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
422         * System_test.dll.sources: Added IndentedTextWriterTest to unit
423         tests
425 2004-06-10  Raja R Harinath  <rharinath@novell.com>
427         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
428         defined.  Don't conflate building a non-Xml temporary System.dll
429         with building System.dll for bootstrapping mcs.
431 2004-06-09  Raja R Harinath  <rharinath@novell.com>
433         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
434         System.Xml.dll is present.
435         (SECOND_PASS): Remove.
437 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
439         * System_test.dll.sources: Added X509CertificateCollectionTest
440         to the unit tests.
442 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
444         * Makefile : add run-test-ondotnet target support.
446 2004-05-24  Raja R Harinath  <rharinath@novell.com>
448         * Makefile (EXTRA_FLAGS): Remove.
449         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
450         non-Xml first build.
451         (all-local) [!SECOND_PASS]: Simplify.
453 2004-05-10  Raja R Harinath  <rharinath@novell.com>
455         * Makefile (install-local,test-local,run-test-local,clean-local):
456         Make cyclic-dependency safe.
458 2004-05-07  Raja R Harinath  <rharinath@novell.com>
460         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
461         to determine out-of-date-ness.  (This fixes an unlogged change.)
462         (install-local,test-local,run-test-local,clean-local): Collapse
463         near-identical rules.
465 2004-05-07  Raja R Harinath  <rharinath@novell.com>
467         * Makefile (all-local): Built first pass with BOOT_COMPILE.
469 2004-04-26  Jackson Harper  <jackson@ximian.com>
471         * Makefile: Use new $(PROFILE) directory to search for cyclical
472         dependancy.
473         
474 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
476         * System_test.dll.sources: Added 
477                 System.ComponentModel/TypeDescriptorTests.cs.
479 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
481         * System.dll.sources: Added 
482                 System.ComponentModel/ReflectionEventDescriptor.cs,
483                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
485 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
487         * System.dll.sources: Added System/System.ComponentModel.Design
488         /RuntimeLicenseContext.cs
489         * System_test.dll.sources : Added System.ComponentModel
490         /LicenseManagerTests.cs
492 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
494         * Makefile (all-local): Fix for non-bash shells.
496 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
498         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
499         the build.
501 2004-02-04  Marek Safar <marek.safar@seznam.cz>
503         * Makefile: Build System.dll in two steps. Because of the circular
504         dependency with System.XML.dll.
506 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
508         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
510 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
512         * System.dll.sources: added new files.
514         * System_test.dll.sources: added new test.
516 2004-01-01  Nick Drochak <ndrochak@gol.com>
518         * Makefile: Suppress warnings about multiple Regex defs and obsolete
519         calls in the test assembly.
521 2003-05-29  Nick Drochak <ndrochak@gol.com>
523         * System_test.dll.config: Nunit loads configs with the same name as the
524         test assembly. This is for the Swithes test.
526 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
528         * System_test.dll.sources : Added UriTest2.cs
530 2003-11-18  Todd Berman  <tberman@gentoo.org>
532         * System.dll.sources: Added IOrderedDictionary.cs
534 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
536         * System.dll.sources: Added some new class files
538 2003-09-04  Duncan Mak  <duncan@ximian.com>
540         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
542 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
544         * System_test.dll.sources       new test added
546 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
548         * System.dll.sources: SRDescriptionAttribute.cs moved
550 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
552         * README: removed (contained only obsolete build instructions)
554 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
556         * System.dll.sources: EventLogImpl.cs added
558 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
560         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
562 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
564         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
566 2003-07-18  Peter Williams  <peter@newton.cx>
568         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
569         a distable file.
570         (EXTRA_DISTFILES): A few more.
572 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
574         * System.dll.sources: Assembly/Consts.cs added
576 2003-07-16  Peter Williams  <peter@newton.cx>
578         * Makefile (SCARY_LIB): Flip around since what was bootstrap
579         is now default.
581 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
583         * System.dll.sources: Added NetConfigurationHandler.cs,
584         NetConfig.cs, IPv6MulticastOption.cs
586 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
588         * list.unix: Added AssemblyInfo.cs
590 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
592         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
594 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
596         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
598 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
600         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
602 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
604         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
606 2003-05-29  Nick Drochak <ndrochak@gol.com>
608         * makefile.gnu: turn on debug since it works again.
610 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
612         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
613         property."
615 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
617         * Stubed rest of System.ComponentModel
619 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
621         * System.ComponentModel.Design.Serialization
622           Removed references to System.Web namespaces
624 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
626         * Stubed System.ComponentModel/LicenseContext.cs
627         * Stubed System.ComponentModel/LicenseUsageMode.cs
628         * Stubed rest of System.ComponentModel.Design
630 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
632         * Stubed System.ComponentModel/InheritanceAttribute.cs
633         * Stubed System.ComponentModel/InheritanceLevel.cs
634         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
635         * Stubed System.ComponentModel.Design/IInheritanceService.cs
637 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
639         * Stubed rest of System.ComponentModel.Design.Serialization
641 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
643         * list.unix: added RunInstallerAttribute.cs
645 2003-02-18  Alan Tam <Tam@SiuLung.com>
647         * list.unix (): Add DesignerCategoryAttribute.cs
649 2003-01-10  Duncan Mak  <duncan@ximian.com>
651         * list.unix (CSharpCodeCompiler): Add
652         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
654 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
655         
656         * updated .build file(s) to correctly contain required buildfile 
657           attribute for nant
659 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
661         * list list.unix: Put CSharpCodeGenerator.cs back in build
663 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
665         * list list.unix: Removed Compiler classes that are being moved to their own assembly
667 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
669         * list.unix: updated.
671 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
673         * list.unix: Changed.
674         * System.ComponentModel.Design: Added
676 2002-11-11 Tim Coleman <tim@timcoleman.com>
677         * list.unix:
678         * list:
679         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
680                 Add new class
682 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
684         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
685         
686 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
688         * list.unix: added new files.
690 2002-11-04  Tim Coleman <tim@timcoleman.com>
691         * System.ComponentModel/RefreshProperties.cs:
692         * System.ComponentModel/RefreshPropertiesAttribute.cs:
693                 Add new classes
695 2002-11-02  Duncan Mak  <duncan@ximian.com>
697         * list.unix: Added InvalidEnumArgumentException.
699 2002-10-31  Dick Porter  <dick@ximian.com>
701         * list.unix: Added MonoIO and MonoIOError to the build
703 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
705         * System.ComponentModel/PropertyDescriptor.cs: added
706         missing abstract methods and properties
708         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
709         SetValue and added stubs for missing methods and properties
710         
711 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
713         * list.unix: added new files in System.Configuration.
715 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
717         * list.unix: added new files.
719 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
721         * System.ComponentModel/Component.cs:
722         * System.ComponentModel/ComponentCollection.cs:
723         * System.ComponentModel/Container.cs:
724         * System.ComponentModel/MarshalByValueComponent.cs:
725         * System.Diagnostics/Process.cs:
726         * System.Diagnostics/TextWriterTraceListener.cs:
727         * System.IO/FileSystemWatcher.cs:
728         IDisposable fixes.
730 2002-08-15  Tim Coleman <tim@timcoleman.com>
731         * list.unix: Added System.IO files.
733 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
735         * list:
736         * list.unix: added EnumConverter.cs
738 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
740         * list:
741         * list.unix: added DerivedPropertyDescriptor.cs
743 2002-07-22  Tim Coleman <tim@timcoleman.com>
744         * list.unix: Added new file
745                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
746                 to build on unix.
748 2002-07-22  Tim Coleman <tim@timcoleman.com>
749         * list.unix: Added files to the build for linux
750                 System.ComponentModel.BindableAttribute.cs,
751                 System.ComponentModel.BindableSupport.cs,
752                 System.ComponentModel.ExpandableObjectConverter.cs,
753                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
754                 System.ComponentModel.ToolboxItemAttribute.cs,
756 2002-07-22  Tim Coleman <tim@timcoleman.com>
757         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
758                 and System.ComponentModel.DefaultProperty.cs to build
761 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
763         * System.build: removed System.Drawing.dll dependency.
765 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
767         * System.build: referenced System.Drawing.dll.
769 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
771         * System.Security.Cryptography.X509Certificates: directory added
772         
773 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
775         * System.build: don't exclude anymore excluded files in
776         System.ComponentModel. They compile on Linux, so they might also
777         on Windows.
779 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
781         * System.build: excluded EventDescriptor.cs, 
782         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
784 2002-04-08  Nick Drochak  <ndrochak@gol.com>
786         * System.build: Build System.dll with mono's corlib.dll and 
787         System.Xml.dll.
789 2002-01-23  Dick Porter  <dick@ximian.com>
791         * System.build: Start build System.Net.Sockets.Socket.cs,
792         TcpClient.cs and TcpListener.cs
794 2001-12-07  Nick Drochak <ndrochak@gol.com>
796         * ChangeLog: Add the change log to this directory
798         * System.build: Add dependancy on linux target to test target. Need to 
799         have the dll before we can test it, right?  Plus it encourages others 
800         to try 'make test'.