--- linuxsampler/trunk/ChangeLog 2007/09/14 14:45:11 1348 +++ linuxsampler/trunk/ChangeLog 2007/09/30 20:04:11 1360 @@ -9,6 +9,8 @@ capable to execute our autoconf environment, thus no need anymore to maintain the compile time configuration file (osx/version.h) for OSX manually (patch by Toshi Nagata) + - fixed buggy boolean --enable-foo / --disable-foo configure script + parameters * general changes: - replaced the old, confusing MIDI program change mechanism by a @@ -111,6 +113,8 @@ - returns verbose syntax errors (line and column where syntax error occured, the unexpected character and the actually expected, possible character(s), the latter only if less than 5 possibilities) + - made sure that LSCP syntax is not affected by gigedit locale + settings * Bug fixes: - fixed crash occurring on certain LSCP scripts (Bug 39)