Worked on Bug#4669 and committed changes. I believe I got all of Mimi's changes, but I'm waiting to hear from her whether she likes them.
Update - Showed version to Mimi, made a few small changes and re-committed
Working on menus on the Mac
The Window menu has moved (not sure when) to between the Chandler and File menus
Spoke to John about whether his changes caused this to happen
Trying to move the 'Quit' menu item to the Chandler menu
Spoke to Robin about what SetMacExitMenuItemId() actually does (it removes the item from the menu which is causing problems for our Block code)
Made the menus.py code conditional based on platform to remove our 'Quit' menu item on Mac
Trying to move the 'About' menu item from help to the 'Application' menu
Running into problems integrating Chandler's menu mechanism with wxMac's. Currently, wxMac requires that you create a menu and then let wxMac move it to the 'Application' menu. Chandler, however, gets confused if we move menus out from its control. Not sure how I'm going to resolve it yet.
Will have to move the Accounts... menu item
Will have to remove the double 'Help' menus
May have to come up w/ content for the 'Help' menu once 'About...' is gone