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-02-22 18:39:21 +0300
committerLluis Sanchez <lluis@novell.com>2010-02-22 18:39:21 +0300
commita1d7553dd9c47743446622c9ebdd175f92c22272 (patch)
tree395643609696bd9a4282624f27f16ce83f939805 /main/src/addins/MonoDevelop.Debugger/ChangeLog
parent6ef80b6939dfa098c2b4ae61d0d42ed6186b0571 (diff)
* Makefile.am:
* gtk-gui/gui.stetic: * MonoDevelop.Debugger.csproj: * MonoDevelop.Debugger/DebuggingService.cs: * MonoDevelop.Debugger/ExceptionCaughtDialog.cs: * gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs: Added new dialog which is shown when an exception is caught. * MonoDevelop.Debugger/ImmediatePad.cs: Use new expression validation method. svn path=/trunk/monodevelop/; revision=152184
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/ChangeLog')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/ChangeLog b/main/src/addins/MonoDevelop.Debugger/ChangeLog
index 29dcee45bb..d281e5de82 100644
--- a/main/src/addins/MonoDevelop.Debugger/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger/ChangeLog
@@ -1,3 +1,16 @@
+2010-02-22 Lluis Sanchez Gual <lluis@novell.com>
+
+ * Makefile.am:
+ * gtk-gui/gui.stetic:
+ * MonoDevelop.Debugger.csproj:
+ * MonoDevelop.Debugger/DebuggingService.cs:
+ * MonoDevelop.Debugger/ExceptionCaughtDialog.cs:
+ * gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs: Added
+ new dialog which is shown when an exception is caught.
+
+ * MonoDevelop.Debugger/ImmediatePad.cs: Use new expression
+ validation method.
+
2010-02-18 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Debugger/ThreadsPad.cs: