Fractint and Xfractint version 20.1 patch 1 is now available on the developer's web site. What's new: Fixed the float bailout for the lambdafn fractal type when the EXP function is used so the float and integer images match. Jan Andres contributed Xfractint fixes that allow compiling with newer versions of gcc because varargs.h is no longer supported. Enabled the use of the long double type on Solaris. Moved the getwd() macro definition in prompts1.c after the #include lines, to avoid the mess that happens when the prototype for getwd() is included but it's already defined as a macro. Added some Solaris-specific comments to the Makefile. Fixed the sound in Xfractint so the beep turns off now. Changed lsys.c to use inline1 instead of the reserved word inline. Jonathan