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:
authorLluis Sanchez <lluis@novell.com>2010-05-04 21:30:20 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-04 21:30:20 +0400
commit227fd334c6e4ded8dcfa9e4050bf79a842f033ed (patch)
tree3b49429cb16721694780cc3d8e3ad5ffaccedc46 /main/src/addins/MonoDevelop.Debugger/ChangeLog
parentf193dc3811fe3895802ad3c98ba28ea43dfeb37b (diff)
* gtk-gui/gui.stetic:
* MonoDevelop.Debugger/ObjectValueTreeView.cs: * MonoDevelop.Debugger/ExceptionCaughtDialog.cs: * gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs: Exception dialog fixes. Wrap the exception message. Don't show new lines in the value column. svn path=/trunk/monodevelop/; revision=156680
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/ChangeLog')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/ChangeLog b/main/src/addins/MonoDevelop.Debugger/ChangeLog
index 75eed8d220..5dfd94e00c 100644
--- a/main/src/addins/MonoDevelop.Debugger/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger/ChangeLog
@@ -1,3 +1,12 @@
+2010-05-04 Lluis Sanchez Gual <lluis@novell.com>
+
+ * gtk-gui/gui.stetic:
+ * MonoDevelop.Debugger/ObjectValueTreeView.cs:
+ * MonoDevelop.Debugger/ExceptionCaughtDialog.cs:
+ * gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs:
+ Exception dialog fixes. Wrap the exception message. Don't
+ show new lines in the value column.
+
2010-05-03 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Debugger.csproj: Flush.