From 3100aa374de0562ca06058b22d6e6f2bd3534b1b Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Mon, 14 Jul 2003 12:44:54 +0000 Subject: [PATCH] 2003-07-14 14:39 UTC+0100 --- harbour/ChangeLog | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8f72cebfb9..edb8bef46d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,17 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-07-14 14:39 UTC+0100 Antonio Linares + * source/vm/classes.c + + HB_SETCLSHANDLE() implemented + + Syntax: HB_SetClsHandle( , ) --> + + Real dirty function, though very usefull under certain circunstances: + It allows to change the class handle of an object into another class handle, + so the object behaves like a different Class of object. + Based on objects.lib SetClsHandle(). + 2003-07-14 09:10 UTC-0300 Antonio Carlos Pantaglione * source/rtl/memoline.c ! Fixed a bug by missed () in HB_CHAR_SOFT1 compare. @@ -17,7 +28,7 @@ + doc/es/hvm.txt + doc/es/input.txt + doc/es/macro.txt - + doc/es/memvar2.txt + + doc/es/memvar2.txt + doc/es/misc.txt + doc/es/nation.txt + doc/es/objfunc.txt @@ -55,8 +66,8 @@ 2003-07-13 12:32 UTC-0400 Alejandro de Garate * doc/es/lang.txt - ! Fixed accents, etc, minor formating. Now in sync with english version - + ! Fixed accents, etc, minor formating. Now in sync with english version + 2003-07-13 12:24 UTC-0400 Alejandro de Garate * doc/es/hbpplib.txt * doc/es/howtobsd.txt @@ -73,7 +84,7 @@ * doc/es/strotype.txt * doc/es/tracing.txt * doc/es/vm.txt - ! Fixed errors, misspelling, accents, etc, minor formating + ! Fixed errors, misspelling, accents, etc, minor formating 2003-07-13 10:52 UTC-0400 Alejandro de Garate * doc/es/array.txt @@ -96,7 +107,7 @@ * doc/es/garbage.txt * doc/es/harbext.txt * doc/es/hb_set.txt - ! Fixed errors, misspelling, accents, etc, minor formating + ! Fixed errors, misspelling, accents, etc, minor formating 2003-07-12 13:02 UTC+0100 Antonio Linares * source/rtl/philes.c