]> git.saurik.com Git - wxWidgets.git/commitdiff
backported wxZipFSHandler fix
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 19 Sep 2003 22:06:04 +0000 (22:06 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 19 Sep 2003 22:06:04 +0000 (22:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/toback24.txt

index 209c7911965848f85085887b6781d916d5b9aa4c..8ccde4e4ff68f008767d6da51741dc87ee521bcb 100644 (file)
@@ -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;