I see a few regressions in current Cvs, I don't have time now to play with Wine, so here is the whole of it. 1) registry infinite loop : happened just yesterday, I have a path longer than 256 characters in my wine.ini file. It loops in RegQueryValueExA, in NtQueryValueKey the line if (!data_len) ret = STATUS_BUFFER_OVERFLOW; always set the status to STATUS_BUFFER_OVERFLOW. If I set a shorter path in my wine.ini, most apps starts but apps using registry heavily (for example Word Viewer 97) hang also (protocol error) 2) treeview : it happened with the merge from Corel by Chris Morgan. With Eudora Light 3.06, the tree displaying the mailboxes has now a brown background (instead of white) 3) painting : happened with recent patch to SetWindowPos by Dmitry Timoshkov Can be seen with : Turnpike 5.01 (www.demo.co.uk), the icons displaying the different boxes (in, out,..) are not repainted when opening a mail and closing it; also with Eudora Light 3.06, if a list is open (but not maximized), and I double click a message and the message is big enough to cover completely the list, it is not refreshed completely. Gerard