From dde0c242c4a58acc400ef12f117163a102d2de3f Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 4 Aug 2001 00:07:45 +0000 Subject: [PATCH] 2001-08-04 00:06 GMT Dave Pearson * doc/whatsnew.txt * Brought the document up to date. --- harbour/ChangeLog | 4 ++++ harbour/doc/whatsnew.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f4ad926424..b00e4a1e93 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-08-04 00:06 GMT Dave Pearson + * doc/whatsnew.txt + * Brought the document up to date. + 2001-08-03 19:30 GMT -3 Luiz Rafael Culik *Changelog *renamed to Changelog.011 and started an new one diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index 820ad23b7d..8470695290 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -4,6 +4,37 @@ ---------------------------------------------------------------------- +Version 0.37 Build 37 (2001-06-26) + +- Fixed and improved NTX support +- Improved and fixed OOP +- More enhanced DOT prompt with scripting engine +- Enhanced HBMake utility +- New HBZLib library for ZIP support in Harbour +- COPY TO DELIMITED and COPY TO SDF implemented +- Added support for HB_TR_FLUSH environment variable +- New Harbour License based on the license used for Guile 1.4 +- New HB_INKEY_EXTENDED keyboard input mode +- More complete ADS support +- Extended run-time preprocessing possibilities (TPreprocessor class) +- Debugger fixes. It is really usable now. +- Access OLEDB & COM objects with the TOleAuto() class + +Version 0.36 Build 36 (2001-02-22) + +- NTX read and write support +- Support for Inline C code +- Dot prompt and limited Harbour Interpreter +- More support and fixes for ADS databases +- Improved and fixed stack handling +- Improved OOP +- Better Class(y) and TopClass compatibility +- MemoEdit() for 95% complete +- More improved and enhanced TBrowse class +- Lots of improvements on the Harbour Debugger +- APPEND FROM & COPY TO started +- New hbMake utility + Version 0.35 Build 35 (2000-08-15) - Added HB_IDLE*() idle state handling functions.