[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / System.Drawing.Printing / ChangeLog
index 7c7cc11d192f008a5d37644b51e6aba14878eb0d..b15a05ff671e1e5b87b7df9f1229bf36c8114832 100644 (file)
@@ -1,3 +1,31 @@
+2009-07-08  Carlos Alberto Cortez <calberto.cortez@gmail.com> 
+
+       * PaperSource.cs: Implement RawKind.
+       Fixes the remaining bits of #507739.
+
+2009-07-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * PaperSize.cs: Implement support for RawKind.
+       Patch by Andy Hume (andyhume32@yahoo.co.uk).
+       Fixes part of #507739.
+
+2009-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * PaperSize.cs: Actually implement RawKind by retrieving and setting
+       the kind field.
+
+2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PrintingServicesUnix.cs: Fix potential crash on 64bit OS. Gendarme
+       rule for checking IntPtr has been updated to cover this case as well
+
+2008-10-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PaperSize.cs, PreviewPrintController.cs, PrinterSettings.cs,
+       PrintingPermissionAttribute.cs, PrintingPermission.cs: Remove unneeded
+       field initialization to their default values.
+       [Found using Gendarme AvoidUnneededFieldInitializationRule]
+
 2008-02-10  Sebastien Pouliot  <sebastien@ximian.com>
 
        * PrintingServicesUnix.cs: Fix AvoidToStringOnStringsRule found