- Added wxArray::swap().
- Added wxSHUTDOWN_LOGOFF and wxSHUTDOWN_FORCE wxShutdown() flags (troelsk).
- Added wxSocket::ShutdownOutput().
+- Handle exceptions thrown from overridden wxView::OnCreate() gracefully.
All (Unix):
- Added wxArtProvider::GetNativeSizeHint(); GetSizeHint() as well as
GetNativeSizeHint() now return more sensible values in wxMSW and wxMac and
no longer return bogus values.
+- Added wxControl::SetLabelText() and EscapeMnemonics().
wxGTK: