]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Added wxBU_ALIGN_MASK
[wxWidgets.git] / docs / changes.txt
index ef2582f98faa17b2288f2e067f35c82855a10aaf..7473446f256544f2bb15cc2cbdafaea93c674a82 100644 (file)
@@ -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
 -----