]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Updated build files.
[wxWidgets.git] / docs / changes.txt
index 9ea86c3eed7638c7ed40ef4eaae4540a0696f54e..5c9587e3d41662c30046bc8c566fa3c0790a906c 100644 (file)
@@ -92,6 +92,7 @@ Major new features in 2.8 release
 
 All:
 
+- wxCSConv("UTF-16/32") now behaves correctly, i.e. same as wxMBConvUTF16/32
 - wxArrayString::Alloc() now works as reserve() and doesn't clear array contents
 - Fixed long standing bug in wxFileConfig groups renaming (Antti Koivisto).
 - New option wxFS_READ | wxFS_SEEKABLE for wxFileSystem::OpenFile() to return
@@ -104,11 +105,13 @@ wxMSW:
 
 - Fixed version script problems when using configure with cygwin/mingw32.
 - Use system default paper size for printing instead of A4.
+- Fix (harmless) assert in virtual list control under Vista
 - Fix colours when converting wxBitmap with alpha to wxImage (nusi).
 
 wxGTK:
 
 - Allow dynamically changing most of text control styles
+- Enable use of libgnomeprintui by default in configure
 
 
 2.7.2