]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
switching to autorelease
[wxWidgets.git] / docs / changes.txt
index 3755c182220ec8906a068039679f94f62ce19c9f..5c9587e3d41662c30046bc8c566fa3c0790a906c 100644 (file)
@@ -1,6 +1,6 @@
----------------------------------------------------------------
-wxWidgets Change Log - For more verbose changes, see the manual
----------------------------------------------------------------
+-------------------------------------------------------------------------------
+                             wxWidgets Change Log
+-------------------------------------------------------------------------------
 
 INCOMPATIBLE CHANGES SINCE 2.6.x
 ================================
@@ -92,17 +92,26 @@ 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
   a stream that is seekable.
+- Fixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows
+- Added wxWindow::GetWindowBorderSize() and corrected wxTreeCtrl::GetBestSize()
+  for a control with borders (Tim Kosse)
 
 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).
-- Clipboard data is now retained after the application exits.
+
+wxGTK:
+
+- Allow dynamically changing most of text control styles
+- Enable use of libgnomeprintui by default in configure
 
 
 2.7.2