ChangeLog 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. 2002-12-10 Jeroen Janssen <[email protected]>
  2. * updated .build file(s) to correctly contain required buildfile
  3. attribute for nant
  4. 2002-12-07 Jackson Harper <[email protected]>
  5. * list list.unix: Put CSharpCodeGenerator.cs back in build
  6. 2002-12-07 Jackson Harper <[email protected]>
  7. * list list.unix: Removed Compiler classes that are being moved to their own assembly
  8. 2002-12-05 Alejandro Sánchez Acosta <[email protected]>
  9. * list.unix: updated.
  10. 2002-11-30 Alejandro Sánchez Acosta <[email protected]>
  11. * list.unix: Changed.
  12. * System.ComponentModel.Design: Added
  13. 2002-11-11 Tim Coleman <[email protected]>
  14. * list.unix:
  15. * list:
  16. * System.ComponentModel/DesignTimeVisibleAttribute.cs:
  17. Add new class
  18. 2002-11-06 Jackson Harper <[email protected]>
  19. * list.unix: Added Microsoft.CSharp/Compiler.cs to build
  20. 2002-11-04 Gonzalo Paniagua Javier <[email protected]>
  21. * list.unix: added new files.
  22. 2002-11-04 Tim Coleman <[email protected]>
  23. * System.ComponentModel/RefreshProperties.cs:
  24. * System.ComponentModel/RefreshPropertiesAttribute.cs:
  25. Add new classes
  26. 2002-11-02 Duncan Mak <[email protected]>
  27. * list.unix: Added InvalidEnumArgumentException.
  28. 2002-10-31 Dick Porter <[email protected]>
  29. * list.unix: Added MonoIO and MonoIOError to the build
  30. 2002-10-29 Daniel Morgan <[email protected]>
  31. * System.ComponentModel/PropertyDescriptor.cs: added
  32. missing abstract methods and properties
  33. * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
  34. SetValue and added stubs for missing methods and properties
  35. 2002-10-03 Gonzalo Paniagua Javier <[email protected]>
  36. * list.unix: added new files in System.Configuration.
  37. 2002-10-02 Gonzalo Paniagua Javier <[email protected]>
  38. * list.unix: added new files.
  39. 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
  40. * System.ComponentModel/Component.cs:
  41. * System.ComponentModel/ComponentCollection.cs:
  42. * System.ComponentModel/Container.cs:
  43. * System.ComponentModel/MarshalByValueComponent.cs:
  44. * System.Diagnostics/Process.cs:
  45. * System.Diagnostics/TextWriterTraceListener.cs:
  46. * System.IO/FileSystemWatcher.cs:
  47. IDisposable fixes.
  48. 2002-08-15 Tim Coleman <[email protected]>
  49. * list.unix: Added System.IO files.
  50. 2002-07-29 Gonzalo Paniagua Javier <[email protected]>
  51. * list:
  52. * list.unix: added EnumConverter.cs
  53. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  54. * list:
  55. * list.unix: added DerivedPropertyDescriptor.cs
  56. 2002-07-22 Tim Coleman <[email protected]>
  57. * list.unix: Added new file
  58. System.ComponentModel.RecommendedAsConfigurableAttribute.cs
  59. to build on unix.
  60. 2002-07-22 Tim Coleman <[email protected]>
  61. * list.unix: Added files to the build for linux
  62. System.ComponentModel.BindableAttribute.cs,
  63. System.ComponentModel.BindableSupport.cs,
  64. System.ComponentModel.ExpandableObjectConverter.cs,
  65. System.ComponentModel.NotifyParentPropertyAttribute.cs,
  66. System.ComponentModel.ToolboxItemAttribute.cs,
  67. 2002-07-22 Tim Coleman <[email protected]>
  68. * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
  69. and System.ComponentModel.DefaultProperty.cs to build
  70. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  71. * System.build: removed System.Drawing.dll dependency.
  72. 2002-06-15 Gonzalo Paniagua Javier <[email protected]>
  73. * System.build: referenced System.Drawing.dll.
  74. 2002-05-12 Lawrence Pit <[email protected]>
  75. * System.Security.Cryptography.X509Certificates: directory added
  76. 2002-05-09 Rodrigo Moya <[email protected]>
  77. * System.build: don't exclude anymore excluded files in
  78. System.ComponentModel. They compile on Linux, so they might also
  79. on Windows.
  80. 2002-05-05 Gonzalo Paniagua Javier <[email protected]>
  81. * System.build: excluded EventDescriptor.cs,
  82. EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
  83. 2002-04-08 Nick Drochak <[email protected]>
  84. * System.build: Build System.dll with mono's corlib.dll and
  85. System.Xml.dll.
  86. 2002-01-23 Dick Porter <[email protected]>
  87. * System.build: Start build System.Net.Sockets.Socket.cs,
  88. TcpClient.cs and TcpListener.cs
  89. 2001-12-07 Nick Drochak <[email protected]>
  90. * ChangeLog: Add the change log to this directory
  91. * System.build: Add dependancy on linux target to test target. Need to
  92. have the dll before we can test it, right? Plus it encourages others
  93. to try 'make test'.