From b48266a65e715a19adf4820788e95b45a15ea2c8 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Thu, 13 Nov 2008 22:10:40 +0000 Subject: [PATCH] again fixed syntax - please note the colons after filenames git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1838 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index bce2a442f..09fe8dedc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +2008-11-13 Tobias Doerffel + + * ChangeLog: + again fixed syntax - please note the colons after filenames + 2008-11-13 Andrew Kelley - * include/piano_roll.h - * src/gui/piano_roll.cpp + + * include/piano_roll.h: + * src/gui/piano_roll.cpp: - changed the way selection works - you can select any combination of notes - delete any combination of notes @@ -9,16 +15,16 @@ - etc - hold alt to disable quantization - * include/note.h - * src/core/note.cpp + * include/note.h: + * src/core/note.cpp: - added m_selected so we know if the note is selected or not - added operator< so we can sort notes vector by start time - * include/pattern.h - * src/tracks/pattern.cpp + * include/pattern.h: + * src/tracks/pattern.cpp: added rearrangeAllNotes for when we move multiple notes in the piano roll - * AUTHORS + * AUTHORS: hope you don't mind :-) 2008-11-10 Tobias Doerffel