--- linuxsampler/trunk/ChangeLog 2014/02/23 19:10:36 2523 +++ linuxsampler/trunk/ChangeLog 2014/03/05 00:02:21 2531 @@ -274,6 +274,8 @@ - added FLAC support (#191) - sfz parser bugfix: lines starting with whitespace were ignored - added amplitude opcode + - added support for "#include" instruction + (modified patch which was originally posted by Sergey on LS mailing list) * SoundFont format engine: - Initial implementation (not usable yet) @@ -399,6 +401,10 @@ - Added support for auto completion by tab key. - Show currently available auto completion while typing. - Added support for browsing command history with up / down keys. + - Show all possible next symbols immediately right to the current command + line while typing (no double tab required for this feature, as it would + be the case in other shells). + - Added support for moving cursor left/right with arrow keys. * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range