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-12 14:48:34 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-09-12 14:48:34 +0400
commit231d114accd36922ad9a00c71443b843fa5fc2d9 (patch)
tree8c484f00a36da3bbc424a3aa2a9dabfdee5d1663 /Extras/AspNetAddIn/ChangeLog
parentf194283c494d6a7634555096000228fff34b7f2b (diff)
* Gui/XspOptionsPanelWidget.cs,
gtk-gui/AspNetAddIn.XspOptionsPanelWidget.cs, gtk-gui/gui.stetic: Fix bugs from stetic conversion: panel status update handler and permissible port range setting. * Project/AspNetAppProject.cs: Restructure execution code to handle errors better and make it possible to set MONO_OPTIONS="--debug" when calling xsp. svn path=/trunk/monodevelop/; revision=85676
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index 499c39dc47..441d0ba484 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,3 +1,13 @@
+2007-09-12 Michael Hutchinson <mhutchinson@novell.com>
+
+ * Gui/XspOptionsPanelWidget.cs,
+ gtk-gui/AspNetAddIn.XspOptionsPanelWidget.cs, gtk-gui/gui.stetic: Fix
+ bugs from stetic conversion: panel status update handler and permissible
+ port range setting.
+ * Project/AspNetAppProject.cs: Restructure execution code to handle errors
+ better and make it possible to set MONO_OPTIONS="--debug" when calling
+ xsp.
+
2007-09-11 Michael Hutchinson <mhutchinson@novell.com>
* Gui/XspOptionsPanel.cs, Gui/XspOptionsPanelWidget.cs, AspNetAddIn.glade,