]> git.saurik.com Git - wxWidgets.git/commitdiff
mention bcc Unicode build fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Dec 2006 19:04:19 +0000 (19:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Dec 2006 19:04:19 +0000 (19:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 4d323848a0d99cc98b4c607c7542956192cfc20b..92c2d65cdcdbbdc5b5ddbaf247ef34354302493c 100644 (file)
@@ -68,7 +68,7 @@ Deprecated methods since 2.6.x and their replacements
   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).
   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
@@ -90,6 +90,10 @@ Major new features in 2.8 release
 2.8.1
 -----
 
 2.8.1
 -----
 
+wxMSW:
+
+- Fixed compilation with Borland C++ in Unicode mode but without MSLU
+
 wxGTK:
 
 - Don't crash if command line is not valid UTF-8 (Unicode build only)
 wxGTK:
 
 - Don't crash if command line is not valid UTF-8 (Unicode build only)
@@ -134,7 +138,7 @@ All:
 - Added wxFilterFSHandler and wxArchiveFSHandler.
 - Added wxString::ToLongLong() and ToULongLong().
 
 - Added wxFilterFSHandler and wxArchiveFSHandler.
 - Added wxString::ToLongLong() and ToULongLong().
 
-All (GUI): 
+All (GUI):
 
 - wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
   calling SelectObject itself if a valid bitmap is passed.
 
 - wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
   calling SelectObject itself if a valid bitmap is passed.