X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing%2FChangeLog;h=8629a67bb2b3c0cfd33dc33fdc3932f0be913bfd;hb=851d9fa2cc0310df7fb2079ebd254a51e5d9ca96;hp=37b1d5bb72a7fec90593cc71da3464b6c994b41e;hpb=5e75a6be3ea09fad4a70c0c81f6709fbc311d495;p=mono.git diff --git a/mcs/class/System.Drawing/ChangeLog b/mcs/class/System.Drawing/ChangeLog index 37b1d5bb72a..8629a67bb2b 100644 --- a/mcs/class/System.Drawing/ChangeLog +++ b/mcs/class/System.Drawing/ChangeLog @@ -1,3 +1,62 @@ +2005-08-07 Konstantin Triger + + * System.Drawing.vmwcsproj: removed source control dependency + +2005-08-03 Andrew Skiba + + * System.Drawing.vmwcsproj, System.Drawing.sln: add a project file and solution for building System.Drawing for Grasshopper + +2004-12-09 Geoff Norton + + * System.Drawing.dll.sources: Add System.Drawing/carbonFunctions.cs to the build + +2004-11-22 Ravindra + + * SD.csproj: Removed a wrong entry from files list. + +2004-09-16 Ravindra + + * SD.csproj: Added a VS.NET project file. It can be used to build + System.Drawing library on MS. + +2004-09-09 Sebastien Pouliot + + * System.Drawing_test.dll.sources: Added unit tests for + PrintingPermission and it's attribute class. + +2004-06-10 Ravindra + + * Makefile: Suppress compiler warning cs:618 for test dll. + +2004-06-03 Ravindra + + * Makefile: Updated. We don't need to define the flag + DECLARE_CDECL_DELEGATES anymore. As we have moved all the + codecs to libgdiplus. + +2004-05-26 Ravindra + + * System.Drawing_test.dll.sources: Added TestColor.cs to the test sources list. + +2004-05-20 Sanjay Gupta + + * System.Drawing_test.dll.sources: Added TestIcon.cs to the test sources list. + +2004-05-18 Ravindra + + * System.Drawing_test.dll.sources: Added TestHatchBrush.cs to the + test sources list. + * README: Added some guidelines for writing tests/samples. + +2004-05-17 Sanjay Gupta + + * System.Drawing_test.dll.sources: Added TestIconConverter.cs to the test sources list. + +2004-05-14 Sanjay Gupta + + * System.Drawing_test.dll.sources: Added TestImageConverter.cs and + TestImageFormatConverter.cs to the test sources list. + 2004-04-22 Ravindra * System.Drawing_test.dll.sources: Added TestPointConverter.cs,