2004-06-13 Gert Driesen * System_test.dll.sources: Added IndentedTextWriterTest to unit tests 2004-06-10 Raja R Harinath * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is defined. Don't conflate building a non-Xml temporary System.dll with building System.dll for bootstrapping mcs. 2004-06-09 Raja R Harinath * Makefile (CYCLIC_DEP_FILE): New. Used to detect if System.Xml.dll is present. (SECOND_PASS): Remove. 2004-06-05 Sebastien Pouliot * System_test.dll.sources: Added X509CertificateCollectionTest to the unit tests. 2004-06-03 Atsushi Enomoto * Makefile : add run-test-ondotnet target support. 2004-05-24 Raja R Harinath * Makefile (EXTRA_FLAGS): Remove. (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for non-Xml first build. (all-local) [!SECOND_PASS]: Simplify. 2004-05-10 Raja R Harinath * Makefile (install-local,test-local,run-test-local,clean-local): Make cyclic-dependency safe. 2004-05-07 Raja R Harinath * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself to determine out-of-date-ness. (This fixes an unlogged change.) (install-local,test-local,run-test-local,clean-local): Collapse near-identical rules. 2004-05-07 Raja R Harinath * Makefile (all-local): Built first pass with BOOT_COMPILE. 2004-04-26 Jackson Harper * Makefile: Use new $(PROFILE) directory to search for cyclical dependancy. 2004-04-16 Lluis Sanchez Gual * System_test.dll.sources: Added System.ComponentModel/TypeDescriptorTests.cs. 2004-04-14 Lluis Sanchez Gual * System.dll.sources: Added System.ComponentModel/ReflectionEventDescriptor.cs, System.ComponentModel/ReflectionPropertyDescriptor.cs. 2004-03-17 Ivan Hamilton * System.dll.sources: Added System/System.ComponentModel.Design /RuntimeLicenseContext.cs * System_test.dll.sources : Added System.ComponentModel /LicenseManagerTests.cs 2004-03-11 Zoltan Varga * Makefile (all-local): Fix for non-bash shells. 2004-02-26 Sebastien Pouliot * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to the build. 2004-02-04 Marek Safar * Makefile: Build System.dll in two steps. Because of the circular dependency with System.XML.dll. 2004-01-21 Atsushi Enomoto * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs 2004-01-16 Gonzalo Paniagua Javier * System.dll.sources: added new files. * System_test.dll.sources: added new test. 2004-01-01 Nick Drochak * Makefile: Suppress warnings about multiple Regex defs and obsolete calls in the test assembly. 2003-05-29 Nick Drochak * System_test.dll.config: Nunit loads configs with the same name as the test assembly. This is for the Swithes test. 2003-12-08 Atsushi Enomoto * System_test.dll.sources : Added UriTest2.cs 2003-11-18 Todd Berman * System.dll.sources: Added IOrderedDictionary.cs 2003-11-12 Andreas Nahr * System.dll.sources: Added some new class files 2003-09-04 Duncan Mak * System_test.dll.sources: Add new test, ListDictionaryTest.cs. 2003-08-31 Alexandre Pigolkine * System_test.dll.sources new test added 2003-07-27 Andreas Nahr * System.dll.sources: SRDescriptionAttribute.cs moved 2003-07-21 Andreas Nahr * README: removed (contained only obsolete build instructions) 2003-07-21 Andreas Nahr * System.dll.sources: EventLogImpl.cs added 2003-07-18 Andreas Nahr * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added 2003-07-18 Andreas Nahr * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed 2003-07-18 Peter Williams * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not a distable file. (EXTRA_DISTFILES): A few more. 2003-07-17 Andreas Nahr * System.dll.sources: Assembly/Consts.cs added 2003-07-16 Peter Williams * Makefile (SCARY_LIB): Flip around since what was bootstrap is now default. 2003-07-14 Jerome Laban * System.dll.sources: Added NetConfigurationHandler.cs, NetConfig.cs, IPv6MulticastOption.cs 2003-07-10 Andreas Nahr * list.unix: Added AssemblyInfo.cs 2003-07-10 Andreas Nahr * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs 2003-07-06 Andreas Nahr * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs 2003-07-05 Andreas Nahr * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs 2003-07-05 Andreas Nahr * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs 2003-05-29 Nick Drochak * makefile.gnu: turn on debug since it works again. 2003-05-21 Ben Maurer * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response property." 2003-03-30 Martin Willemoes Hansen * Stubed rest of System.ComponentModel 2003-03-29 Martin Willemoes Hansen * System.ComponentModel.Design.Serialization Removed references to System.Web namespaces 2003-03-29 Martin Willemoes Hansen * Stubed System.ComponentModel/LicenseContext.cs * Stubed System.ComponentModel/LicenseUsageMode.cs * Stubed rest of System.ComponentModel.Design 2003-03-29 Martin Willemoes Hansen * Stubed System.ComponentModel/InheritanceAttribute.cs * Stubed System.ComponentModel/InheritanceLevel.cs * Stubed System.ComponentModel.Design/IDesignerFilter.cs * Stubed System.ComponentModel.Design/IInheritanceService.cs 2003-03-27 Martin Willemoes Hansen * Stubed rest of System.ComponentModel.Design.Serialization 2003-03-04 Gonzalo Paniagua Javier * list.unix: added RunInstallerAttribute.cs 2003-02-18 Alan Tam * list.unix (): Add DesignerCategoryAttribute.cs 2003-01-10 Duncan Mak * list.unix (CSharpCodeCompiler): Add Microsoft.Charp.CSharpCodeCompiler for Sean Kasun. 2002-12-10 Jeroen Janssen * updated .build file(s) to correctly contain required buildfile attribute for nant 2002-12-07 Jackson Harper * list list.unix: Put CSharpCodeGenerator.cs back in build 2002-12-07 Jackson Harper * list list.unix: Removed Compiler classes that are being moved to their own assembly 2002-12-05 Alejandro Sánchez Acosta * list.unix: updated. 2002-11-30 Alejandro Sánchez Acosta * list.unix: Changed. * System.ComponentModel.Design: Added 2002-11-11 Tim Coleman * list.unix: * list: * System.ComponentModel/DesignTimeVisibleAttribute.cs: Add new class 2002-11-06 Jackson Harper * list.unix: Added Microsoft.CSharp/Compiler.cs to build 2002-11-04 Gonzalo Paniagua Javier * list.unix: added new files. 2002-11-04 Tim Coleman * System.ComponentModel/RefreshProperties.cs: * System.ComponentModel/RefreshPropertiesAttribute.cs: Add new classes 2002-11-02 Duncan Mak * list.unix: Added InvalidEnumArgumentException. 2002-10-31 Dick Porter * list.unix: Added MonoIO and MonoIOError to the build 2002-10-29 Daniel Morgan * System.ComponentModel/PropertyDescriptor.cs: added missing abstract methods and properties * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented SetValue and added stubs for missing methods and properties 2002-10-03 Gonzalo Paniagua Javier * list.unix: added new files in System.Configuration. 2002-10-02 Gonzalo Paniagua Javier * list.unix: added new files. 2002-08-28 Gonzalo Paniagua Javier * System.ComponentModel/Component.cs: * System.ComponentModel/ComponentCollection.cs: * System.ComponentModel/Container.cs: * System.ComponentModel/MarshalByValueComponent.cs: * System.Diagnostics/Process.cs: * System.Diagnostics/TextWriterTraceListener.cs: * System.IO/FileSystemWatcher.cs: IDisposable fixes. 2002-08-15 Tim Coleman * list.unix: Added System.IO files. 2002-07-29 Gonzalo Paniagua Javier * list: * list.unix: added EnumConverter.cs 2002-07-28 Gonzalo Paniagua Javier * list: * list.unix: added DerivedPropertyDescriptor.cs 2002-07-22 Tim Coleman * list.unix: Added new file System.ComponentModel.RecommendedAsConfigurableAttribute.cs to build on unix. 2002-07-22 Tim Coleman * list.unix: Added files to the build for linux System.ComponentModel.BindableAttribute.cs, System.ComponentModel.BindableSupport.cs, System.ComponentModel.ExpandableObjectConverter.cs, System.ComponentModel.NotifyParentPropertyAttribute.cs, System.ComponentModel.ToolboxItemAttribute.cs, 2002-07-22 Tim Coleman * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs and System.ComponentModel.DefaultProperty.cs to build 2002-06-20 Gonzalo Paniagua Javier * System.build: removed System.Drawing.dll dependency. 2002-06-15 Gonzalo Paniagua Javier * System.build: referenced System.Drawing.dll. 2002-05-12 Lawrence Pit * System.Security.Cryptography.X509Certificates: directory added 2002-05-09 Rodrigo Moya * System.build: don't exclude anymore excluded files in System.ComponentModel. They compile on Linux, so they might also on Windows. 2002-05-05 Gonzalo Paniagua Javier * System.build: excluded EventDescriptor.cs, EventDescriptorCollection.cs and ICustomTypeDescriptor.cs. 2002-04-08 Nick Drochak * System.build: Build System.dll with mono's corlib.dll and System.Xml.dll. 2002-01-23 Dick Porter * System.build: Start build System.Net.Sockets.Socket.cs, TcpClient.cs and TcpListener.cs 2001-12-07 Nick Drochak * ChangeLog: Add the change log to this directory * System.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right? Plus it encourages others to try 'make test'.