From 19cec0d8264b0a40a486652046d7d124355f7cc2 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Thu, 21 Aug 2003 11:39:56 +0000 Subject: [PATCH] 2003-08-21 13:36 UTC+0100 --- harbour/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 745f3d2157..00a6acfe3c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,16 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-08-21 13:36 UTC+0100 Antonio Linares + * source/rtl/ttopbar.prg + + MenuModal() implementation - changes borrowed from xHarbour, + which borrowed used Class TopBarMenu from Harbour. + + With this function, David Macias reported bug of missing functions, is + answered, as the functions names should not be truncated to 10 chars, + also MAKEDIR() should be used instead of DIRMAKE(), and MemoSetSuper() + implementation is pending on RDD experts development. + 2003-08-21 12:37 UTC+0100 Antonio Linares * source/rtl/teditor.prg ! Modified to allow inherited classes to properly manage K_ESC