X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5549e9f76fb5cbfb2a2190980983bcebea132a2e..b729ceb23d24fecd17f47cc3c20fb3f62839ac36:/docs/changes.txt?ds=inline diff --git a/docs/changes.txt b/docs/changes.txt index 5c25de2aa6..5869c3091b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,6 +1,14 @@ wxWindows 2 Change Log ---------------------- +INCOMPATIBLE CHANGES SINCE 2.2.x +================================ + +wxMSW: + +- child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR + style to avoid it + 2.3.2 ----- @@ -15,14 +23,17 @@ wxBase: All (GUI): - support for virtual list control added +- column images in report mode of the list control - wxFindReplaceDialog added (based on work of Markus Greither) - wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK) - polygon support in wxRegion (Klaas Holwerda) +- fixed bug with using wxExecute() to capture huge amounts of output wxHTML: - new HTML parser with correct parsing of character entities and fixes to tags parsing +- added support for animated GIFs 2.3.1 -----