Fixed the situation in recorded scripts where a wx.SearchCtrl is a wx.TextCtrl on Mac and on the other platforms the wx.SearchCtrl's child is the wx.TextCtrl, which is part of bug#9330: recorded script: Quick entry items not created on playback
Reviewed Jacob's dynamic menus for running recorded scripts.
Implement mechanism for commands to specify a status after they complete. Used in fixing bug#9422: Chandler indicates "import complete" about 30 seconds early with 3000 event .ics
Worked on my new Bugs
Reviewed Reids conflict dialog
Implemented a fix for bug#8739:wxYield called recursively, which caused bizzare functional tests failures that I've almost got narrowed down