]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
documented wxSL_BOTTOM, clarified the others
[wxWidgets.git] / docs / changes.txt
index 290f75ec69e09d0edfcb89d8e81c36f7413eb79c..48f64b8ff6df0079897391779792626161dce5db 100644 (file)
@@ -2,6 +2,18 @@
 wxWidgets 2.5 Change Log - For more verbose changes, see the manual
 -------------------------------------------------------------------
 
+2.6
+-----
+
+All:
+
+- wxPathExists deprecated, use wxDirExists instead.
+
+wxMSW:
+
+- fixed static box border when the label is empty
+- fixed SetBackgroundColour() to change only label background, not entire box
+
 2.5.5
 -----
 
@@ -121,8 +133,8 @@ All:
 - wxGetPowerType() and wxGetBatteryState() addition
 - wxSystemSettings::GetSystem*() members deprecated and replaced with
   wxSystemSettings::Get*()
-- wxWindowBase::DoGetBestSize now includes the difference (if any) between 
-  the client size and total size of the window.  Code that sets the 
+- wxWindowBase::DoGetBestSize now includes the difference (if any) between
+  the client size and total size of the window.  Code that sets the
   client size using the best size, or that added extra space to sizers
   to compensate for this bug may need to be changed.
 - Changed calculation of scrolling area to not clip away some bits