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>2010-07-12 06:23:51 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-07-12 06:23:51 +0400
commit9e2ee037de8aee3c673a9430455deb5da90f0d92 (patch)
tree735e94979e7eb17b1f567fc13b9d302d16e74ea6 /main/src/core/MonoDevelop.Ide/ChangeLog
parentf4b39ec6e4f3375809d9c2ce331dd57a9205d971 (diff)
* MonoDevelop.Ide.addin.xml: The "navigate forward/back" commands
now use the Xcode binding, and a similar binding on Windows so they no longer block the subword navigation. Also add a Mac binding for "move selection up/down" svn path=/trunk/monodevelop/; revision=160215
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ChangeLog')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index cfb96417fd..637de962d3 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-11 Michael Hutchinson <mhutchinson@novell.com>
+
+ * MonoDevelop.Ide.addin.xml: The "navigate forward/back"
+ commands now use the Xcode binding, and a similar binding on
+ Windows so they no longer block the subword navigation. Also
+ add a Mac binding for "move selection up/down"
+
2010-07-09 Levi Bard <levi@unity3d.com>
* MonoDevelop.Ide/RootWorkspace.cs: