]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
corrected wxApp::GetStdIcon in wxX11
[wxWidgets.git] / docs / changes.txt
index bd2c9656dfe65a1f484bbd82309f387cff040033..0584a038c187bd3b5d3d64630a72f28cfb9ec3f4 100644 (file)
@@ -54,7 +54,10 @@ wxMSW:
 - build system changed: setup.h is not a static file in include/wx any more
   but is created as part of the build process under lib/<toolkit>/wx/include
   where <toolkit> is of the form (msw|univ)[dll][u][d]. You'll need to update
-  the include path in your make/project files appropriately.
+  the include path in your make/project files appropriately. Furthermore,
+  xpm.lib is no longer used by wxMSW, it was superseded by the wxXPMDecoder
+  class. You'll need to remove all references to xpm.lib from your 
+  make/project files.
 
 - child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR
   style to avoid it, wxFRAME_FLOAT_ON_PARENT style is now obsolete and has no
@@ -130,6 +133,7 @@ wxHTML:
 - fixed wxHtmlHelpController's cache files handling on big endian machines
 - added blocking and redirecting capabilities to wxHtmlWindow via
   wxHtmlWindow::OnOpeningURL()
+- fixed alignment handling in tables
 
 2.3.2
 -----