]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix typos in picker control header names in files.bkl.
[wxWidgets.git] / docs / changes.txt
index c3a9329e1e266b06f1a6f01055ea47f6f9bfaba4..7332ffc1152a185057fd32145dd521f4f75df3fc 100644 (file)
@@ -49,6 +49,7 @@ All:
 - Added wxStandardPaths::GetDocumentsDir() (Ken Thomases)
 - Added wxStringTokenizer::GetLastDelimiter(); improved documentation.
 - Fixed wxTextFile in Unicode build
+- Added possibility to specify dependencies for a wxModule
 - Speed improvements to wxRegEx when matching is done in a loop such as
   during a search and replace.
 - Fix regerror and regfree name conficts when built-in regex and system regex
@@ -82,6 +83,7 @@ All:
 - wxSocket::_Read continues reading from socket after exhausting pushback buffer.
   Previously, only the buffer would be returned, even if more data was requested.
 - Added wxPowerEvent (currently MSW-only)
+- Make wx-config compatible with Bourne shells
 
 All (GUI):
 
@@ -151,6 +153,7 @@ All (GUI):
 - Added wxTB_NO_TOOLTIPS style (Igor Korot)
 - Added wxGenericDirCtrl::CollapsePath() (Christian Buhtz)
 - Fixed 64-bit issue in wxNotebook causing segfaults on Tru64 Unix.
+- Made it possible to associate context help to a region of a window
 
 wxMSW:
 
@@ -267,6 +270,8 @@ wxMac:
 - Fixed wxNotebook off-by-one bug in HitTest.
 - Fixed joystick GetXMin/Max bug.
 - 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: