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