diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f9e43357c2..b02222479c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,22 @@ +2000-05-28 23:00 GMT -3 Luiz Rafaek Culik + *contrib/hbzlib/zlibapi.c + contrib/hbzlib/zipfile1.c + *Fixed unrelease memory Block + *utils/hbdoc/html.prg + *added WriteMetaTag() method + *Enhached the New method to also accept a array contain meta Tags + *utils/hbdoc/hbdoc.prg + *some changes on the harbour.htm generation + *utils/hbdoc/genhtm.prg + utils/hbdoc/genng.prg + *small Changes + +2000-05-28 21:55 GMT -3 Luiz Rafaek Culik + *include/hbapifs.h + +hb_fsEof() declaration added + *source/rtl/filesys.c + +hb_fsEof() function added + 2000-05-29 02:47 UTC+0100 Victor Szakats * doc/whatsnew.txt diff --git a/harbour/doc/en/setmode.txt b/harbour/doc/en/setmode.txt index 72ba984239..c835d6d0f5 100644 --- a/harbour/doc/en/setmode.txt +++ b/harbour/doc/en/setmode.txt @@ -33,11 +33,14 @@ * Note that there are only a real few combination or rows/cols pairs * that produce the video mode change. * The followings are availables for D.O.S: - * 12 rows x 40 columns 12 rows x 80 columns - * 25 rows x 40 columns 25 rows x 80 columns - * 28 rows x 40 columns 28 rows x 80 columns - * 50 rows x 40 columns 43 rows x 80 columns - * 50 rows x 80 columns + * + * + * 12 rows x 40 columns 12 rows x 80 columns + * 25 rows x 40 columns 25 rows x 80 columns + * 28 rows x 40 columns 28 rows x 80 columns + * 50 rows x 40 columns 43 rows x 80 columns + * Not avaliable 43 rows x 40 col 50 rows x 80 columns + *
* Some modes only are availables for color and/or VGA monitors. * Any change produced on the screen size is updated in the values * returned by MAXROW() and MAXCOL().