From f32eba48cca0abae688ce844520563df5f532eee Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Thu, 21 Aug 2003 10:42:20 +0000 Subject: [PATCH] 2003-08-21 12:37 UTC+0100 --- harbour/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 109b00749e..745f3d2157 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,18 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-08-21 12:37 UTC+0100 Antonio Linares + * source/rtl/teditor.prg + ! Modified to allow inherited classes to properly manage K_ESC + * source/rtl/memoedit.prg + ! K_ESC and CTRL-W Clipper compatible management + + MemoEdit() bugs described by David Macias, already fixed. + + The only difference there is with Clipper is that Clipper does not shows + the message "Abort Edit? (Y/N)" if the text has not been modified, but + Class HBEditor does not provides a DATA lModified by now. + 2003-08-21 11:29 UTC+0100 Antonio Linares * contrib/samples/environ.c ! Fixed GPF on missing dot for FileExt() use