X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/801423ee3454d200581cd51d35fbcdad19f2208a..f5bdfc69a576eb32f680f962feec04935f6e71eb:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index dd27fe19ee..421b92db46 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -316,6 +316,8 @@ Changes in behaviour which may result in compilation errors just "%" wxLongLongFmtSpec "x", i.e. simply remove wxT() from the strings you concatenate with it. +- wxST_MARKUP doesn't exist any more, use wxControl::SetLabelMarkup() instead. + Deprecated methods and their replacements ----------------------------------------- @@ -468,6 +470,7 @@ All (GUI): - Added support for saving as GIF and animated GIF (troelsk). - Fix wxWrapSizer minimal size calculation (Catalin Raceanu). - Added wxFont::Underlined() and MakeUnderlined() methods. +- Added wxFont::SetSymbolicSize() and related methods. GTK: