X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3af9f2de592953bec39a58cc871678fa85a3b056..f5158fa61f150b8a11f175588f2c6afe455ff7fe:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index acb7fa8b34..e24ae287c8 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 ----------------------------------------------------- @@ -24,9 +27,11 @@ Deprecated methods since 2.6.x and their replacements All: +- wx(F)File, wxTextFile and wxInputStreams recognize Unicode BOM now - wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag. - Added wxStandardPaths::GetResourcesDir() and GetLocalizedResourcesDir() - Added wxStringTokenizer::GetLastDelimiter(); improved documentation. +- Fixed wxTextFile in Unicode build - Speed improvements to wxRegEx when matching is done in a loop such as during a search and replace. - Fix regerror and regfree name conficts when built-in regex and system regex @@ -154,7 +159,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: