From d798f0527f42595320e4a2a988d466035baaef57 Mon Sep 17 00:00:00 2001 From: Jorge Alberto Giraldo Salazar Date: Fri, 1 Mar 2002 20:20:43 +0000 Subject: [PATCH] 2002-03-01 15:00 UTC-0500 Jorge A. Giraldo --- harbour/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c784ea8b96..3562c2b528 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,16 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + the characters until the first non editable character. + * source\rtl\tgetlist.prg + * METHOD GetPostValidate() + * modification to be more Clip*r compliant and behaviour. + - eliminate call to SetFocus() when BadDate = .T., this fix makes + that the buffer is not erased if the date is incorrect. + +2002-03-02 13:40 UTC-0300 Walter Negro + * source\vm\classes.c + * __objClone() * comment this line pDstObject->item.asArray.value->puiClsTree = NULL; because it's redundant with arrayClone(). see Changelog below.