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-17 18:57:30 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-10-17 18:57:30 +0400
commit8381af7ea6f719cf7e6a75f329805094bf241fe3 (patch)
tree8b1b5032552ea66eee0b3a4cf1bc556cf0fd75ea /Extras/AspNetAddIn/ChangeLog
parenta20c034ec3d19122d55eb737f3e215728947b368 (diff)
* Project/WebTypeManager.cs: Don't do web.config control lookups for
1.1 projects. * Parser/WebFormReferenceManager.cs: Track API change. * Parser/MemberListVisitor.cs, Parser/DocumentReferenceManager.cs: Handle the "type" property of "input" HTML controls. svn path=/trunk/monodevelop/; revision=87683
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index 1509e06f3c..729149d96f 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,3 +1,11 @@
+2007-10-17 Michael Hutchinson <mhutchinson@novell.com>
+
+ * Project/WebTypeManager.cs: Don't do web.config control lookups for 1.1
+ projects.
+ * Parser/WebFormReferenceManager.cs: Track API change.
+ * Parser/MemberListVisitor.cs, Parser/DocumentReferenceManager.cs: Handle
+ the "type" property of "input" HTML controls.
+
2007-10-16 Michael Hutchinson <mhutchinson@novell.com>
* Project/AspNetAppProject.cs, Project/VerifyCodeBehindBuildStep.cs,