X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c398434d925aa9e2b190ce632fac1a79ffcbf043..dbe31039f7ee6169d80386fd75a9f03316f8d261:/docs/changes.txt?ds=inline diff --git a/docs/changes.txt b/docs/changes.txt index 4c7b5806b4..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): @@ -514,6 +516,10 @@ All (GUI): - Add support for wxSP_WRAP in the generic version of wxSpinCtrlDouble. - Add alignment flags support to wxSpinCtrl[Double] (Andrew Radke). - 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: