diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 718ba3fd3a..d68358bdd5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,21 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-09-08 11:44 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * doc/whatsnew.txt + * doc/dirstruc.txt + * Updated. + + * contrib/hbhpdf/tests/harupdf.prg + - contrib/hbhpdf/tests/files/maskimage.png + + contrib/hbhpdf/tests/files/maskimag.png + - contrib/hbhpdf/tests/files/32_32_2color.dat + - contrib/hbhpdf/tests/files/32_32_gray.dat + - contrib/hbhpdf/tests/files/penguinattack.ttf + - contrib/hbhpdf/tests/files/32_32_rgb.dat + * One file renamed to short name. + - Some unused files removed. + 2008-09-08 02:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/transfrm.c * source/rtl/set.c diff --git a/harbour/contrib/hbhpdf/tests/files/32_32_2color.dat b/harbour/contrib/hbhpdf/tests/files/32_32_2color.dat deleted file mode 100644 index 77cef94be7..0000000000 Binary files a/harbour/contrib/hbhpdf/tests/files/32_32_2color.dat and /dev/null differ diff --git a/harbour/contrib/hbhpdf/tests/files/32_32_gray.dat b/harbour/contrib/hbhpdf/tests/files/32_32_gray.dat deleted file mode 100644 index 82ea9e5ef0..0000000000 Binary files a/harbour/contrib/hbhpdf/tests/files/32_32_gray.dat and /dev/null differ diff --git a/harbour/contrib/hbhpdf/tests/files/32_32_rgb.dat b/harbour/contrib/hbhpdf/tests/files/32_32_rgb.dat deleted file mode 100644 index f728d48eb3..0000000000 Binary files a/harbour/contrib/hbhpdf/tests/files/32_32_rgb.dat and /dev/null differ diff --git a/harbour/contrib/hbhpdf/tests/files/maskimage.png b/harbour/contrib/hbhpdf/tests/files/maskimag.png similarity index 100% rename from harbour/contrib/hbhpdf/tests/files/maskimage.png rename to harbour/contrib/hbhpdf/tests/files/maskimag.png diff --git a/harbour/contrib/hbhpdf/tests/files/penguinattack.ttf b/harbour/contrib/hbhpdf/tests/files/penguinattack.ttf deleted file mode 100644 index 622ae2d634..0000000000 Binary files a/harbour/contrib/hbhpdf/tests/files/penguinattack.ttf and /dev/null differ diff --git a/harbour/contrib/hbhpdf/tests/harupdf.prg b/harbour/contrib/hbhpdf/tests/harupdf.prg index 883b2d0f21..de699e10e4 100644 --- a/harbour/contrib/hbhpdf/tests/harupdf.prg +++ b/harbour/contrib/hbhpdf/tests/harupdf.prg @@ -60,9 +60,7 @@ //----------------------------------------------------------------------// #include "harupdf.ch" -#ifdef __oHARBOUR__ -#include "xhb.ch" -#endif + //----------------------------------------------------------------------// Function Main( cFileToSave ) @@ -73,10 +71,8 @@ Function Main( cFileToSave ) if DesignHaruPDF( cFileToSave ) Alert( "PDF File <"+cFileToSave+"> is Created!" ) - else Alert( "Some problems in creating the PDF!" ) - endif Return nil @@ -1314,7 +1310,7 @@ Static function Page_Images( pdf ) /* image3 is a RGB-color image. we use this image for color-mask * demo. */ - image3 := HPDF_LoadPngImageFromFile(pdf, cImagePath+"maskimage.png") + image3 := HPDF_LoadPngImageFromFile(pdf, cImagePath+"maskimag.png") iw := HPDF_Image_GetWidth(image) ih := HPDF_Image_GetHeight(image) diff --git a/harbour/doc/dirstruc.txt b/harbour/doc/dirstruc.txt index fb999b4c6d..3345f0455c 100644 --- a/harbour/doc/dirstruc.txt +++ b/harbour/doc/dirstruc.txt @@ -48,6 +48,10 @@ track of all files (read the FAQ if you don't know what SVN is). | | | | | +---guestbk - Harbour Guests Book. | | | +| | +---hbsqlit2 - Interface for SQLite 2.x library. +| | | | +| | | +---tests - Test programs. +| | | | | +---hscript - Harbour Script. | | | | | +---misc - A few humble demonstration. @@ -172,10 +176,6 @@ track of all files (read the FAQ if you don't know what SVN is). | | | | | +---tests - Test programs. | | -| +---hbsqlit2 - Interface for SQLite 2.x library. -| | | -| | +---tests - Test programs. -| | | +---hbsqlit3 - Interface for SQLite 3.x library. | | | | | +---sqlite3 - An amalgamation of SQLite core library. @@ -207,8 +207,8 @@ track of all files (read the FAQ if you don't know what SVN is). | +---hbwhat32 - What32 is a library for ccessing all of Win32 API | | from PRG level. | | -| +---hbziparch - Interface for ZipArchive general purpose compression -| | | library to work with ZIP files. +| +---hbziparc - Compatibility interface with ZipArchive general +| | | purpose compression library to work with ZIP files. | | | | | +---tests - Test programs. | | | diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index ddc6b7df48..37b91ea4ad 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -213,6 +213,7 @@ Known build issues normal in this non-Harbour code. - Using Pelles C 5.00.1 in 64-bit mode, HB_INET*() functions won't work. +- gtalleg contrib may not compile on all platforms/compilers. Version 1.0.0 (2008-08-10) tag: 1.0.0