[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / System.Drawing.Printing / ChangeLog
index 9e56b9a7b85fd710e93101fb79391ba1202d91f5..b15a05ff671e1e5b87b7df9f1229bf36c8114832 100644 (file)
@@ -1,3 +1,19 @@
+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