]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Add wxABI_VERSION > 20601 wrappers
[wxWidgets.git] / docs / changes.txt
index a521042ecd600de1ac7dee7753535d095206c420..68b8f1f0af6071cac882e527c0a713929c1c4f9c 100644 (file)
@@ -10,9 +10,18 @@ All:
 - 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:
 
@@ -74,7 +83,6 @@ wxMSW:
 - Fixed ownerdrawn multiline buttons.
 - wxCheckListBox item background fixed.
 - Fixed some wxRegKey bugs.
-- Separators are now correctly shown in the toolbars under Windows XP
 
 wxWinCE: