X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32f3104396bf705c0ba9eee6a851bfe1f20dd3f0..0ea48a1f23b2c9763778f60405f051cac8bf781b:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index da680ebeb1..928d3c1f6f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -11,10 +11,20 @@ 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 +- wxZipFSHandler::FindFirst() and FindNext() now correctly list directories + +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: - threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen) +- fixed bug in MDI children flags (mis)handling 2.2.0 -----