summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-06-02 16:37:28 +0000
committerFlorian Jung <flo@windfisch.org>2011-06-02 16:37:28 +0000
commit9187899632c14d64b3fae6477b7f941240f912a6 (patch)
treecd90649f58c45793492931e6ce9309a81b2a495c /muse2/ChangeLog
parent175ed105f7bb2ed96c631bbe7f67830475c61572 (diff)
the score editor now supports batch-movements
the functions return as bool if undo has been triggered
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 41bfbb73..1af47f28 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,9 @@
+02.06.2011:
+ - the score editor now allows batch-movements, that is,
+ you can transpose or move the whole selection and not
+ only single notes (flo93)
+ - the functions now return as boolean, if they have triggered
+ undo (flo93)
30.05.2011:
- implemented cut,copy'n'paste and the "select foo" entries in the score editor (flo93)
- added select_foo() functions to functions.cpp (flo93)