# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1330251732 0 # Node ID 101b520396868536b9479d139aaf6bcca371cf75 # Parent 02641cd812034a7a1408ac1a7bd6f5f4b3a661a1 Updated the readme with the final changes for version 2.3. diff -r 02641cd81203 -r 101b52039686 readme.txt --- a/readme.txt Sun Feb 26 09:36:22 2012 +0000 +++ b/readme.txt Sun Feb 26 10:22:12 2012 +0000 @@ -50,9 +50,11 @@ Added dw_main_quit() to cause the dw_main() message loop to return. Added DW_FCF_COMPOSITED to enable Aero Glass effects on Windows 7 and Vista. Added local autorelease pools on Mac making _dw_pool_drain() unnecessary. +Added deprecated API support for Clang, GCC and Visual C compilers. + dw_mdi_new() and dw_menu_item_set_check() have been deprecated. Fixed auto-sizing top-level windows on Windows; added on OS/2 and Mac. Fixed bubble help not being displayed on Windows. -Fixed menu bar items remaining highlighted on Mac 10.6 and later. +Fixed menu bar items remaining highlighted on Mac. Fixed OS/2 and Windows showing windows during dw_window_set_pos/size(). Fixed OS/2 scrollbox resizing problems when not in the initial position. Fixed Windows scrollbox maximum position is off by one.