--- libgig/trunk/ChangeLog 2007/08/25 09:59:53 1301 +++ libgig/trunk/ChangeLog 2007/09/09 10:36:23 1330 @@ -4,6 +4,7 @@ - added Mac OSX XCode project files (patch by Toshi Nagata) - Dev-C++ (win32) project file is automatically updated with the version info from configure.in + - the configure script can now be used in Windows with MSYS * src/DLS.cpp, src/DLS.h: - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods @@ -54,6 +55,8 @@ - AddDimension now copies all parameters from existing dimension regions and also makes sure that the samplechannel dimension is placed first in the list of dimensions. + - added method GetParent() to class 'DimensionRegion', which returns its + parent Region * src/RIFF.cpp, src/RIFF.h: - added File::SetByteOrder method