X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db1d019338d8c11c90360e49eacc3cdc4bfb2b43..e7e14318e7a939ad12a610a51a168e49ae9ab73d:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index ef2582f98f..7473446f25 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -217,6 +217,7 @@ OTHER CHANGES All: +- new classes for reading and writing ZIP files (M.J.Wetherell) - Norwegian (Bokmål) translation added (Hans F. Nordhaug) - wxDynamicLibrary::HasSymbol() added - added wxTextInputStream::operator>>(wchar_t) for compilers which support this @@ -228,9 +229,10 @@ All: - A new data type specific to wxWidgets called SQL_C_WXCHAR has been introduced. SQL_C_WXCHAR should be used rather than SQL_C_CHAR to ensure transparent behavior between Unicode and non-unicode builds -- BLOB example added to samples\db (thanks to Casey ODonnell) +- BLOB example added to samples/db (thanks to Casey ODonnell) - use wxStream::GetLength() instead of deprecated GetSize() - wxGetOsDescription() is now more precise (Olly Betts) +- XRC supports system fonts and colours (Ray Gilbert) All (GUI): @@ -257,6 +259,11 @@ wxMSW: - fixed enhanced metafiles loading from files (Andreas Goebel) - wxRadioButtons no longer have to be consecutive in a group +wxUniv: + +- wxBU_... button align flags support +- vertical notebook orientation support + 2.5.3 -----