diff options
author | Florian Jung <flo@windfisch.org> | 2011-05-29 12:43:17 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-05-29 12:43:17 +0000 |
commit | 25a43d58dead31caf482fc8ada4f231d2f1269d9 (patch) | |
tree | c39631efc11ab7099520e9b2f861a86674db1251 /muse2/ChangeLog | |
parent | 55a6fa75d70dbcd38e4b434420c970475448d1a7 (diff) |
- moved cut,copy'n'paste to functions.cpp, removed unneccessary
duplication
- changed behaviour of paste: now the pasted, not the original
notes are selected
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index aac27cc3..9f7d2e07 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,6 @@ +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) 28.05.2011: - fixed dragging and resizing of track header, also changed default index of new sections, they should appear last now (rj) |