* ObjectStateFormatter.cs: Merged TARGET_JVM parts in
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
index 69a8864e137f716ed67505b1b82368eb3a9ee1ef..7089e5cb38d11d77d1146742de03240a5208f074 100644 (file)
@@ -1,3 +1,31 @@
+2006-01-09  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * ObjectStateFormatter.cs: Merged TARGET_JVM parts in 
+       TypeFormatter.Read, TypeFormatter.Write from /main/5
+
+2006-01-09  Konstantin Triger <kostat@mainsoft.com>
+
+       * Page.cs: make ProcessRequest virtual under TARGET_JVM.
+
+2006-01-04  Chris Toshok  <toshok@ximian.com>
+
+       * TemplateParser.cs (.ctor): kinda gross, but handle the
+       AddAssembliesInBin case here.
+       
+       * SimpleWebHandlerParser.cs (.ctor): same.
+
+2006-01-04  Chris Toshok  <toshok@ximian.com>
+
+       * SimpleWebHandlerParser.cs: Remove the declaration of
+       compilationConfig in the CONFIGURATION_2_0 case.  it's
+       unnecessary.
+       (.ctor): ifdef out the AddAssembliesInBin call in the
+       CONFIGURATION_2_0 case.  need to revisit this.
+       (CompilationConfig): add a CONFIGURATION_2_0 version.
+
+       * BaseParser.cs: Remove the declaration of compilationConfig in
+       the CONFIGURATION_2_0 case.  it's unnecessary.
+
 2005-12-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * Control.cs: use _controls instead of the property wherever possible.