2010-07-14 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / mcs / ChangeLog
index 74cb34e62dc3c2837061138a46b2d91bbf145e84..f068e90a17bc0689cd37c93d0b4177d4ea1d21c8 100644 (file)
@@ -1,3 +1,20 @@
+2010-07-14  Marek Safar  <marek.safar@gmail.com>
+
+       * namespace.cs, import.cs: When importing nested type via type
+       arguments set their parent type correctly (Fixes #622051).
+
+2010-07-14  Marek Safar  <marek.safar@gmail.com>
+
+       A fix for bug #622104
+       * attribute.cs: Add default lookup flags.
+       
+2010-07-12  Marek Safar  <marek.safar@gmail.com>
+
+       * generic.cs: Don't use Report directly.
+       
+       * expression.cs, ecore.cs: UserOperatorCall uses MethodSpec without
+       MethodGroupExpr, will be simplified later.
+
 2010-07-09  Marek Safar  <marek.safar@gmail.com>
 
        * property.cs, parameters.cs: Inflated IndexerSpec parameters.