]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fixed OnFrameClose() return type
[wxWidgets.git] / docs / changes.txt
index 03472e90e01ece9cd7cfbfe904f8618e6810c7bc..e6a0a034f2384a49d72f34cd0c7163e0d6fb7780 100644 (file)
@@ -100,6 +100,10 @@ OTHER CHANGES
 2.5.3
 -----
 
+All:
+
+- number of fixes to wxPluginManager (Rick Brice, Hans Van Leemputten)
+
 All (GUI):
 
 - added wxTaskBarIcon::CreatePopupMenu which is now recommended way
@@ -115,6 +119,7 @@ wxGTK:
 
 - fixed wrong colour of tooltips under some themes
 - implemented wxColourDialog as native dialog
+- wxTreeCtrl::GetCount() counts root as well now (compatible with MSW)
 
 wxMotif: