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-04-13 12:11:10 +0400
committerLluis Sanchez <lluis@novell.com>2010-04-13 12:11:10 +0400
commitb7065cbecce9deea1cc30628e42e8f2e87fcdaec (patch)
treecdd8153c123964d103960e9308dd7e59baccd5ab /main/src/addins/MonoDevelop.Debugger/ChangeLog
parenta76ae073859d2f2db247a9e7eec9877dad74aec9 (diff)
* MonoDevelop.Debugger/BreakpointPad.cs: Use the delete key command
to bind the delete key. * MonoDevelop.Debugger.Tests.TestApp/Main.cs: Add unit test for bug 595270: Flags enums in debugger show the zero value. svn path=/trunk/monodevelop/; revision=155291
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/ChangeLog')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/ChangeLog b/main/src/addins/MonoDevelop.Debugger/ChangeLog
index a470784db8..04018e627e 100644
--- a/main/src/addins/MonoDevelop.Debugger/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-13 Lluis Sanchez Gual <lluis@novell.com>
+
+ * MonoDevelop.Debugger/BreakpointPad.cs: Use the delete key
+ command to bind the delete key.
+
2010-04-08 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Debugger.addin.xml: