X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd63020652eca0834f37a3da7d08c05ec07331d1..f0322128506d613445aedd91511d826cc2011481:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 173eb59ac1..1e06a74e89 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -77,6 +77,9 @@ Changes in behaviour which may result in compilation errors - Removed insecure wxGets() and wxTmpnam() functions. +- Removed global GetLine() function from wx/protocol/protocol.h, use + wxProtocol::ReadLine() instead. + Deprecated methods and their replacements ----------------------------------------- @@ -89,6 +92,9 @@ Deprecated methods and their replacements - wxDocManager::MakeDefaultName() replaced by MakeNewDocumentName() and wxDocument::GetPrintableName() with GetUserReadableName() which are simpler to use +- wxXmlProperty class was renamed to wxXmlAttribute in order to use standard + terminology. Corresponding wxXmlNode methods were renamed to use + "Attribute" instead of "Property" or "Prop" in their names. Major new features in this release @@ -109,6 +115,7 @@ All: - Added wxStreamBuffer::Truncate() (Stas Sergeev) - Allow using wxEventLoop in console applications (Lukasz Michalski) - Added functions for Base64 en/decoding (Charles Reimers) +- Added support for binary data to wxConfig (Charles Reimers) - Added functions for atomically inc/decrementing integers (Armel Asselin) - wxLogInterposer has been added to replace wxLogPassThrough and new wxLogInterposerTemp was added @@ -198,6 +205,8 @@ wxMSW: - Added msw.font.no-proof-quality system option, see manual for description - Fix appearance of notebook with non-top tabs under Windows Vista - Fixed bug with symbol resolving in wxStackWalker (Axel Gembe) +- Fixed showing busy cursor for disabled windows and during wxExecute() +- Set the string of wxEVT_COMMAND_CHECKLISTBOX_TOGGLED events (Luca Cappa) wxGTK: