X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c871fe2a4c1dc5bb1f5b392a4c4759779b337b7..5c8ac0b6ca243b5bcc6c5e98b229c66abe932884:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index f60b16039c..5f4de91df5 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -106,6 +106,8 @@ All: - Added wxStreamBuffer::Truncate() (Stas Sergeev) - Allow using wxEventLoop in console applications (Lukasz Michalski) - Added functions for Base64 en/decoding (Charles Reimers) +- wxLogInterposer has been added to replace wxLogPassThrough and new + wxLogInterposerTemp was added All (GUI): @@ -177,6 +179,8 @@ All (GUI): - Significantly improved startup times of XRC-based applications using embedded resources on Unix (requires resources recompilation) - Fixed freeing of "static" alpha data in wxImage (Axel Gembe) +- Don't invalidate the font in SetNativeFontInfo[Desc]() if the string is + invalid, to conform to the documented behaviour (Langhammer) wxMSW: