All (GUI):
-- Added wxTreeBook.
+- Added wxTreebook (uses a wxTreeCtrl to control pages).
- Added wxKeyEvent::GetModifiers()
- Added wxDialog::SetEscapeId().
- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
- Added ability to use templates with static event tables
with BEGIN_EVENT_TABLE_TEMPLATEn() macros
- Added double-buffering to wxVListBox and fixed a scrolling issue.
+- Added wxToolbook (uses a wxToolBar to control pages).
+- Added SetSheetStyle to wxPropertySheetDialog and allowed it to
+ behave like a Mac OS X settings dialog.
+- wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated.
wxMSW:
- Checkable items in wxToolMenuBarTool supported.
- Fixed date formatting and mktime.
- Fixed getting standard folder paths on WinCE.
+- Support for backspace key on smartphone.
wxX11: