From a99fd8cb468ea10e11055bbaf1090d8b4d357f81 Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Thu, 21 Feb 2002 06:04:30 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 87f4c5721c..a8af1c9b71 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,31 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * Fixed bug when browsing vars + reported by Jorge A. Giraldo + + * METHOD ::ParsePict() - The change is because if ::Original it is not + + * contrib\delphi\hbdll\start.bat + - METHOD ::Undo() - Delete assignment to ::buffer because + * contrib\delphi\hbdll\errorsys.prg + * For a DLL there is not main procedure, there seems to be something + - METHOD ::VarPut() - Delete ::nDispLen := NIL line, because + called stack. A specific workaround is provided to fix the problem. + - Revert changes of Ignacio Ortiz because the + * Id included + * contrib\delphi\hbdll\Main.pas + * Id included + + In case of an error, the QUIT from the DLL has been moved to Delphi. + + Other small changes + * contrib\delphi\hbdll\MyProg.prg + Only ::ParsePict() can load a value that can differ of + +2002-02-21 06:00 UTC-0300 Walter Negro + ! METHOD ::KillFocus() - Change position of lines, hasfocus should be + * METHOD ::ParsePict() - The change is because if ::Original it is not + This makes that in numeric fields, points or comas are not + - METHOD ::Undo() - Delete assignment to ::buffer because ::VarPut( ::Original, .t. ) makes this assignment.