Added log for Mac process termination fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-06-10 08:59:14 +00:00
parent d00077abbe
commit 701e5fd611

View File

@@ -267,6 +267,8 @@ wxMac:
- Fixed wxNotebook off-by-one bug in HitTest. - Fixed wxNotebook off-by-one bug in HitTest.
- Fixed joystick GetXMin/Max bug. - Fixed joystick GetXMin/Max bug.
- Fixed Unix domain socket problem in wxIPC. - Fixed Unix domain socket problem in wxIPC.
- Fixed non-detection of process termination on Intel Macs by
polling for process termination in a separate thread.
wxCocoa: wxCocoa: