From 8594097c528df91acb3a06632cff044bd4092c4f Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 19 Jul 2012 18:56:54 +0000 Subject: [PATCH] + Added: missed entry of last day commit. --- harbour/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 30dedb0d1e..e967c0425c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -147,6 +147,21 @@ * utils/hbmk2/hbmk2.prg ! fixed minor formatting inconsistencies +2012-07-18 20:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbide/idedocks.prg + * contrib/hbide/ideedit.prg + * contrib/hbide/ideeditor.prg + * contrib/hbide/ideprojectwizard.prg + * contrib/hbide/ideuisrcmanager.prg + ! Optimized: character constants to numeric ones. + Must speed up the user experience. + + * contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.cpp + * contrib/hbqt/qtgui/hbqt_hbqsyntaxhighlighter.h + + Implemented: any #define with front and back as two underscores + will be displayed in different color in HbIDE. Like.. + #define __this_is_some_constant__ 212 + 2012-07-18 16:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideuisrcmanager.prg ! Fixed: a regression caused by changes in .ui manipulation;