X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e11e27cf7426b438d6838a6e0b8ab4f6aab22d12..22886fb3c34356d015591846f343344733a03149:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 17bbe621a3..cc5d1829fb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -11,6 +11,9 @@ INCOMPATIBLE CHANGES SINCE 2.6.x - For all wxInputStreams, Eof() becomes true after an attempt has been made to read _past_ the end of file. - wxCHECK family of macros now must be followed by a semicolon +- wxMBConv::cMB2WC() and cWC2MB() take size of the input buffer and return + length of the converted string in all cases now. + Deprecated methods since 2.6.x and their replacements ----------------------------------------------------- @@ -155,7 +158,7 @@ wxMSW: - wxDisplay doesn't require multimon.h now and is enabled by default (Olly Betts). - Fixed wxChoice/wxComboBox slow appending and infinite recursion if its size is set within a paint handler (for example when embedded in a - wxHtmlWindow). + wxHtmlWindow). [Now reverted due to problems in W2K and below.] wxGTK: