Sun Dec 26 18:49:52 PST 2004  jenglish@flightlab.com
  * Added notice to README file that it hasn't been updated.

Sun Dec 26 18:46:39 PST 2004  jenglish@flightlab.com
  * Update ANNOUNCE file

Sun Dec 26 18:23:33 PST 2004  jenglish@flightlab.com
  * tkimgIO.c: Remove incorrect comments
  
  This is not "a generic interface to XML parsers", as was previously stated.
  Tracked provenance of code; original source was imgInit.c in Img 1.2.4,
  not Zveno Pty Ltd.  Original version had no copyright notice in headers,
  which has been restored.
  

Thu Dec 23 17:53:08 PST 2004  jenglish@flightlab.com
  * Explicitly specify target filename in $(INSTALL) commands

Tue Dec 21 09:27:36 PST 2004  jenglish@flightlab.com
  * imgJPEG.c: Can use boilerplate ChnRead() code now.

Tue Dec 21 09:25:06 PST 2004  jenglish@flightlab.com
  * imgJPEG.c: factored out common parts of ChnRead and ObjRead

Tue Dec 21 09:10:45 PST 2004  jenglish@flightlab.com
  * imgJPEG.c: Merge my_jpeg_obj_src and _channel_src into my_jpeg_mfile_src

Mon Dec 20 18:22:23 PST 2004  jenglish@flightlab.com
  * init.c: Redo preprocessor voodoo
  Implementation routines just define IMAGE_FORMAT now
  instead of PHIMGTYPE and CPACKAGE.

Mon Dec 20 18:02:57 PST 2004  jenglish@flightlab.com
  * Makefile.in: Add CPPFLAGS support

Mon Dec 20 14:34:01 PST 2004  jenglish@flightlab.com
  * Remove misc. dead code (variables set but not used)

Mon Dec 20 14:17:45 PST 2004  jenglish@flightlab.com
  * imgTIFF.c: Use attemptckalloc/ckfree instead of _TIFFmalloc / _TIFFfree

Mon Dec 20 14:09:21 PST 2004  jenglish@flightlab.com
  * imgTIFF.c: remove dead, questionable code

Mon Dec 20 13:58:15 PST 2004  jenglish@flightlab.com
  * Use void * in tkimg_Read signature
  
  Changed type of tkimg_Read()'s second argument from 'char *' to 'void *'.
  Fixes a whole slew of compiler warnings.
  

Mon Dec 20 12:23:08 PST 2004  jenglish@flightlab.com
  * configure.ac: Check AC_C_BIGENDIAN (for imgTIFF.c)

Mon Dec 20 07:53:54 PST 2004  jenglish@flightlab.com
  * Remove tkimg_PhotoPutBlock, tkimgPPB.c
  
  Removed 8.2-compatibility routine tkimg_PhotoPutBlock.
  Tk has supported alpha channels in images since 8.3
  (added 1999-10-28).
  

Mon Dec 20 07:53:23 PST 2004  jenglish@flightlab.com
  * Use tkimg_PhotoPutBlockTk instead of tkimg_PhotoPutBlock

Sat Dec 18 20:40:59 PST 2004  jenglish@flightlab.com
  * Remove unused tools
  
  install-sh: redundant, the copy in tclconfig/ is the one that's used
  mkinstalldirs: Not currently used, can re-add later if needed
  install.tcl: Unmaintained, out-of-date
  ldAout.tcl: Not used, not needed on modern systems, unmaintainable
  genStubs.tcl: Not currently used, out-of-date; can re-add later if needed
  

Sat Dec 18 19:32:25 PST 2004  jenglish@flightlab.com
  * configure.ac: Use 3-argument form for AC_DEFINE

Sat Dec 18 19:22:12 PST 2004  jenglish@flightlab.com
  * Fix tkimg_PhotoExpand argument order to match TIP 116 Tk_PhotoExpand definition

