X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4209475ced5240eb3ce516767e7c9a0a74d12bc7..6aea1e4a7067d8e7cbac03833b64a363baefcb16:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index bfaf60aa6f..b3ced8fea4 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -385,6 +385,8 @@ All: - Optimize wxString::Replace() to use an O(N) algorithm (Kuang-che Wu). - Added support of %l format specifier to wxDateTime::ParseFormat(). - wxImage handlers can now support multiple extensions (Ivan Krestinin). +- Added wxFileName::StripExtension() (troelsk). +- Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetInfo(). All (Unix): @@ -516,6 +518,8 @@ All (GUI): - Added wxGetSelectedChoices() replacing wxGetMultipleChoices() (Kolya Kosenko). - Check whether document fits into page horizontally in wxHtmlPrintout, see the new CheckFit() method for more information. +- Allow reading GIFs with incorrectly specified animation size. +- Return number of frames in animated GIF from wxGIFHandler::GetImageCount(). wxGTK: