From e2311dfe799a4567dd0d9021dc1c3a8ac1074bd7 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 5 Sep 2001 04:49:06 +0000 Subject: [PATCH] 2001-09-05 06:42 GMT+1 --- harbour/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7251975b03..b87241ff02 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,13 @@ +2001-09-05 06:42 GMT+1 Antonio Linares + * harbour/contrib/hgf/win32/tform.prg + Added new properties Top, Left, Height and Width. + + * harbour/contrib/hgf/win32/win32.c + Added new functions WinGetTop(), WinSetTop(), WinGetLeft(), WinSetLeft(), + WinGetHeight(), WinSetHeight(), WinGetWidth(), WinSetWidth(). + + HB_PM_SHOWMODAL renamed as HB_FORMSHOWMODAL. + 2001-09-02 16:15 GMT -3 Luiz Rafael Culik * source/rtl/isprint.c * Replaced HB_OS_WIN_32_USED with HB_OS_WIN_32