From 5d5f01024e1de869be7fdc50ff10958e23b0f167 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sun, 2 Sep 2001 12:28:38 +0000 Subject: [PATCH] 2001-09-02 14:20 GMT+1 --- harbour/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2eafa7bff0..63fbd3097a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,18 @@ +2001-09-02 14:20 GMT+1 Antonio Linares + * harbour/source/vm/classes.c + Added BOOL bIsPersistent to the METHOD structure + (notice that both datas and methods use that structure) + + * harbour/source/rtl/tclass.prg + Added lPersistent parameter to AddMultiData, AddData and + AddInline methods. + + * harbour/include/hboo.ch + Added new defines HB_OO_DATA_PERSISTENT and HB_OO_MTHD_PERSISTENT + + * harbour/include/hbclass.ch + Added new clause PERSISTENT or PROPERTY to both datas and methods. + 2001-09-01 19:00 GMT+1 Antonio Linares * harbour/contrib/hgf/win32/tmenu.prg METHOD FindItem( nId ) added