]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Changed wxYield calls to wxYieldIfNeeded
[wxWidgets.git] / docs / changes.txt
index 61aa14bb5aaf3e6535495d5bb76bcf7f1eae1fd9..5a882d41f943c1c7bfdf174b3f2b355e1da4d5a2 100644 (file)
@@ -12,10 +12,13 @@ wxBase:
 - wxMimeTypesManager now can create file associations too
 - wxCopyFile() respects the file permissions (Roland Scholz)
 - wxFTP::GetFileSize() added (Søren Erland Vestø)
+- wxDateTime::IsSameDate() bug fixed
 
 All (GUI):
 
 - new wxToggleButton class (John Norris, Axel Schlueter)
+- wxCalendarCtrl now highlighting the date with time part bug fixed
+- wxADJUST_MINSIZE sizer flag added
 
 wxMSW: