diff --git a/harbour/ChangeLog b/harbour/ChangeLog
index fd11e8638b..8fc6b7b073 100644
--- a/harbour/ChangeLog
+++ b/harbour/ChangeLog
@@ -16,6 +16,20 @@
The license applies to all entries newer than 2009-04-28.
*/
+2010-07-04 12:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ * src/rtl/cdpapi.c
+ * src/rtl/cdpapihb.c
+ * include/hbapicdp.h
+ + Added new low level hb_cdpList() function.
+ ! cdp list generation logic now protected with mutex.
+ ! HB_CDPLIST() .prg level function moved to cdpapihb.c,
+ thus clearing the last pending TOFIX here regarding
+ layer separation. Low level can now be moved to
+ common lib (or is there anything else missing?).
+
+ * contrib/hbqt/hbmk2_plugin_qt.prg
+ * Minor correction in one stdalone error msg.
+
2010-07-02 10:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Added feature for plugins to register the file extensions
diff --git a/harbour/contrib/hbqt/hbmk2_plugin_qt.prg b/harbour/contrib/hbqt/hbmk2_plugin_qt.prg
index e5f97442cb..89ad325cd3 100644
--- a/harbour/contrib/hbqt/hbmk2_plugin_qt.prg
+++ b/harbour/contrib/hbqt/hbmk2_plugin_qt.prg
@@ -377,7 +377,7 @@ PROCEDURE Main( cSrc, cDst )
FErase( cTmp )
ELSE
- OutErr( "Missing parameter. Call with: <.ui|.qrc> <.prg>" + hb_osNewLine() )
+ OutErr( "Missing parameter. Call with: