[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing.Design / System.Drawing.Design / ChangeLog
index 9950bd015431eea421ce4a49bf12b98b6abb24f6..98b6e0e34fa1d2f9bfc79d3521f8851cad451b8c 100644 (file)
@@ -1,3 +1,15 @@
+2008-06-03  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * FontNameEditor.cs: PaintEventArgs.Value is string containing
+       the font name and not a Font. 
+       Based on a patch by Andy Hume  <andyhume32@yahoo.co.uk>
+       [Fixes bug #396631]
+
+2008-04-01  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * ColorEditor.cs: Cache the editor contorl instead of creating
+       it each time.
+
 2008-02-08  Ivan N. Zlatev  <contact@i-nz.net>
 
        * ColorEditor.cs: Fix Height to include the last 8th row.