* TabControl.cs: Implement missing 2.0 methods (SelectTab,
[mono.git] / mcs / gmcs / ChangeLog
index df32187620ddb8977f4197114a5c98ae0e257364..71d2816bf0fe63775a61a7cae81d756f1045777b 100644 (file)
@@ -1,3 +1,23 @@
+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
+       update to start the lambda type inference.   It is by no means
+       complete.  It is currently merely able to build a sample program
+       (with no iteration for the type parameters).
+
+2007-04-12  Duncan Mak  <duncan@a-chinaman.com>
+
+       * cs-parser.jay (interface_method_declaration_body): Fixed typo.
+
 2007-04-08  Marek Safar  <marek.safar@gmail.com>
 
        * cs-parser.jay, linq.cs: First select implementation (hacky).