diff readme.txt @ 1769:d81bebc5c8cc

Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency. This commit should change all exports and references appropriately.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 06 Jul 2012 10:51:28 +0000
parents 227e13044ce3
children 86ace55df07b
line wrap: on
line diff
--- a/readme.txt	Sun Jul 01 09:56:49 2012 +0000
+++ b/readme.txt	Fri Jul 06 10:51:28 2012 +0000
@@ -35,7 +35,7 @@
    active codepage; Non-Unicode mode will use the default codepage.
 Added support for Control-Click on Mac for button press events.
 Added DW_POINTER() macro for casting parameters to (void *).
-Added dw_box_remove() and dw_box_remove_at_index() for removing items
+Added dw_box_unpack() and dw_box_unpack_at_index() for removing items
    from boxes without destroying them. Also allows removal of padding.
 Added GBM (Generalized Bitmap Module) support for OS/2 and eCS for loading
    Non-OS/2 native file formats. GBM comes with eCS 1.2 and later.