summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-04-24 12:39:59 +0000
committerFlorian Jung <flo@windfisch.org>2011-04-24 12:39:59 +0000
commit57ffdd0790adc1460ea60310f1a3698e51b0248b (patch)
tree66bdf6e508d73932f303b23c6dacd0b6a00c9051 /muse2/ChangeLog
parentcf6951a578be0e6c5d4b550a3f2f294c33f27548 (diff)
parentefac864c25429cdb853fba82484606f94fb6d4ec (diff)
ScoreEdit doesn't inherit from MidiEditor any more, which solves
all that partlist-stuff merged with trunk
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 0a3f6c74..a3e4706c 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,8 @@
+24.04.2011:
+ - Improved master list editor editing of keys, dropdown should not 'stay behind' anymore (rj)
+21.04.2011:
+ - Fixed drag&drop plugin instantantiation (again), was using a string pointer to private data
+ now copies the data before use (rj)
19.04.2011:
- Added undo/redo to master list editor for key editing, should implicitly
mean that SC_KEY is emitted to detect song change (not tested) (rj)