From c2cca3c6cc26f80042e470a8d597dae8e8b7639f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 10 Mar 2010 10:55:26 +0000 Subject: [PATCH] 2010-03-10 11:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxpp/Makefile ! Added dmlb.ch. * contrib/hbxpp/hbxppext.ch ! Added WORKSPACELIST(). --- harbour/ChangeLog | 19 +++++++++++++------ harbour/contrib/hbxpp/Makefile | 1 + harbour/contrib/hbxpp/hbxppext.ch | 1 + 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b1eed47d80..b03b277755 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-10 11:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbxpp/Makefile + ! Added dmlb.ch. + + * contrib/hbxpp/hbxppext.ch + ! Added WORKSPACELIST(). + 2010-03-10 10:04 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapirdd.h * harbour/src/rdd/wacore.c @@ -40,16 +47,16 @@ ! Reworked behavior of function's prototype display as tooltip. Now it stays there until you press ")", i.e., a function call is made complete. If you move the cursor anywhere in the editor, - the tooltip will disappear, and will reappear when cursor - will be past the "(" opening brace. The same holds true - if you play with another widget. Tooltip has a suspended + the tooltip will disappear, and will reappear when cursor + will be past the "(" opening brace. The same holds true + if you play with another widget. Tooltip has a suspended and active behavior. ! Changed the behavior of "line numbers" display in the editor tabs. - Now it is active for all the tabs on all the panels. The icon + Now it is active for all the tabs on all the panels. The icon at the left will visualize as active or passive accordingly. - ! Corrected behavior of navigation in "Editor tabs" also as + ! Corrected behavior of navigation in "Editor tabs" also as par with behavior in "Projects Tree". 2010-03-09 23:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) @@ -106,7 +113,7 @@ + include/hb.ch * include/Makefile - + Added Harbour header which #includes commonly used in + + Added Harbour header which #includes commonly used ones in applications. It also enables us to easily extend standard set of macros and constants. diff --git a/harbour/contrib/hbxpp/Makefile b/harbour/contrib/hbxpp/Makefile index d86dc2eec0..f385607c70 100644 --- a/harbour/contrib/hbxpp/Makefile +++ b/harbour/contrib/hbxpp/Makefile @@ -41,6 +41,7 @@ PRG_SOURCES := \ PRG_HEADERS := \ dll.ch \ + dmlb.ch \ hbxpp.ch \ hbxppext.ch \ thread.ch \ diff --git a/harbour/contrib/hbxpp/hbxppext.ch b/harbour/contrib/hbxpp/hbxppext.ch index 5f3b5924e2..19531d4f9b 100644 --- a/harbour/contrib/hbxpp/hbxppext.ch +++ b/harbour/contrib/hbxpp/hbxppext.ch @@ -86,5 +86,6 @@ EXTERNAL THREADWAITALL EXTERNAL THREADOBJECT EXTERNAL THREAD EXTERNAL SIGNAL +EXTERNAL WORKSPACELIST #endif /* _HBXPPEXT_CH */