[winforms,fix] Prevent Clipboard APIs from running any Idle handlers
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.CarbonInternal / ChangeLog
index 513fb7e8daf1f196aafb6a1c4dea353016b67c10..264e831b75942aef27dd4cd55d41e791420cbf7d 100644 (file)
@@ -1,3 +1,13 @@
+2009-06-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * KeyboardHandler.cs : support multi-byte text input.
+         Fixed bug #501276.
+
+2009-01-07  Geoff Norton  <gnorton@novell.com>
+
+       * WindowHandler.cs: Don't attempt to activate a disposed Form.
+       Fixes several of the nunit winforms crashes on Mac.
+
 2008-08-14  Geoff Norton  <gnorton@novell.com>
        
        * WindowHandler.cs: Revert the change which didn't set ActiveWindow