changeset 1603:101b52039686

Updated the readme with the final changes for version 2.3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 26 Feb 2012 10:22:12 +0000
parents 02641cd81203
children 7eb2e2d6b0be
files readme.txt
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.