From 07de0bf9e6cff0caa295bd50e4ffdef2783e6a98 Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Fri, 14 Jun 2002 17:09:18 +0000 Subject: [PATCH] 2002-06-14 13:49 UTC-0300 Walter Negro --- harbour/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f5837839d1..260633720b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,24 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-06-14 13:49 UTC-0300 Walter Negro + * source/rtl/getlist.prg + + Add __GetListLast() for support to the functions Update() and + ReadUpdate() + * source/rtl/getsys.prg + ! Fixed compatibility functions Update() and ReadUpdate(). + Now use __GetListLast() instead of __GetListActive(). + __GetListActive() reference to the active oGetList, beginning and + concluding with the ReadModal. + __GetListLast() reference to the last oGetList form the beginning + of the ReadModal until another ReadModal begins. + ! Fix bug in Accelerator(), Clipper 5.3 compatibility function. + * Some cleanup. + * source/rtl/tget.prg + + Add support for SET DELIMITERS + * source/rtl/tgetlist.prg + ! Change __GetListActive() for __GetListLast() for support to + Update() and ReadUpdate() 2002-06-14 20:25 UTC+0300 Alexander Kresin * source/rdd/dbcmd.c