From f572622e576489ff8be0ed58461316e081091dfb Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Sat, 12 Jun 1999 13:34:07 +0000 Subject: [PATCH] Added WhatsNew.txt (Info for in between builds) --- harbour/whatsnew.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 harbour/whatsnew.txt diff --git a/harbour/whatsnew.txt b/harbour/whatsnew.txt new file mode 100644 index 0000000000..c4bbe63a08 --- /dev/null +++ b/harbour/whatsnew.txt @@ -0,0 +1,13 @@ +Build #26 12 June 1999 + +- Check for non used declared variable +- Better support for different platforms and compilers. +- New Inifiles class +- Support for IBM C++ compiler for OS/2 +- Harb26.Zip includes Runner.exe now + So NO NEED for any external software to run Harbour PRG's! +- Many resolved Bugs +- Many new functions +- New National language message files +- New TestBank. It compiles ALL Harbour samples +- : := can now be used inside expressions (codeblocks)