X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4fe51258d17c1e63c55b2b83c8db83e44b15927..457e6c54a28bc20cf347ba921755d7d5b296aa2a:/docs/release.txt diff --git a/docs/release.txt b/docs/release.txt new file mode 100644 index 0000000000..f9d4735830 --- /dev/null +++ b/docs/release.txt @@ -0,0 +1,63 @@ +wxWindows Release Notes +----------------------- + +2.1.13 +====== + +- New wxEncodingConverter class + + +2.1.12 +====== + +- New wxDateTime class to replace millenium-uncompliant wxTime + and wxDate classes. + +- New wxCalendarCtrl class and sample. + +- New wxCmdLineParser class. + +- wxHTML printing and other improvements. + +- Life sample added. + +- TIFF support added to wxImage. + +2.1.11 +====== + +- wxMenu no longer takes a wxFunction argument: either use + event handlers in the menu's host window or set WXWIN_COMPATIBILITY + to 1 in setup.h, and recompile. + +- wxMotif still lags behind other ports but is in much better + shape than the 2.0.1 distribution. + +- Clipboard/drag and drop is still not implemented in wxMotif. + +- The new wxGrid implementation is in beta, but the original + implementation can be restored by setting wxUSE_NEW_GRID + to 0 (in wxMSW) or passing --disable-newgrid to configure + (wxGTK/wxMSW). Pass --enable-newgrid to configure to enable + the new implementation. + +- wxHTML is partially working in wxMotif. The About sample + works, but the others exhibit refresh problems. So light + use of wxHTML is recommended on wxMotif. + +- The wxHTML helpview application crashes on exit if + using VC++ 6 in release mode and loading a large amount of + HTML (such as the wxWindows manual generated using Tex2RTF). + This may be a compiler problem and will be investigated + for 2.1.12. + [ fixed since 2.1.13 ] + +- wxHTML printing has spacing problems under Windows, and may not + work fully under Unix. Hopefully this will be resolved for 2.1.12. + [ fixed since 2.1.12 ] + +- wxStaticBox under Windows obscures controls placed within it: + this will be fixed in 2.1.12. + +- wxStaticBitmap under Windows doesn't respect the transparency mask. +