]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses...
[wxWidgets.git] / docs / changes.txt
index 64bfe5d23900898ed58bb17ba4ff0a85b4eca65e..4302f8ca010a24e04b7f6c0cb64a69bb633db643 100644 (file)
@@ -7,8 +7,25 @@ wxWidgets 2.5 Change Log - For more verbose changes, see the manual
 
 All:
 
+- wxURI::GetUser() only returns the user name now, use GetUserInfo() to get
+  user and password as in 2.5.4; wxURI::GetPassword() added
+- added wx_dynamic_cast() macro
+
+All (GUI):
+
 - Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
   GetBitmap is renamed GetBitmapPtr.
+- Added XPM data constructor to wxImage.
+- Added style parameter to wxBufferedDC to allow buffering just the client, or
+  the whole virtual area.
+
+Unix:
+
+- fixed build on Linux/AMD64
+
+wxGTK:
+
+- Improved wxSystemSettings::GetMetric() to work better with X11. (Mart Raudsepp)
 
 wxPalmOS: