X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing%2FChangeLog;h=350c1456820e54011af9f92484593c417b3ffe96;hb=3cd75196d6a42e8c98542cc950fa021a65f08ddb;hp=7cf02bb023322b8ca8924564e4413f7d01f2b90a;hpb=9975a45f43793e34318e593ddacd3f332f8d91c0;p=mono.git diff --git a/mcs/class/System.Drawing/ChangeLog b/mcs/class/System.Drawing/ChangeLog index 7cf02bb0233..350c1456820 100644 --- a/mcs/class/System.Drawing/ChangeLog +++ b/mcs/class/System.Drawing/ChangeLog @@ -1,3 +1,35 @@ +2007-01-07 Sebastien Pouliot + + * Makefile: Add new file nunit-host-ignore to the dist + * System.Drawing_test.dll.sources: Add HostIgnoreList to the build. + * nunit-host-ignore-list: New. Hosts specific ignore list for nunit + +2006-12-03 Sebastien Pouliot + + * Makefile: Switch to icons available in Assembly/ + * System.Drawing_test.dll.sources: Add SystemIcons unit tests to the + build. + +2006-12-02 Sebastien Pouliot + + * error.ico: New. Error icon required for SystemIcons. + * information.ico: New. Information icon required for SystemIcons. + * mono.ico: New. Mono icon used for Application and WinLogo in + SystemIcons. + * question.ico: New. Question icon required for SystemIcons. + * warning.ico: New. Warning icon required for SystemIcons. + * Makefile: Add all icons as resources in the assembly. + +2006-11-16 Carlos Alberto Cortez + + * System.Drawing_test.dll.sources: Add new unit test + for PageSettings. + +2006-10-31 Sebastien Pouliot + + * System.Drawing_test.dll.sources: Add new unit tests for + System.Drawing.Imaging.MetaHeader and WmfPlaceableFileHeader classes. + 2006-09-27 Boris Kirzner * run-tests.test.bat : tests batch fix.