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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2002-11-26 05:52:25 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2002-11-26 05:52:25 +0300
commitbe2bff830e7e81a846f4e98b4b9788d2f7e3c7ab (patch)
tree2027822986a58a5701d7aebf6a5eff1f0b8ae976 /mcs/class/System.Web/ChangeLog
parent1fce2977b3fe34dd4171623ec2ff5e6ad5403a84 (diff)
2002-11-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* list: added/removed files. * System.Web.Compilation/AspGenerator.cs: reworked user control compilation. Provide the options as a Hashtable for use in compilation. Create the user controls in the private bin path of the domain. * System.Web.Compilation/BaseCompiler.cs: base class for the various compiler types. * System.Web.Compilation/CachingCompiler.cs: actually executes mcs and do some poor caching (it will use Cache when finished). * System.Web.Compilation/CompilationException.cs: this exception has enough information to generate a nice error page. * System.Web.Compilation/CompilationResult.cs: used in caching. * System.Web.Compilation/PageCompiler.cs: now derives from BaseCompiler * System.Web.Compilation/TemplateFactory.cs: no longer needed. * System.Web.Compilation/UserControlCompiler.cs: new class used when compiling user controls. * System.Web.Compilation/WebServiceCompiler.cs: derives from BaseCompiler. * System.Web.Mail/SmtpMail.cs: i don't wanna see that warning :-). * System.Web.UI/TemplateParser.cs: fixed BaseType. * System.Web.UI/UserControlParser.cs: helper class to compile user controls. svn path=/trunk/mcs/; revision=9191
Diffstat (limited to 'mcs/class/System.Web/ChangeLog')
-rw-r--r--mcs/class/System.Web/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Web/ChangeLog b/mcs/class/System.Web/ChangeLog
index 67b90d91491..015e43ba022 100644
--- a/mcs/class/System.Web/ChangeLog
+++ b/mcs/class/System.Web/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * list: added/removed files.
+
2002-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* makefile.gnu: s/MONO_PATH_PREFIX/MONO_PATH/