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

