]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Add wxUSE_MARKUP and wrap SetLabelMarkup() in it.
[wxWidgets.git] / docs / changes.txt
index dd27fe19eed1f0bed723601c383e859ef24c2154..421b92db464fb0b6a82486b1f9cb8ce8ae2e964a 100644 (file)
@@ -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: