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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2007-10-13 00:31:17 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-10-13 00:31:17 +0400
commit974b84e7e15d8f88849400d11b47b5304ee14b39 (patch)
treece220dbfbde7062a00e01bc4271ac7cdea138e8e /Extras/AspNetAddIn/ChangeLog
parent82db5b0dfdd36b33187e292438e0dffeb0d333ef (diff)
* Project/VerifyCodeBehindBuildStep.cs: Change how partial classes are
handled during code generation to work around the fact that they don't have all of the information that the 'full' class does. svn path=/trunk/monodevelop/; revision=87426
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index e4aa1feeb4..1e7025fd8c 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-12 Michael Hutchinson <mhutchinson@novell.com>
+
+ * Project/VerifyCodeBehindBuildStep.cs: Change how partial classes are
+ handled during code generation to work around the fact that they don't
+ have all of the information that the 'full' class does.
+
2007-10-08 Michael Hutchinson <mhutchinson@novell.com>
* Project/AspNetAppProject.cs: Use xsp2 if using 2.0 runtime (regression