diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8a55b81aa5..26a1cca47c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-04-28 23:00 UTC+0100 Antonio Linares + * source/rtl/tget.prg + ! numbers editing bug (side effect from previous change) fixed + + When typing a number, the second digit was overwriting the previous one. + 2003-04-28 21:00 UTC+0100 Antonio Linares * source/debug/debugger.prg ! aCallStack properly set when using trace mode (K_F10)