]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Upgrade to newest bakefile.m4 to support non-PowerPC Darwin platforms.
[wxWidgets.git] / docs / changes.txt
index bef9bf04f7c8a1f970c9708dc2ae2bfe810f37f8..1b00eddd20cb01b2e433c5ccc84afa70208f1165 100644 (file)
@@ -18,6 +18,7 @@ All:
 
 All (GUI):
 
+- Added wxStaticText::Wrap()
 - Added wxXmlResource::Unload().
 - Possibility of modeless wxWizard dialog (with presentation in sample).
 - Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
@@ -25,6 +26,7 @@ All (GUI):
 - Cross-compile now supported for wxGTK, wxX11 and wxMotif.
 - Cygwin compilation of wxX11, wxGTK and wxMotif now supported.
 - Now reads "help" parameter for all windows (context help text).
+- wxWizard adapts to PDA-sized screens.
 
 wxMSW:
 
@@ -53,6 +55,12 @@ wxGTK:
 - Added support for left, centre and right text alignment attributes under
   GTK+2 multi-line text controls (Mart Raudsepp).
 
+wxMac:
+
+- Automatic menu management improved.
+- Fixed crash when wxRadioButton is deleted from a group of radio buttons,
+  due to dangling cycle pointers.
+
 wxOS2
 
 - Adjustments for building with Open Watcom C++.