From a00350eef27cb7a8a0ef4791543aaa2159f9a53b Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Thu, 27 Jan 2000 11:59:34 +0000 Subject: [PATCH] /doc/whatsnew.txt updated for build 31 --- harbour/ChangeLog | 6 ++++ harbour/doc/whatsnew.txt | 60 ++++++++++++++++++++++++++++++++++++++++ harbour/include/hbver.h | 3 +- 3 files changed, 68 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c8c33afe6a..0ae92def93 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +20000127-12:54 GMT+1 Patrick Mast + * doc/whatsnew.txt + * updated for build 31 + * include/hbver.c + * Changed day in date to 27 + 20000126-23:59 EST Paul Tucker * makefile.vc + source/tools/ng.prg diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index 3b7f92183c..2ca1206f87 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -1,3 +1,63 @@ +Build #31 2000-01-27 +- Added macro support +- Many changes, fixes, and enhancements to compiler internals +- Many changes, fixes, and enhancements to RDD system +- Many changes, fixes, and enhancements to the GT API system +- Improved SETCURSOR() and SET( _SET_CURSOR ) +- Added FIELDBLOCK() and FIELDWBLOCK() +- The Harbour '-w' command line option can set the maximal level of reported warnings. The following levels are supported currently: + '-w0' - no warnings + '-w' or '-w1' - Clipper compatible warnings + '-w2' - some useful warnings missed in Clipper + '-w3' - warnings generated for Harbour language extensions +- The 'libs' directory is now named 'lib'. +- The 'runner' program is now named 'hbrun'. +- Some include files now have an 'hb' prefix in the name. +- db_brows significantly enhanced. +- Regression testing enhanced and expanded, replacing several standalone test modules. Now in tests/regress directory. +- Added FSETDEVMOD() +- Added READINSERT() +- Added MEMOLINE() +- Added undocumented DISPOUTAT() +- Added DEFPATH() and __DEFPATH() +- Enhanced VERSION() to optionally include the compiler version used to create Harbour +- Enhanced OS() to include more Windows version details +- Added __INPUT(), __WAIT(), and SETTYPEAHEAD() +- Added several undocumented __BOX*() functions +- Added HB_VALTOSTR() +- Improved Windows INKEY() support +- Added missing Clipper 5.3 SETs: + _SET_VIDEOMODE + _SET_MBLOCKSIZE + _SET_MFILEEXT + _SET_STRICTREAD + _SET_OPTIMIZE + _SET_AUTOPEN + _SET_AUTORDER +- Added undocumented GETE() +- Compatibility functions added: + __CLASSNEW() + __CLASSINSTANCE() + __CLASSADD() + __CLASSNAME() + __CLASSSEL() + __CLEAR() + __ATCLEAR() +- Added ANNOUNCE CLIPPER520 and ANNOUNCE CLIPPER530 +- Added PROCFILE() +- Added national message related functions: + ISAFFIRM(), ISNEGATIVE(), NATIONMSG(), _NATSORTVER(), _NATMSGVER() +- Added Harbour compiler tracing (i.e., debug output) +- Many changes, fixes, and enhancements to documentation +- Program added to extract documentation from source code and create NG and HLP files +- Compile time expression optimizer. +- Some preprocessor fixes +- Added ADS RDD +- Added TYPE() function +- MlCount() and MlPos() functions +- Get system completally finished + + Build #30 September 30 1999 - RDD support - Support for MEM files diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index eba8e0a16e..4a22b062b2 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -36,6 +36,7 @@ /* * ChangeLog: * + * V 1.61 Patrick Mast Changed day on build date to 27 * V 1.6 Patrick Mast Bumped build to 31 and updated date * V 1.5 David G. Holm Bumped revision code to "b" and * changed date for public release. @@ -89,6 +90,6 @@ extern int hb_day; #define hb_build 31 /* Build number */ #define hb_year 2000 /* Build year */ #define hb_month 01 /* Build month */ -#define hb_day 26 /* Build day */ +#define hb_day 27 /* Build day */ #endif /* HB_VER_H_ */