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-06-01 16:04:11 +0400
committerLluis Sanchez <lluis@novell.com>2010-06-01 16:04:11 +0400
commit3ece110fe2fdc95226f92c99b5cbaea19df0779e (patch)
tree49aa297ea51c8c44fe7582549ee47db76fc53bbb /main/src/core/MonoDevelop.Ide/ChangeLog
parentc58c94789c4a986b450e524ef484faa63df68382 (diff)
* MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Bypass the
cut/copy/paste commands if the current view doesn't support it. svn path=/trunk/monodevelop/; revision=158271
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ChangeLog')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index 8109593873..cd58b63e76 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,5 +1,11 @@
2010-06-01 Lluis Sanchez Gual <lluis@novell.com>
+ * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Bypass the
+ cut/copy/paste commands if the current view doesn't support
+ it.
+
+2010-06-01 Lluis Sanchez Gual <lluis@novell.com>
+
* MonoDevelop.Components.AutoTest/AutoTestSession.cs: The
current object is now always the active widget unless some
other specific object is set.