wxVsnprintf() implementation with positional parameters support (patch 1462778); disabled for now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-05-28 15:18:15 +00:00
parent fcca30c7e6
commit 7a828c7ffb
15 changed files with 1143 additions and 355 deletions

View File

@@ -38,6 +38,7 @@ Deprecated methods since 2.6.x and their replacements
All:
- Added positional parameters support to wxVsnprintf() (Francesco Montorsi)
- wx(F)File, wxTextFile and wxInputStreams recognize Unicode BOM now
- Many fixes for UTF-16/32 handling in Unicode builds
- wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag.