* TabControl.cs: Implement missing 2.0 methods (SelectTab,
[mono.git] / mcs / gmcs / ChangeLog
index 5ebaff71eff87161e76fa963ffb80ab132684947..71d2816bf0fe63775a61a7cae81d756f1045777b 100644 (file)
@@ -1,3 +1,12 @@
+2007-04-27  Miguel de Icaza  <miguel@novell.com>
+
+       * generic.cs (TypeManager.LambdaInfer): now this routine will
+       make only one inference from the list of lambda expression that
+       have not participated in inferring a type.
+
+       (TypeManager.InferTypeArguments): The logic that drives the type
+       inference in lambda expressions is now driven here. 
+
 2007-04-23  Miguel de Icaza  <miguel@novell.com>
 
        * generic.cs: Large update to LambdaInfer, this is merely an