]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
generate middle click events (backport from HEAD of the patch 1521314)
[wxWidgets.git] / docs / changes.txt
index d5088988df3af6bbd421ffabf5722bdfb19cfd0c..64dad4cddee5483c8ff229877d45e31f7fce2b1f 100644 (file)
@@ -64,6 +64,11 @@ Deprecated methods since 2.6.x and their replacements
 - wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated, don't use them.
 - wxWindowBase::GetBestFittingSize --> wxWindowBase::GetEffectiveMinSize.
 - wxWindowBase::SetBestFittingSize --> wxWindowBase::SetInitialSize.
+- Seeking on a zip stream returned from wxFileSystem without using the new
+  wxFS_SEEKABLE flags is deprecated. You can still seek, but use the flag.
+- Constructor wxZipInputStream(const wxString& archive, const wxString& file)
+  deprecated in favour of wxFileSystem (other zip ctors are not deprecated).
 
 
 Major new features in 2.8 release
@@ -95,8 +100,9 @@ All:
 wxMSW:
 
 - Fixed version script problems when using configure with cygwin/mingw32.
-- Use system default paper size for printing instead of A4
-- Fix colours when converting wxBitmap with alpha to wxImage (nusi)
+- Use system default paper size for printing instead of A4.
+- Fix colours when converting wxBitmap with alpha to wxImage (nusi).
+
 
 2.7.2
 -----