]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
added wxEncodingConverter - scripts for creating convertion tables
[wxWidgets.git] / docs / changes.txt
index dc57c3efc797d58147d5bb12666a2834f90cdd46..b4f2733bc5eed7043ba4a9467593fa71b6ca1324 100644 (file)
@@ -7,6 +7,7 @@ next release (2.1.12 or 2.2?)
 wxBase:
 
 - it is now possible to build wxBase under Win32 (using VC++ only so far)
+  and BeOS (without thread support yet)
 
 - wxThread class modified to support both detached and joinable threads, also
   added new GetCPUCount() and SetConcurrency() functions (useful under Solaris
@@ -40,6 +41,7 @@ wxMSW:
 - implemented setting colours for push buttons
 - wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun)
 - tooltips work with wxRadioBox
+- loading/saving big (> 32K) files in wxTextCtrl works
 - returning FALSE from OnPrintPage() aborts printing
 
 wxGTK: