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).
- 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:
- 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++.