diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3a8723f08a..5218f07fd7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-05 20:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * ChangeLog + ! Minor typos. + 2009-09-05 19:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/examples/contribf.hbc * utils/hbmk2/examples/contrib.hbc @@ -759,7 +763,7 @@ 2009-08-27 20:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/bsd/gcc.mk * config/hpux/gcc.mk - ! Restored cmdline lenght saver trick for BSD and HPUX after + ! Restored cmdline length saver trick for BSD and HPUX after giving this http://www.in-ulm.de/~mascheck/various/argmax/ a bit more careful read. @@ -924,7 +928,7 @@ * HB_WITHOUT_GTCRS -> HB_INC_CURSES * HB_WITHOUT_GTSLN -> HB_INC_SLANG * HB_WITHOUT_X11 -> HB_INC_X11 - * HB_GPM_MOUSE -> HB_INC_MOUSE (in few remaining hbmk script places) + * HB_GPM_MOUSE -> HB_INC_GPM (in few remaining hbmk script places) ; NOTE: After all this cleanup/leveling is done, probably HB_INC_* variables will be changed to more standard HB_WITH_* format. First I want to finish this part. @@ -2221,7 +2225,7 @@ is totally random. * source/pp/hbpp.c - ! Disabled content when built in HB_DYNLIB. This file should + ! Disabled content when built in HB_DYNLIB mode. This file should never go into a the Harbour dynamic library. Of course we already have the object deletion trick, but, at least on bcc it doesn't work reliably. After chasing this