Well, I took the plunge and loaded .098 (after doing a DriveImage backup). I've found funny things in Plug-In Land:
As you can see above, there are now horizontal bars that seems like a gradient running from bottom to top. Note that the bars are only on the Dialog Box behind the CTreeCtrl, CListCtrl and buttons. There's a high-resolution copy (1.1Mb) at:
http://www.eldoradosoft.com/temp/MC9-bug5.bmpAlthough the example above is my Plug-in, here is SleepTimer:
Here you can see not only the horizontal bars in the background Dialog Box, but also vertical bars that appear in the "Sleep" button when the cursor is over it (Alt+PrintScreen doesn't capture the cursor).
The "Sleep Button Bars" were present in .088, but the horizontal bars are new to .098. I have not used betas between the two.
These images are at 16-bit color resolution. If I increase the video driver settings to 32-bit, the bars are thinner and the tranisition between them more subtle, but they're still there. If this was intended to be "attractive", I'd like to vote Thumbs Down and return to a non-gradient background. BTW, if you look at this version of MC over PCAnywhere... there is no gradient, just improper white areas:
Here is another change from .088:
In .088, I was going to report a bug about the Plug-In client area not being set to (0,0) of the MC9 client window. In .088, the background was gray, so if I made my primary dialog "No Border" it looked fine. In .098, the background for Plug-ins appears to be white, so there is now this uncool white space above any dialog created by a plug-in. The Plug-in needs to have the proper client area rectangle defined.
Note: the height of the white area above the plug-in dialog is about the same height as the splitter-window control. It's like the splitter-window-control height is still being subtracted from the client area available to the Plug-in, but the spliiter control is not being drawn.
Finally, looking carefully at the "Synchronize" button in my plug-in, you'll see the underscore from the "&" character extends too far to the right.