Sat Dec 18 19:14:28 PST 2004  jenglish@flightlab.com
  * imgICO.c: Remove redundant call to tkimg_PhotoSetSize

Sat Dec 18 16:03:49 PST 2004  jenglish@flightlab.com
  * imgJPEG.c: Use common code for ChnWrite and StringWrite.

Sat Dec 18 15:44:46 PST 2004  jenglish@flightlab.com
  * imgJPEG.c: merge my_jpeg_string_dest and my_jpeg_channel dest into my_jpeg_mfile_dest

Sat Dec 18 15:27:05 PST 2004  jenglish@flightlab.com
  * png.test: replaced pngdata, remove -constraints unknownfailure
  
  Original test case does not work with Img 1.3 -- $i data -format png
  returns slightly different results.  Img 1.3, in turn, doesn't
  produce the same results as the current branch.  Difference appears
  to be in the initial few bytes of the IDATA chunk (and the checksum).
  Don't know yet what's different.
  

Sat Dec 18 10:59:28 PST 2004  jenglish@flightlab.com
  * imgPNG.c: Use common StringWrite() and ChnWrite() routines

Sat Dec 18 10:57:49 PST 2004  jenglish@flightlab.com
  * imgPNG: use png_get_io_ptr() instead of png_get_progressive_ptr().

Sat Dec 18 10:51:54 PST 2004  jenglish@flightlab.com
  * Refactor StringWritePNG and ChnWritePNG into common form

Sat Dec 18 09:21:43 PST 2004  jenglish@flightlab.com
  * Factored out common code for ChnWrite and StringWrite.

Sat Dec 18 09:14:48 PST 2004  jenglish@flightlab.com
  * Refactoring, small step: More CommonWrite() consistentization.

Sat Dec 18 09:11:24 PST 2004  jenglish@flightlab.com
  * BUGFIX: forgot to initialize objc

Sat Dec 18 09:03:18 PST 2004  jenglish@flightlab.com
  * Makefile.in: add 'gdb' target

Fri Dec 17 15:31:42 PST 2004  jenglish@flightlab.com
  * Remove now-dead printImgInfo verbosity stuff

Fri Dec 17 15:05:37 PST 2004  jenglish@flightlab.com
  * Refactoring: small step: resynch (partly,mostly) CommonWrite()

Fri Dec 17 14:26:39 PST 2004  jenglish@flightlab.com
  * Refactoring: small step: CommonWrite() declarations

Thu Dec 16 20:52:48 PST 2004  jenglish@flightlab.com
  * Prep for StringWrite refactoring phase

Tue Dec 14 20:45:18 PST 2004  jenglish@flightlab.com
  * tkimgUtils.c now empty -- removed

Tue Dec 14 20:44:00 PST 2004  jenglish@flightlab.com
  * tkimg_ListObjGetElements no longer used; use Tcl_&

Tue Dec 14 20:29:02 PST 2004  jenglish@flightlab.com
  * Replace tkimg_GetStringFromObj with Tcl_GetStringFromObj

Tue Dec 14 19:51:42 PST 2004  jenglish@flightlab.com
  * Remove remainder of unused run-time crosswards compat checks.

Tue Dec 14 19:49:17 PST 2004  jenglish@flightlab.com
  * Remove tkimg_GetByteArrayFromObj -- not used

Tue Dec 14 19:46:21 PST 2004  jenglish@flightlab.com
  * Remove TkimgInitUtilities -- not used

Tue Dec 14 19:41:14 PST 2004  jenglish@flightlab.com
  * Remove IMG_PERL / _LANG compat stuff
  
  Don't care about Perl.

Tue Dec 14 10:35:44 PST 2004  jenglish@flightlab.com
  * imgTIFF.c: Remove now-dead code

Tue Dec 14 10:32:05 PST 2004  jenglish@flightlab.com
  * imgTIFF.c: assume TIFFClientOpen always present.

