*** empty log message ***
This commit is contained in:
parent
b707d28693
commit
1420736d1b
@ -1,3 +1,9 @@
|
|||||||
|
2003-12-22 Andrey Kiselev <dron@remotesensing.org>
|
||||||
|
|
||||||
|
* 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 <dron@remotesensing.org>
|
2003-12-19 Andrey Kiselev <dron@remotesensing.org>
|
||||||
|
|
||||||
* libtiff/{tif_extension.c, tif_dirinfo.c, tiff.h}: Warnings fixed as
|
* libtiff/{tif_extension.c, tif_dirinfo.c, tiff.h}: Warnings fixed as
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! smake
|
#! 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@
|
# @WARNING@
|
||||||
#
|
#
|
||||||
@ -280,6 +280,7 @@ TIFFFILES=\
|
|||||||
man/libtiff.3t \
|
man/libtiff.3t \
|
||||||
man/TIFFbuffer.3t \
|
man/TIFFbuffer.3t \
|
||||||
man/TIFFcodec.3t \
|
man/TIFFcodec.3t \
|
||||||
|
man/TIFFcolor.3t \
|
||||||
man/TIFFmemory.3t \
|
man/TIFFmemory.3t \
|
||||||
man/TIFFquery.3t \
|
man/TIFFquery.3t \
|
||||||
man/TIFFsize.3t \
|
man/TIFFsize.3t \
|
||||||
@ -366,6 +367,7 @@ TIFFFILES=\
|
|||||||
html/man/TIFFWriteScanline.3t.html \
|
html/man/TIFFWriteScanline.3t.html \
|
||||||
html/man/TIFFbuffer.3t.html \
|
html/man/TIFFbuffer.3t.html \
|
||||||
html/man/TIFFcodec.3t.html \
|
html/man/TIFFcodec.3t.html \
|
||||||
|
html/man/TIFFcolor.3t.html \
|
||||||
html/man/TIFFmemory.3t.html \
|
html/man/TIFFmemory.3t.html \
|
||||||
html/man/TIFFquery.3t.html \
|
html/man/TIFFquery.3t.html \
|
||||||
html/man/TIFFsize.3t.html \
|
html/man/TIFFsize.3t.html \
|
||||||
|
Loading…
Reference in New Issue
Block a user