2005-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web / ChangeLog
index e89a86d6286d19459ab399fec7d76e12bbabbbc7..b103f65d7d52680cbd7fa2cf168e739adc14198f 100644 (file)
@@ -1,3 +1,23 @@
+2005-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpApplication.cs: fixed typo when setting UI culture. Closes bug
+       #76189.
+
+2005-09-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpRequest.cs: new SetFilePath() that does not conflict with
+       SetCurrentExePath. Now when transfering from a page to another,
+       CurrentExecutionFilePath and FilePath are correct.
+
+2005-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * TraceContext.cs: add new method to store size of controls.
+       * TraceData.cs: render control size.
+       * HttpResponse.cs: new internal method to get the number of bytes of
+       buffered output.
+       * HttpResponseStream.cs: added Length property to the Buckets and new
+       GetTotalLength.
+
 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * TraceData.cs: we have to change the method of getting a control render