]> git.saurik.com Git - wxWidgets.git/commitdiff
partial update from gtk/changes.txt
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jan 2002 19:41:09 +0000 (19:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jan 2002 19:41:09 +0000 (19:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index afa2e6179af0de3f6312d6f89354dedc0d7b8546..387355a41e00396e46b27487b55fff7fc5fcfbe5 100644 (file)
@@ -76,9 +76,10 @@ wxBase:
 
 All (GUI):
 
+- added IFF image handler
 - fixed using custom renderers in wxGrid which was broken in 2.3.2
 - support for multiple images in one file added to wxImage (TIFF and ICO formats)
-- support for CUR files in wxImage added (Chris Elliott)
+- support for CUR and ANI files in wxImage added (Chris Elliott)
 - wxTextCtrl::GetRange() added
 
 wxMSW:
@@ -95,6 +96,8 @@ wxMSW:
 wxGTK:
 
 - wxDirDialog now presents the file system in standard Unix way
+- wxButton now honours wxBU_EXACTFIT
+- wxStaticBox now honours wxALIGN_XXX styles
 
 2.3.2
 -----