12010-04-09  Jan Nijtmans <nijtmans@users.sourceforge.net>
2
3	* Make all of Tk's stub table entries available to tkImg,
4	  no matter what Tk version we are compiling against.
5
62008-11-14  Andreas Kupries  <andreask@activestate.com>
7
8	* tkImgUtils.c: Fixed syntax error reported by MSVC.
9
102006-01-27  Andreas Kupries <andreask@activestate.com>
11
12	* configure.in: TEA 3.5 upgrade, do not use TK_LIBS (anymore).
13	* configure:    Regenerated.
14
152004-12-01  Jeff Hobbs  <jeffh@ActiveState.com>
16
17	* tkimg.h: use TK_PHOTO_COMPOSITE_SET instead of
18	TK_PHOTO_COMPOSITE_OVERLAY to ensure initial alpha is taken
19	directly from source image (without compositing). [Bug 987107]
20
212004-08-18  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
22
23	*
24	* Released and tagged Tkimg 1.3 ========================
25	*
26
272002-11-26  Andreas Kupries <andreas_kupries@users.sourceforge.net>
28
29	* pkgIndex.tcl.in: Added index script to load all format handlers
30	  when requiring 'Img', i.e. the old package.
31
322002-11-21  Andreas Kupries <andreas_kupries@users.sourceforge.net>
33
34	* tkimgUtils.c (tkimg_FixObjMatchProc):
35	* tkimgUtils.c (tkimg_FixChanMatchProc): Changed bit-negation to
36	  logical negation. This fixes a bug intriduced by the rewrite to
37	  use version info to distinguish between calls from 8.3.2 and
38	  8.3. The bug caused the procedure to bail out without rotating
39	  the arguments, causing the remainder to end up with the argument
40	  in the wrong places, crashing the system when trying to read
41	  from the channel or data object.
42
43	  Looking at the signatures I believe that the inherited code is
44	  still wrong for calls from 8.3.2.
45
462002-11-20  Andreas Kupries <andreas_kupries@users.sourceforge.net>
47
48	* Makefile.in: The configure variable TK_XINCLUDES has to placed
49	  in variable, to avoid problem on platforms placing a shell
50	  comment into it. More in the Makefile.
51
522002-11-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
53
54	* tkimg.h (tkimg_PhotoPutBlockTk): Added a convenience macro
55	  dealing with the change of the signature of Tk_PhotoPutBlock
56	  between 8.3.5 and 8.4 [see TIP 98]. This is a compile time
57	  decision. I.e. 'tkimg' and format handlers can be compiled for
58	  8.3 and earlier, or 8.4. The result will run only with the core
59	  it was compiled for. This might change before the release of Img
60	  2.0.
61
622002-11-18  Andreas Kupries  <andreask@activestate.com>
63
64	* Start of logging.
65
66	* tkimg: The base package for the format handlers to draw upon.
67