From 3a09c40c293e57eb04e949a96d45dd4609d821a5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 7 Feb 2012 14:50:09 +0000 Subject: [PATCH] 2012-02-07 15:49 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL + added new item to TROUBLESHOOTING section: "12. If you are to report a problem with Harbour itself, always provide self-contained, minimal sample source code. Do not use xhb contrib library, or any 3rd party Harbour libraries. The sample shall reproduce the problem using official stable or nightly Harbour build." --- harbour/ChangeLog | 10 +++++++++- harbour/INSTALL | 10 +++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 774a40a403..ec639d429c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,11 +16,19 @@ The license applies to all entries newer than 2009-04-28. */ +2012-02-07 15:49 UTC+0100 Viktor Szakats (harbour syenar.net) + * INSTALL + + added new item to TROUBLESHOOTING section: + "12. If you are to report a problem with Harbour itself, always provide + self-contained, minimal sample source code. Do not use xhb contrib + library, or any 3rd party Harbour libraries. The sample shall reproduce + the problem using official stable or nightly Harbour build." + 2012-02-03 17:26 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h + Implemented: Drag & Drop of selected text. - It confirms to the standard Windows behavior per drop protocol, + It confirms to the standard Windows behavior per drop protocol, and in addition, also confirms to the hbIDE's column-selection mode. 2012-02-02 10:32 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) diff --git a/harbour/INSTALL b/harbour/INSTALL index a54e06347b..fac4f0ec62 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -1296,11 +1296,15 @@ HARBOUR enough information. Compress your log using zip if it is larger than 25KB. (use the extension .zip) With these, you have much better chance to get useful or any response. - 10. If you are to report a build problem with a Harbour application, + 10. Do not alter the directory layout and files in Harbour and 3rd party + packages. + 11. If you are to report a build problem with a Harbour application, most of the above point applies, plus make sure to use '-trace' command line option when running hbmk2. - 11. Do not alter the directory layout and files in Harbour and 3rd party - packages. + 12. If you are to report a problem with Harbour itself, always provide + self-contained, minimal sample source code. Do not use xhb contrib + library, or any 3rd party Harbour libraries. The sample shall reproduce + the problem using official stable or nightly Harbour build. 11. QUICK START TO BUILD YOUR OWN HARBOUR APPLICATIONS