diff --git a/checkin_notes b/checkin_notes index b8c20a36b1..35030808b3 100644 --- a/checkin_notes +++ b/checkin_notes @@ -9473,3 +9473,16 @@ Rom 10 Nov 2008 configure.ac version.h +Charlie 15 Nov 08 + - MGR: Async RPCs: Eliminate nanosleep() call while waiting for + Demand RPC to finish; use wxCondition with timeout to block main + thread instead. + - MGR: set m_pTaskBarIcon and m_pMacSystemMenu to NULL when deleted. + + clientgui/ + AsyncRPC.cpp, .h + BOINCBaseFrame.cpp + BOINCGUIApp.cpp, .h + MainDocument.cpp, .h + mac/ + MacSysMenu.cpp