- Fixed wxScopeGuard to work with VC++, documented it.
- Fixed proxy handling in wxURL.
+All (GUI):
+
+- Added wxXmlResource::Unload()
+- Possibility of modeless wxWizard dialog (with presentation in sample).
+- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet)
+
wxMSW:
+- Separators are now correctly shown in the toolbars under Windows XP
- Fixed multiline tooltips handling.
+- Fixed wxSlider::GetSelEnd() (Atilim Cetin)
+- Fixed accelerators of menu items added to already attached submenus
wxUniv:
- Fixed ownerdrawn multiline buttons.
- wxCheckListBox item background fixed.
- Fixed some wxRegKey bugs.
-- Separators are now correctly shown in the toolbars under Windows XP
wxWinCE: