From ae1f26ca19b6b56d2c753cecfedffc945eabe01b Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Fri, 24 May 2002 04:50:32 +0000 Subject: [PATCH] 2002-05-24 01:50 UTC-0300 Walter Negro --- harbour/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fad3fb443d..1e0c8da0d8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,27 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-05-24 01:50 UTC-0300 Walter Negro + * source/rtl/console.c + ! Fix print in the same line when the new position is previus + to the current one. + + * source/rtl/achoice.prg + * More compliant with Cli**er. + * Support for use acItems directly without internal copy. + This permit modify acItems and reflect this changes. + + * Support for use xSelect directly, if its an array, + without internal copy. + This permit modify xSelect and reflect this changes. + + * No call to xUserFunc again when xUserFunc its call with + nMode = AC_EXCEPT, and xUserFunc return AC_CONT + + * Always redraw the page when return from xUserFunc. + + * Support for return AC_REDRAW. + 2002-05-23 12:46 UTC-0800 Ron Pinkas * source/compiler/harbour.slx ! Fixed SELF[...] // Self as Array in IF_BELONG_LEFT() ( borrowed from from xHarbour )