--- qsampler/trunk/ChangeLog 2005/08/16 10:19:25 736 +++ qsampler/trunk/ChangeLog 2005/08/24 17:44:59 753 @@ -5,6 +5,17 @@ CVS HEAD +* Attempt to bring those aging autoconf templates to date; + sample SPEC file for RPM build is now being included and + generated at configure time. + +* Set to use QApplication::setMainWidget() instead of + registering the traditional lastWindowClosed() signal + to quit() slot, just to let the -geometry command line + argument have some effect on X11. + +* Added MUTE/SOLO buttons to individual channel strips. + * Fixed compilation error which occured when Qt was compiled with -no-stl.