summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-30 09:03:29 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-30 09:03:29 +0000
commit16268e699ace744c50a040ac4a2de40ab4a9f9d5 (patch)
tree38786becc20ccc4eb1a7af1b01e6e73c5d13f61b /muse2/ChangeLog
parentcd03ccbd8f3a9fb57c665014f62d779c5c3f8418 (diff)
removed midi in button from score editor (yes, it's really
unneccessary here ;) )
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index fae1936d..5e2b578f 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,6 +1,7 @@
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)
+ - removed "midi in" button from score editor (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)