*** empty log message ***

This commit is contained in:
Luiz Rafael Culik
2000-05-29 02:00:54 +00:00
parent e5a92ccad6
commit b2765aa415
2 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
2000-05-28 23:00 GMT -3 Luiz Rafaek Culik <culik@sl.conex.net>
*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 <culik@sl.conex.net>
*include/hbapifs.h
+hb_fsEof() declaration added
*source/rtl/filesys.c
+hb_fsEof() function added
2000-05-29 02:47 UTC+0100 Victor Szakats <info@szelvesz.hu>
* doc/whatsnew.txt

View File

@@ -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
*
* <Table>
* 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
* </table>
* 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().