]> git.saurik.com Git - wxWidgets.git/commitdiff
note wxURI change
authorRyan Norton <wxprojects@comcast.net>
Mon, 28 Feb 2005 20:09:07 +0000 (20:09 +0000)
committerRyan Norton <wxprojects@comcast.net>
Mon, 28 Feb 2005 20:09:07 +0000 (20:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 603ebce6920993d5e72f4b0d07cdbb641b82ac4f..261d4441eae4e67fce317b3b006f9dd2a1750327 100644 (file)
@@ -10,6 +10,8 @@ All:
 - Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
   GetBitmap is renamed GetBitmapPtr.
 - Added XPM data constructor to wxImage.
+- wxURI::GetUser and wxURI::HasUser have been renamed to wxURI::GetUserInfo and wxURI::HasUserInfo respectively so that wxURI::GetUser returns the old username that were in the HTTP specification along with wxURI::GetPassword (Note that if you used wxURI::GetUser from 2.5.3 you should rename all instances of it to wxURI::GetUserInfo).
+
 
 wxPalmOS: