]> git.saurik.com Git - wxWidgets.git/commitdiff
Add notes on wxZip changes.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 19 Nov 2006 21:52:56 +0000 (21:52 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 19 Nov 2006 21:52:56 +0000 (21:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index d5088988df3af6bbd421ffabf5722bdfb19cfd0c..3d6a669599fc9eefde51ba27e072fdb73fa9bb6a 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.
 - 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
 
 
 Major new features in 2.8 release