summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-30 08:57:30 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-30 08:57:30 +0000
commitcd03ccbd8f3a9fb57c665014f62d779c5c3f8418 (patch)
tree5d407461c8c464d309f1ebb9da695c1048314f7f /muse2/ChangeLog
parent25a43d58dead31caf482fc8ada4f231d2f1269d9 (diff)
implemented cut,copy'n'paste and "select foo" to the score editor
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 9f7d2e07..fae1936d 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,6 @@
+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)
29.05.2011:
- moved cut,copy'n'paste to functions.cpp, removed unneccessary duplication (flo93)
- changed behaviour of paste: now the pasted, not the original notes are selected (flo93)