From 3bc65ea95b237b56ca759b803fd05dbe51a95a17 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 4 Jul 2002 09:37:11 +0000 Subject: [PATCH] Documented various patches from Mark Armstrong git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index c663752773..d9ddf3d588 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -180,6 +180,7 @@ Unix (Base/GUI): - wxWindows may be built as a dynamic shared library under Darwin / Mac OS X lazy linking issues have been solved by linking a single module (.o) into the shared library (two step link using distrib/mac/shared-ld-sh) +- fixed thread priority setting under Linux All (GUI): @@ -241,6 +242,11 @@ wxMSW: - fixed bugs in multiple selection wxCheckListBox - default button handling is now closer to expected - setting tooltips for wxSlider now works +- multiple events avoided in wxComboBox +- tooltip asserts avoided for read-only wxComboBox +- fixed a race condition during a thread exit and a join +- fixed a condition where a thread can hang during + message/event processing wxGTK: @@ -255,6 +261,7 @@ wxGTK: - implemented wxIdleEvent::RequestMore() for simple background tasks - implemented wxChoice::Delete() - fixed bad memory leak in wxFileDialog (Chris Elliott) +- made internal GC pool dynamically growable wxHTML: