X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/996994c7143b7a487f3db7a53780097dc5cf2ddd..abc3d84166294c55918b4040c243bc09461bbf83:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index e7abd4fc0d..3d51eb2e59 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -43,7 +43,11 @@ wxGTK: - ShowFullScreen() shows the window if it was still hidden (rpedroso) - Implemented wxTopLevelWindow::RequestUserAttention() (Mart Raudsepp) -- Base library is now binary compatible when built with wxGTK and wxMotif +- Base library is now binary compatible when built with wxGTK and wxMotif. +- wxTextCtrl::XYToPosition, PositionToXY and GetLineLength calls are now + instantaneous in case of GTK+2 multi-line controls (Mart Raudsepp) +- Added support for left, centre and right text alignment attributes under + GTK+2 multi-line text controls (Mart Raudsepp) wxOS2 @@ -56,7 +60,7 @@ wxUniv: wxMotif: -- Base library is now binary compatible when built with wxGTK and wxMotif +- Base library is now binary compatible when built with wxGTK and wxMotif. - wxMotif can now display Japanese text under Japanese locale.