Tue Dec 14 10:24:13 PST 2004  jenglish@flightlab.com
  * imgTIFF.c: Remove unused code

Tue Dec 14 10:23:23 PST 2004  jenglish@flightlab.com
  * imgSUN.c: remove unused code

Tue Dec 14 10:21:38 PST 2004  jenglish@flightlab.com
  * imgSGI.c: remove unused code

Tue Dec 14 10:16:51 PST 2004  jenglish@flightlab.com
  * Remove debugging code

Tue Dec 14 10:15:22 PST 2004  jenglish@flightlab.com
  * Factor out ChnRead

Sun Dec 12 10:07:05 PST 2004  jenglish@flightlab.com
  * Remove CreateMutex call
  
  On WIN32, Img 1.2 created a Mutex "ImgDllMutex" on package initialization.
  This was apparently used to signal the Inno Setup (un)installer that the 
  package was in use.  This is not presently used.
  

Sun Dec 12 13:19:08 PST 2004  jenglish@flightlab.com
  * Partial fix for imgWindow.c on Windows
  
  Untangled some of the #ifdefs; now compiles, runs, and works on Windows.
  Does not capture subwindow data (this appears to be a limitation
  of the XGetImage() emulation on Windows).
  

Sun Dec 12 12:29:49 PST 2004  jenglish@flightlab.com
  * Fix WISH_ENV
  
  Don't use $(top_builddir) in top_builddir.
  

Sat Dec 11 19:18:10 PST 2004  jenglish@flightlab.com
  * Updated 'modules' target.

Sat Dec 11 19:17:06 PST 2004  jenglish@flightlab.com
  * Define BUILD_tkimg, for Windows builds.

Fri Dec 10 13:41:21 PST 2004  jenglish@flightlab.com
  * More autoconf tweaks - check for libz.  Add 'shell' target.

Fri Dec 10 12:16:57 PST 2004  jenglish@flightlab.com
  * Fix 'install' target

Fri Dec 10 10:13:30 PST 2004  jenglish@flightlab.com
  * Add @TK_INCLUDES@, in case different from @TCL_INCLUDES@

Fri Dec 10 07:55:30 PST 2004  jenglish@flightlab.com
  * Build individual modules (first draft)

Thu Dec  9 18:56:17 PST 2004  jenglish@flightlab.com
  * Remove dead code.

