diff --git a/ChangeLog b/ChangeLog index b84d699a..deb82beb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-12-22 Andrey Kiselev + + * libtiff/{tif_color, tif_getimage.c, tiffio.h}, man/TIFFcolor.3t: + More cleanups in color conversion interface, added appropriate manual + page. + 2003-12-19 Andrey Kiselev * libtiff/{tif_extension.c, tif_dirinfo.c, tiff.h}: Warnings fixed as diff --git a/Makefile.in b/Makefile.in index e138e9ae..7463488e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ #! smake -# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.44 2003-11-27 15:08:11 dron Exp $ +# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.45 2003-12-21 21:54:47 dron Exp $ # # @WARNING@ # @@ -280,6 +280,7 @@ TIFFFILES=\ man/libtiff.3t \ man/TIFFbuffer.3t \ man/TIFFcodec.3t \ + man/TIFFcolor.3t \ man/TIFFmemory.3t \ man/TIFFquery.3t \ man/TIFFsize.3t \ @@ -366,6 +367,7 @@ TIFFFILES=\ html/man/TIFFWriteScanline.3t.html \ html/man/TIFFbuffer.3t.html \ html/man/TIFFcodec.3t.html \ + html/man/TIFFcolor.3t.html \ html/man/TIFFmemory.3t.html \ html/man/TIFFquery.3t.html \ html/man/TIFFsize.3t.html \