Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/ChangeLog b/mcs/class/System.Web/System.Web.UI/ChangeLog
index 0188ec1e979..0c2d3f2969c 100644
--- a/mcs/class/System.Web/System.Web.UI/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI/ChangeLog
@@ -1,5 +1,16 @@
2003-04-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+ * ApplicationFileParser.cs: store the Context and override
+ BaseVirtualDir so that it's the application path.
+
+ * BaseParser.cs: removed CurrentVirtualPath property.
+
+ * TemplateControlParser.cs: use BaseVirtualDir.
+
+ * UserControlParser.cs: removed CurrentVirtualPath.
+
+2003-04-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
* TemplateParser.cs: always reference all the assemblies in bin
directory.