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: