From eb2f8eaa06046d106f6567ace1f21490704e82ff Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Mon, 28 Apr 2003 21:08:31 +0000 Subject: [PATCH] 2003-04-28 23:00 UTC+0100 --- harbour/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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)