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-06-19 02:18:15 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-06-19 02:18:15 +0400
commit7e1637f33c3d39bf5a8720956f0f4ec59c6f8c81 (patch)
treef4e2e754bac6edb0627078a50701a303b5989898 /Extras/AspNetAddIn/ChangeLog
parent7827ca93d511f84a4b7f348076256131475213d8 (diff)
* Gui/AspNetConfigurationPanel.cs,
Gui/AspNetConfigurationPanelWidget.cs, AspNetAddIn.glade, gtk-gui/generated.cs, gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs, gtk-gui/objects.xml, gtk-gui/gui.stetic: More Stetic! Convert configuration panel widget from Glade to Stetic. * Project/CodeBehind.cs: Some shared code for handling CodeBehind. * Project/VerifyCodeBehindBuildStep.cs: Use partial classes if they're present. * Project/AspNetAppProjectConfiguration.cs: Silence the error when user picks non-library target type. Rename AutoGenerateCodeBehindMembers to GenerateNonPartialCodeBehindMembers. * Project/AspNetCodeBehindProvider.cs: Use code from Codebehind class. * AspNetAddIn.mdp, Makefile.am: Added files. svn path=/trunk/monodevelop/; revision=80068
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index 3b3e4e6db3..cad6cf7af5 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,3 +1,20 @@
+2007-06-18 Michael Hutchinson <m.j.hutchinson@gmail.com>
+
+ * Gui/AspNetConfigurationPanel.cs,
+ Gui/AspNetConfigurationPanelWidget.cs, AspNetAddIn.glade,
+ gtk-gui/generated.cs,
+ gtk-gui/AspNetAddIn.AspNetConfigurationPanelWidget.cs,
+ gtk-gui/objects.xml, gtk-gui/gui.stetic: More Stetic! Convert
+ configuration panel widget from Glade to Stetic.
+ * Project/CodeBehind.cs: Some shared code for handling CodeBehind.
+ * Project/VerifyCodeBehindBuildStep.cs: Use partial classes if they're
+ present.
+ * Project/AspNetAppProjectConfiguration.cs: Silence the error when user
+ picks non-library target type. Rename AutoGenerateCodeBehindMembers
+ to GenerateNonPartialCodeBehindMembers.
+ * Project/AspNetCodeBehindProvider.cs: Use code from Codebehind class.
+ * AspNetAddIn.mdp, Makefile.am: Added files.
+
2007-06-08 Michael Hutchinson <m.j.hutchinson@gmail.com>
* Parser/Document.cs: Report parse errors on console, not in dialogue.