]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fixed wrong target names
[wxWidgets.git] / docs / changes.txt
index d3b9ad8063090e8927bf7808d4cd93762e77fa02..7e77b5dcafdbbbd31b24dc537245056d1b3f7f49 100644 (file)
@@ -8,6 +8,7 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
 - no initialization/cleanup can be done in wxApp/~wxApp because they are
   now called much earlier/later than before; please move any exiting code
   from there to wxApp::OnInit()/OnExit()
+- wxTheApp can't be assigned to any longer, use wxApp::SetInstance() instead
 - wxFileType::GetIcon() returns wxIconLocation, not wxIcon
 
 
@@ -42,6 +43,9 @@ OTHER CHANGES
 
 All:
 
+- It is now possible to build several smaller libraries instead of single
+  huge wxWindows library; wxBase is now dependency of GUI ports rather then
+  separately compiled library
 - added wxDateSpan::operator==() and !=() (Lukasz Michalski)
 - added wxFileName::GetForbiddenChars() (Dimitri Schoolwerth)
 - use true/false throughout the library instead of TRUE/FALSE