| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- 2002-12-10 Jeroen Janssen <[email protected]>
-
- * updated .build file(s) to correctly contain required buildfile
- attribute for nant
- 2002-12-07 Jackson Harper <[email protected]>
- * list list.unix: Put CSharpCodeGenerator.cs back in build
- 2002-12-07 Jackson Harper <[email protected]>
- * list list.unix: Removed Compiler classes that are being moved to their own assembly
- 2002-12-05 Alejandro Sánchez Acosta <[email protected]>
- * list.unix: updated.
- 2002-11-30 Alejandro Sánchez Acosta <[email protected]>
- * list.unix: Changed.
- * System.ComponentModel.Design: Added
- 2002-11-11 Tim Coleman <[email protected]>
- * list.unix:
- * list:
- * System.ComponentModel/DesignTimeVisibleAttribute.cs:
- Add new class
- 2002-11-06 Jackson Harper <[email protected]>
- * list.unix: Added Microsoft.CSharp/Compiler.cs to build
-
- 2002-11-04 Gonzalo Paniagua Javier <[email protected]>
- * list.unix: added new files.
- 2002-11-04 Tim Coleman <[email protected]>
- * System.ComponentModel/RefreshProperties.cs:
- * System.ComponentModel/RefreshPropertiesAttribute.cs:
- Add new classes
- 2002-11-02 Duncan Mak <[email protected]>
- * list.unix: Added InvalidEnumArgumentException.
- 2002-10-31 Dick Porter <[email protected]>
- * list.unix: Added MonoIO and MonoIOError to the build
- 2002-10-29 Daniel Morgan <[email protected]>
- * 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 <[email protected]>
- * list.unix: added new files in System.Configuration.
- 2002-10-02 Gonzalo Paniagua Javier <[email protected]>
- * list.unix: added new files.
- 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
- * 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 <[email protected]>
- * list.unix: Added System.IO files.
- 2002-07-29 Gonzalo Paniagua Javier <[email protected]>
- * list:
- * list.unix: added EnumConverter.cs
- 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
- * list:
- * list.unix: added DerivedPropertyDescriptor.cs
- 2002-07-22 Tim Coleman <[email protected]>
- * list.unix: Added new file
- System.ComponentModel.RecommendedAsConfigurableAttribute.cs
- to build on unix.
- 2002-07-22 Tim Coleman <[email protected]>
- * 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 <[email protected]>
- * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
- and System.ComponentModel.DefaultProperty.cs to build
- 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
- * System.build: removed System.Drawing.dll dependency.
- 2002-06-15 Gonzalo Paniagua Javier <[email protected]>
- * System.build: referenced System.Drawing.dll.
- 2002-05-12 Lawrence Pit <[email protected]>
- * System.Security.Cryptography.X509Certificates: directory added
-
- 2002-05-09 Rodrigo Moya <[email protected]>
- * 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 <[email protected]>
- * System.build: excluded EventDescriptor.cs,
- EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
- 2002-04-08 Nick Drochak <[email protected]>
- * System.build: Build System.dll with mono's corlib.dll and
- System.Xml.dll.
- 2002-01-23 Dick Porter <[email protected]>
- * System.build: Start build System.Net.Sockets.Socket.cs,
- TcpClient.cs and TcpListener.cs
- 2001-12-07 Nick Drochak <[email protected]>
- * 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'.
|