From b274fec976073763fa80736c42e59d042bfa2b8e Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Mon, 18 Mar 2002 22:39:32 +0000 Subject: [PATCH] See changelog 2002-03-18 19:30 UTC-0300 --- harbour/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1eb838343d..e51978291e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,28 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + Of course if a public variable is overriden by a private one, + the private value it is saved. I have not compared the saved + files with Cl*pper ones. Once this is checked, then we may + remove the SAVE TO entry from the TODO file. + + Notice that the code borrowed from [x]Harbour for this function, + has been removed, as the function has been redesigned. + +2002-03-19 11:36 UTC+0000 Dave Pearson + * source/rtl/tbrowse.prg + * Commented out calls to TRACELOG(). + * source/rtl/tgetlist.prg + * Commented out calls to TRACELOG(). + +2002-03-19 09:30 UTC+0300 Alexander Kresin + * source/rdd/dbfntx/dbfntx1.c + * Some type casts to prevent errors under MSVC and gcc + * source/rdd/dbcmd.c + * Reverted changes of handling second parameter in Ordscope() + +2002-03-18 19:30 UTC-0300 Luiz Rafael Culik + * include/getexit.ch include/buttons.ch * Minor fixes