From: Václav Slavík Date: Fri, 19 Sep 2003 22:06:04 +0000 (+0000) Subject: backported wxZipFSHandler fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/22fd4d7d5e19a8ef4d78729f1a340e9f988f7223 backported wxZipFSHandler fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/toback24.txt b/docs/toback24.txt index 209c791196..8ccde4e4ff 100644 --- a/docs/toback24.txt +++ b/docs/toback24.txt @@ -102,13 +102,6 @@ new revision: 1.666; previous revision: 1.665 11. Ukrainian translation (locale/uk.po) [and other translations that were updated in the trunk as well] -12. Fix wxZipFSHandler behaviour when used with relative filenames with .. - -Checking in fs_zip.cpp; -/pack/cvsroots/wxwindows/wxWindows/src/common/fs_zip.cpp,v <-- fs_zip.cpp -new revision: 1.22; previous revision: 1.21 -done - 13. UNICOWS problem in fdrepdlg @@ -237,11 +230,6 @@ Checking in window.cpp; /pack/cvsroots/wxwindows/wxWindows/src/msw/window.cpp,v <-- window.cpp new revision: 1.431; previous revision: 1.430 -29. Fix wxString::Format() for C99-compatible vsnprintf() -Checking in src/common/string.cpp; -/pack/cvsroots/wxwindows/wxWindows/src/common/string.cpp,v <-- string.cpp -new revision: 1.194; previous revision: 1.193 - 29. Fix infinite loop in IsDialoMessage when a panel is reparented after creation (as happens with XRC) Checking in src/msw/window.cpp;