Discovered that make install now installs locally built wxWidgets instead of OSAF built wxWidgets. This caused my funtional tests to fail. I tracked down the problem to errors in incremental updates to wxGrid. There turned out to be a total of 3 mistakes in various incremental updates. Together they explain David's wx tarball functional test failures along with why cursor keys stopped working in the sidebar and summary view (bug #4360).
Refactored NewCollectionEvent and ModifyCollectionEvent to become AddToSidebarEvent and updated Chandler and all the parcels to use it.
Fixed bug #5512: Creating a Collection causes summary view to display.
Fixed bug #5025: When certstore collection created we no longer select it and switch to summary view.
Spent two days trying to figure out how to do incremental builds in widgets on windows.
Got my wxGrid column scaling code written and tested, ready to checkin to the widgets 40 tarball.
Worked on resolving the wxWidgets 39 tarball functional test failures.