Thu Dec  9 18:49:10 PST 2004  jenglish@flightlab.com
  * GIF thread-safety - missed a spot (see also #1081827)

Wed Dec  8 18:00:30 PST 2004  jenglish@flightlab.com
  * Made GIF code (mostly) thread-safe

Sun Dec  5 18:26:06 PST 2004  jenglish@flightlab.com
  * Add support for static libraries.

Sun Dec  5 18:11:33 PST 2004  jenglish@flightlab.com
  * More autoconf hacking.

Sun Dec  5 18:03:49 PST 2004  jenglish@flightlab.com
  * Added window.test

Sun Dec  5 17:51:28 PST 2004  jenglish@flightlab.com
  * showimages.tcl: create embedded windows as children of text widget

Sun Dec  5 07:42:32 PST 2004  jenglish@flightlab.com
  * Skip TEA_ENABLE_THREADS -- package is not thread-safe

Sat Dec  4 17:30:07 PST 2004  jenglish@flightlab.com
  * Remove incorrect comments.

Sat Dec  4 17:23:39 PST 2004  jenglish@flightlab.com
  * Fix unsafe stub initialization
  
  Pass TK_VERSION to Tk_InitStubs instead of "8.1" -- if we 
  compile against 8.4 headers it is *not* safe to load into
  an 8.3 interp. 8.5 vs. 8.4 has the same problem.
  

Sat Dec  4 17:13:57 PST 2004  jenglish@flightlab.com
  * Remove 'myblock' idiom
  
  Removed all occurrences of:
  
  typedef struct myblock {
      Tk_PhotoImageBlock ck;
      int dummy; /* extra space for offset[3], in case it is not
  		  included already in Tk_PhotoImageBlock */
  } myblock;
  #define block bl.ck
  
  Tk_PhotoImageBlock.offset has had room for an alpha channel 
  since 1999/10/29 03:57:55 (tk.h rev 1.32), and even before that 
  there was an extra 'reserved' field in the structure.
  

Sat Dec  4 17:02:43 PST 2004  jenglish@flightlab.com
  * Remove pixmap build infrastructure.
  ...not sure if we even want to keep pixmap image type...

Sat Dec  4 16:08:00 PST 2004  jenglish@flightlab.com
  * Remove window build infrastructure

Sat Dec  4 16:07:29 PST 2004  jenglish@flightlab.com
  * Added interactive test for window image type

Sat Dec  4 16:03:08 PST 2004  jenglish@flightlab.com
  * Add Window image format

Sat Dec  4 15:45:44 PST 2004  jenglish@flightlab.com
  * Remove old PS build infrastructure

Sat Dec  4 15:44:55 PST 2004  jenglish@flightlab.com
  * Added PostScript photo image format (still missing PDF)

Sat Dec  4 15:43:13 PST 2004  jenglish@flightlab.com
  * showimages.tcl: more debugging info

Sat Dec  4 13:52:05 PST 2004  jenglish@flightlab.com
  * Remove ps/tests

Sat Dec  4 13:51:27 PST 2004  jenglish@flightlab.com
  * Move PS and PDF test files into tests/images

Sat Dec  4 13:47:58 PST 2004  jenglish@flightlab.com
  * init.c: remove SECOND_FORMAT
  Removed SECOND_FORMAT stuff - will handle the PS/PDF differently.

Sat Dec  4 13:22:55 PST 2004  jenglish@flightlab.com
  * Try AC_CHECK_LIB(png) if PKG_CHECK_MODULES fails

Sat Dec  4 13:08:10 PST 2004  jenglish@flightlab.com
  * Remove old tkimgtiff build infrastructure.

Sat Dec  4 13:06:57 PST 2004  jenglish@flightlab.com
  * Remove unused TIFF support routines
  tiffJpeg.c, tiffPixar.c, and tiff/tiffZip.c not needed -- 
  JPEG and DEFLATE support built in to stock libtiff.

Sat Dec  4 13:05:30 PST 2004  jenglish@flightlab.com
  * Move declarations for TkimgTIFF{free,malloc,realloc}

Sat Dec  4 09:48:20 PST 2004  jenglish@flightlab.com
  * Import TIFF image format

Fri Dec  3 23:44:30 PST 2004  jenglish@flightlab.com
  * Oops!
  Looks like libpng-tcl, libz-tcl, and libtiff-tcl didn't get 
  moved properly, and aren't in the darcs repository.
  Not using those anyway ATM, might as well dump libjpeg-tcl too. 

Fri Dec  3 23:39:30 PST 2004  jenglish@flightlab.com
  * Remove redundant copies of tclconfig/ directory

Fri Dec  3 23:35:45 PST 2004  jenglish@flightlab.com
  * Remove old GIF build infrastructure

Fri Dec  3 23:16:06 PST 2004  jenglish@flightlab.com
  * Add JPEG image format

Fri Dec  3 22:16:12 PST 2004  jenglish@flightlab.com
  * Unknown failure persists - patch test suite
  
  See notes in test sgi-3.0.
  

Fri Dec  3 23:17:30 PST 2004  jenglish@flightlab.com
  * Remove local copies of libjpeg and libtiff

Fri Dec  3 21:38:46 PST 2004  jenglish@flightlab.com
  * Remove -constraints broken from test suite

Fri Dec  3 21:35:39 PST 2004  jenglish@flightlab.com
  * Just use Tcl_GetByteArrayFromObj
  
  tkimg_GetByteArrayFromObj was doing the Wrong Thing since 
  byteArrayType was never initialized.  This was the cause of 
  all the '-constraints broken' tests.  Took for*ever* to track down...
  

Fri Dec  3 21:33:54 PST 2004  jenglish@flightlab.com
  * Add 'tags' target

Fri Dec  3 20:52:08 PST 2004  jenglish@flightlab.com
  * Oops!  Tae bad Tcl_DStringSetLength call back out
  don't call Tcl_DStringSetLength on uninitialized value 

Fri Dec  3 18:58:40 PST 2004  jenglish@flightlab.com
  * Fix 'make test' in out-of-tree builds

Fri Dec  3 18:46:20 PST 2004  jenglish@flightlab.com
  * Disable test gif-2.0 -- something is *definitely* wrong

Fri Dec  3 18:16:31 PST 2004  jenglish@flightlab.com
  * Added GIF format, but something is funny...

Fri Dec  3 16:58:44 PST 2004  jenglish@flightlab.com
  * Added SUN and SGI image formats

Fri Dec  3 16:23:56 PST 2004  jenglish@flightlab.com
  * Add XBM image format

Fri Dec  3 16:08:14 PST 2004  jenglish@flightlab.com
  * ico.test: temporarily disable
  
  Mysterious failures in this test suite too; temporarily disabling.
  

Fri Dec  3 15:57:41 PST 2004  jenglish@flightlab.com
  * Added ICO image format

Fri Dec  3 15:56:30 PST 2004  jenglish@flightlab.com
  * showimages.tcl: use text widget to show images.

Fri Dec  3 15:24:34 PST 2004  jenglish@flightlab.com
  * png.test: temporarily disable
  
  png.test is failing on my main devel box (works fine on other hosts though).
  Don't know why this is; suspect it has something to do with the fact
  that the X server is set to 16 bpp instead of the usual 32.  
  Will investigate later.
  

Fri Dec  3 15:22:14 PST 2004  jenglish@flightlab.com
  * Added BMP photo image format

Fri Dec  3 14:00:29 PST 2004  jenglish@flightlab.com
  * Remove old PPM build infrastructure

Fri Dec  3 13:59:52 PST 2004  jenglish@flightlab.com
  * Add PPM format (is this needed?)

Fri Dec  3 13:59:17 PST 2004  jenglish@flightlab.com
  * Fix showimages.tcl to handle unreadable images

Fri Dec  3 13:47:09 PST 2004  jenglish@flightlab.com
  * Add PCX format

Fri Dec  3 13:35:36 PST 2004  jenglish@flightlab.com
  * Add XPM format.

Thu Dec  2 20:31:08 PST 2004  jenglish@flightlab.com
  * Remove tkimg.c (redundant with imgInit.c)

Thu Dec  2 19:17:22 PST 2004  jenglish@flightlab.com
  * Remove local copy of libz

Thu Dec  2 19:16:51 PST 2004  jenglish@flightlab.com
  * Remove old png build structure

Thu Dec  2 18:53:23 PST 2004  jenglish@flightlab.com
  * Display summary at end of configure run

Thu Dec  2 18:52:21 PST 2004  jenglish@flightlab.com
  * Use autoconf / pkg-config to determine PNG config

Thu Dec  2 15:28:07 PST 2004  jenglish@flightlab.com
  * Remove local copy of libpng

Thu Dec  2 15:27:24 PST 2004  jenglish@flightlab.com
  * Add PNG support

Thu Dec  2 15:24:21 PST 2004  jenglish@flightlab.com
  * Add showimages.tcl, interactive test program.

Thu Dec  2 08:50:18 PST 2004  jenglish@flightlab.com
  * Resolve conflicts

Thu Dec  2 08:37:54 PST 2004  jenglish@flightlab.com
  * Fix bug 987107 (from CVS)
  
  2004-12-01  Jeff Hobbs  <jeffh@ActiveState.com>
  	* tkimg.h: use TK_PHOTO_COMPOSITE_SET instead of
  	TK_PHOTO_COMPOSITE_OVERLAY to ensure initial alpha is taken
  	directly from source image (without compositing). [Bug 987107]
  

Wed Dec  1 20:29:34 PST 2004  jenglish@flightlab.com
  * Remove tkimg_Fix*Procs.

Wed Dec  1 20:26:39 PST 2004  jenglish@flightlab.com
  * Temporarily remove tkimg stubs table.

Wed Dec  1 20:25:55 PST 2004  jenglish@flightlab.com
  * Inline non-stubs part of tkimgDecls.h into tkimg.h

Wed Dec  1 20:06:40 PST 2004  jenglish@flightlab.com
  * Import new skeletal build system

Wed Dec  1 20:01:24 PST 2004  jenglish@flightlab.com
  * Add DStringInit() call.

Wed Dec  1 19:59:55 PST 2004  jenglish@flightlab.com
  * Better type-safety; fix function signature mismatches.

Wed Dec  1 19:58:47 PST 2004  jenglish@flightlab.com
  * tga.test: use tcltest 2.0

Wed Dec  1 19:06:51 PST 2004  jenglish@flightlab.com
  * Fix compiler warnings

Wed Dec  1 19:03:25 PST 2004  jenglish@flightlab.com
  * Remove remainder of tga/ subdirectory

Wed Dec  1 18:43:41 PST 2004  jenglish@flightlab.com
  * Add TGA format

Wed Dec  1 18:36:07 PST 2004  jenglish@flightlab.com
  * Use C preprocessor instead of sed to parameterize init.c

Wed Dec  1 18:05:30 PST 2004  jenglish@flightlab.com
  * Move tga.c

Wed Dec  1 18:03:38 PST 2004  jenglish@flightlab.com
  * base subdirectory gone

Wed Dec  1 18:02:08 PST 2004  jenglish@flightlab.com
  * use tkimg.h instead of img.h

Wed Dec  1 17:58:50 PST 2004  jenglish@flightlab.com
  * Move base/README

Wed Dec  1 17:12:27 PST 2004  jenglish@flightlab.com
  * Move base/*.[ch] into top-level directory.

Wed Dec  1 16:31:07 PST 2004  jenglish@flightlab.com
  * Hacked imgInit.c until it compiles and links

Wed Dec  1 16:05:02 PST 2004  jenglish@flightlab.com
  * Use tcltest 2 in all.tcl

Wed Dec  1 14:30:35 PST 2004  jenglish@flightlab.com
  * Remove (some) TCL_STORAGE_CLASS monkey business

Wed Dec  1 14:16:37 PST 2004  jenglish@flightlab.com
  * Hack img.h and imgInit.c until they compile.

Wed Dec  1 14:07:14 PST 2004  jenglish@flightlab.com
  * Import img.h from CVS

Wed Dec  1 13:43:07 PST 2004  jenglish@flightlab.com
  * Add imgInit.c from CVS

Wed Dec  1 12:34:07 PST 2004  jenglish@flightlab.com
  * tclconfig: remove unused files

Wed Dec  1 12:31:57 PST 2004  jenglish@flightlab.com
  * Sync tcl.m4 with current TEA CVS HEAD

Wed Dec  1 10:20:38 PST 2004  jenglish@flightlab.com
  * Remove old build system
  
  Removing old build system so updates to TkIMG CVS don't propagate
  through darcs repository.
  

Wed Dec  1 09:33:01 PST 2004  jenglish@flightlab.com
  * Move tcl subdirs out of third-party lib dirs

Tue Nov 30 12:35:02 PST 2004  jenglish@flightlab.com
  * Sync with Sourceforge CVS

Tue Nov 30 12:09:46 PST 2004  jenglish@flightlab.com
  * Update to tkimg1.3 release
  
  From top-level ChangeLog:
  
  2004-08-16  Andreas Kupries  <andreask@activestate.com>
  
  	* Updated some hardwired version information in png, zlib, and
  	  tiff.
  
  2004-08-13  Andreas Kupries  <andreask@activestate.com>
  
  	* libz/tcl: Changed version of wrapper to 1.2.1, synchronized to
  	  version of libz.
  
  	* libpng/tcl: Changed version of wrapper to 1.2.6, synchronized to
  	  version of libpng.
  
  	* libtiff/tcl: Changed version of wrapper to 3.6.1, synchronized to
  	  version of libtiff.
  
  2004-08-13  Andreas Kupries  <andreask@activestate.com>
  
  	* libtiff:     Updated libtiff from version 3.5.5 to 3.6.1.
  	* libtiff/tcl: Updated to handle the new version of libtiff.
  
  2004-08-12  Andreas Kupries  <andreask@activestate.com>
  
  	* libpng:     Updated libpng from version 1.0.8 to 1.2.6rc5.
  	* libpng/tcl: Updated to handle the new version of libpng.
  
  2004-08-12  Andreas Kupries  <andreask@activestate.com>
  
  	* libz:     Updated zlib from version 1.1.3 to 1.2.1.
  	* libz/tcl: Updated to handle the new version of zlib.
  
  2004-08-12  Andreas Kupries  <andreask@activestate.com>
  
  	* ico/ico.c: The last change made to these files, not
  	* sun/sun.c: recorded in the ChangeLog [*], caused them to
  	* sgi/sgi.c: be stored back into the CVS in DOS format.
  	* tga/tga.c: This screwed up the compile, more precise,
  	* pcx/pcx.c: the continuation lines in the code were not
  	             recognized anymore.
  
  	[*] cvs annotate claims that the change was made on July 27.
  
  2004-06-03  Andreas Kupries  <andreask@activestate.com>
  
  	* base/tkimgPPB.c:
  	* base/tkimg.h: Added conditional definition for Tk_PhotoExpand
  	* bmp/bmp.c:    (named tkimg_PhotoExpand). Changed all occurences
  	* gif/gif.c:    if Tk_PhotoExpand to the new definition. This
  	* ico/ico.c:    takes care of a change between Tk 8.4 and 8.5
  	* jpeg/jpeg.c:
  	* libjpeg/tcl/jpegtcl.c:
  	* pcx/pcx.c:
  	* png/png.c:
  	* ppm/ppm.c:
  	* ps/ps.c:
  	* sgi/sgi.c:
  	* sun/sun.c:
  	* tga/tga.c:
  	* window/window.c:
  	* xbm/xbm.c:
  	* xpm/xpm.c:
  
  2003-04-04  Andreas Kupries  <andreask@activestate.com>
  
  	* configure:
  	* base/configure:
  	* base/tclconfig/tcl.m4:
  	* bmp/configure:
  	* gif/configure:
  	* ico/configure:
  	* jpeg/configure:
  	* libjpeg/tcl/configure:
  	* libjpeg/tcl/tclconfig/tcl.m4:
  	* libpng/tcl/configure:
  	* libpng/tcl/tclconfig/tcl.m4:
  	* libtiff/tcl/configure:
  	* libtiff/tcl/tclconfig/tcl.m4:
  	* libz/tcl/configure:
  	* libz/tcl/tclconfig/tcl.m4:
  	* pcx/configure:
  	* pixmap/configure:
  	* png/configure:
  	* ppm/configure:
  	* ps/configure:
  	* sgi/configure:
  	* sun/configure:
  	* tclconfig/tcl.m4:
  	* tga/configure:
  	* tiff/configure:
  	* window/configure:
  	* xbm/configure:
  	* xpm/configure: Updated to newest tcl.m4, regenerated
  	  configure's.
  
  
  

Tue Nov 30 11:47:00 PST 2004  jenglish@flightlab.com
  * Initial import of tkimg1.3rc2

