This build has got a new tooltip feature for VS2003.NET and VS6: tooltips poping up when you hover over a single tab in front of a variable or function.
e.g.:
FILETIME ft;
FileTimeToLocalTime(&ft, &lft);
Given that the space in front of FILETIME and FileTimeToLocalTime is a single tab, you can hover over the tab and get the tooltip for the following symbol.
Quite the opposite of the previous bug which popped up the tooltip after the end of the line. Side effect?