diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 070f531fc3..a0e9e2ddea 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,22 @@ +2000-06-16 22:10 GMT-3 Luiz Rafael Culik + * utils/hbdoc/hbdoc.prg + * Some small enhacements when generating the Windows HTML HELP project + * utils/hbdoc/genhtm.prg + utils/hbdoc/genchm.prg + utils/hbdoc/html.pg + * Small enhacements + * Some fixed for Errors Reported by April White + * utils/hbdoc/genrtf.prg + * small changes + * utils/hbdoc/genos2.prg + utils/hbdoc/os2.prg + % Many optimizations + ! Many compile error now are fixed(most was the 255 character line lenght) + % Better Table support, Now it generate true Tables + * Many thanks for Maurilio Longo.With out his help this changes was not + possible + + 2000-06-16 21:28 UTC+0100 Victor Szakats * source/rtl/transfrm.c diff --git a/harbour/utils/hbdoc/Makefile b/harbour/utils/hbdoc/Makefile index fa6c86ce9a..0198d06267 100644 --- a/harbour/utils/hbdoc/Makefile +++ b/harbour/utils/hbdoc/Makefile @@ -14,6 +14,7 @@ PRG_SOURCES=\ gentrf.prg \ genng.prg \ genhtm.prg \ + genchm.prg \ genrtf.prg \ genhpc.prg \ genasc.prg \