]> git.saurik.com Git - wxWidgets.git/commitdiff
Add recent wxMotif changes.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 28 Aug 2005 08:31:22 +0000 (08:31 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 28 Aug 2005 08:31:22 +0000 (08:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 1f873e4e2a9b42817ce7165b54397a3289de23fe..b5941a9ab76ad1275352092e4f0c664b1f3d728e 100644 (file)
@@ -73,6 +73,12 @@ wxMotif:
 
 - Base library is now binary compatible when built with wxGTK and wxMotif.
 - wxMotif can now display Japanese text under Japanese locale.
+- Fixed button size in common dialogs.
+- Made wxFileDialog translatable.
+- All top level windows should now have a border unless the wxNO_BORDER
+  flag has been specified.
+- Improved wxNotebook support for sizers. It requires the wxNotebook to
+  be created with a "sensible" initial width.
 
 wxMGL:
 - Fixed crash on exit.