diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d88fb4d4f9..85fbbf2f64 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,10 +17,15 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-01-12 12:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbnetio/utils/netiosrv.hbp + + Now includes hbmk.hbm so that the .hbp file works when + hbmk2 is launched from other directory. + 2010-01-11 01:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_destruct.cpp + Added .prg callable hbqt_QMainWindow_saveSettings() and - hbqt_QMainWindow_restSettings(). These two functions are + hbqt_QMainWindow_restSettings(). These two functions are essential to save and restore last hbIDE interface exactly in the same state it was closed last. This I could not achieve via pure .prg code. @@ -28,15 +33,15 @@ * contrib/hbide/hbide.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idesaveload.prg - + Implemented restoring exact geometry of main window plus - all the docking windows plus toolbars. hbIDE creates + + Implemented restoring exact geometry of main window plus + all the docking windows plus toolbars. hbIDE creates idesettings.ini in the folder returned by hb_dirBase(). - Note that idesettings.ini is not a windows .ini format - and please do not try to change even a single byte of its + Note that idesettings.ini is not a windows .ini format + and please do not try to change even a single byte of its contents. - + Implemented splitting any source into multiple windows. - This implementation allows you to edit different parts of + + Implemented splitting any source into multiple windows. + This implementation allows you to edit different parts of same source simultaneously. This feature allows you to split window horizontally or vertically. You can split many times. This feature can be activated as such: @@ -44,7 +49,7 @@ 2. Context menu will be displayed, point to item 3. Select from "Split Horiz..." etc. - Please report any functionality which may be incorporated hereunder. + Please report any functionality which may be incorporated hereunder. 2010-01-11 08:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + contrib/hbide/resources/findsource.ui @@ -711,12 +716,12 @@ * contrib/hbide/ideobject.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idesources.prg - ! Fixed and corrected many artifacts. + ! Fixed and corrected many artifacts. Mainly in the area of project building, please test. 2010-01-10 16:54 UTC-0300 Vailton Renato (vailtom gmail.com) * contrib/hbide/ideactions.prg - + Added new action "CloseOther" referenced in the menu, but missing in + + Added new action "CloseOther" referenced in the menu, but missing in IdeActions:loadActions() * contrib/hbide/idesources.prg @@ -727,14 +732,14 @@ * contrib/hbide/idedocks.prg * contrib/hbide/ideobject.prg * contrib/hbxbp/xbprtf.prg - ! Fixed: double-click on Output Console error information + ! Fixed: double-click on Output Console error information line now correctly places the editor positions. The error will not occur in future. 2010-01-10 10:50 UTC-0300 Vailton Renato (vailtom gmail.com) * contrib/hbide/idesources.prg ! Fixed to call ::oIde:updateTitleBar() after close any file. After closing - all the files, the hbIDE was not updating the title bar of the main + all the files, the hbIDE was not updating the title bar of the main window. 2010-01-10 12:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) diff --git a/harbour/contrib/hbnetio/utils/netiosrv.hbp b/harbour/contrib/hbnetio/utils/netiosrv.hbp index 7f25850cb6..0b001a8ffa 100644 --- a/harbour/contrib/hbnetio/utils/netiosrv.hbp +++ b/harbour/contrib/hbnetio/utils/netiosrv.hbp @@ -2,6 +2,9 @@ # $Id$ # +# Add it explicitly to allow calling this .hbp from other dirs. +hbmk.hbm + netiosrv.prg -o{!dos&x86}hbnetio_${hb_plat} -o{!dos&!x86}hbnetio_${hb_plat}_${hb_cpu}