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-09-11 20:03:02 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-09-11 20:03:02 +0400
commitd52ee3c54b711551288e3f1b9736e79960f58dfc (patch)
tree8c675a2ff619b598f3720ffcf08cac63c342c060 /Extras/AspNetAddIn/ChangeLog
parenta52de37cd4b6343913c9225029a504eca7b523d1 (diff)
* Project/ProjectFolderNodeBuilderExtension.cs,
Project/AspNetCommands.cs, AspNetAddIn.addin.xml, AspNetAddIn.mdp, Makefile.am: Add a command/menu for creating ASP.NET special directories. * Project/AspNetAppProject.cs: Add more WebSubtypes. Use GettextCatalog for MessageService call. Add method for discovering non-existent special ASP.NET directories. * Project/VerifyCodeBehindBuildStep.cs: Don't prevent compilation if documents can't be parsed. svn path=/trunk/monodevelop/; revision=85644
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index 9279110d2e..b82d3eb64b 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,3 +1,14 @@
+2007-09-11 Michael Hutchinson <mhutchinson@novell.com>
+
+ * Project/ProjectFolderNodeBuilderExtension.cs, Project/AspNetCommands.cs,
+ AspNetAddIn.addin.xml, AspNetAddIn.mdp, Makefile.am: Add a command/menu
+ for creating ASP.NET special directories.
+ * Project/AspNetAppProject.cs: Add more WebSubtypes. Use GettextCatalog for
+ MessageService call. Add method for discovering non-existent special
+ ASP.NET directories.
+ * Project/VerifyCodeBehindBuildStep.cs: Don't prevent compilation if
+ documents can't be parsed.
+
2007-09-10 Michael Hutchinson <mhutchinson@novell.com>
* Project/AspNetAppProject.cs: Fire SetDefaultBuildAction only when adding