From dbc73caebbe307940e87f7d9cbe9ded3324605d9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 9 Jul 2009 13:05:12 +0000 Subject: [PATCH] add missed line to latest ChangeLog text: ! Deleted Alert() calls from code. (from hbtip code) --- harbour/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a45e51ea97..aef961f13e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -50,6 +50,7 @@ ! Fixed a wrong error checks after FCreate() calls. ! Fixed to use Len( hb_inetCRLF ) instead of hardwired length. ! Using hb_ntos() instead of Str() in POP3 commands. + ! Deleted Alert() calls from code. * Changed explicit values to manifest constants (F_ERROR) * Changed high ASCII chars in source to Chr() representation, now source can be edited with any editor.