summaryrefslogtreecommitdiffstats
path: root/tkimg/window/ChangeLog
blob: 8ab043e644746b54c206e5065645f8a7c7a33918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2009-01-12	Jan Nijtmans <nijtmans@users.sourceforge.net>

	* No longer Panic when an out-of-memory error occurs,
	  when compiled with Tcl/Tk 8.5 or later and running with
	  Tcl/Tk 8.5 and later (Tk bug #2477446)

2004-11-01  Andreas Kupries <andreask@activestate.com>

	* window.c: Removed inclusion of windows.h. This is done through
	  tcl.h and tk.h, doing it here before Tcl/Tk causes a conflict in
	  8.5, which restructured the includes. The change is ok when
	  compiling against 8.[34] as well.

2004-08-18  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tkimg 1.3 ========================
	*

2002-12-03  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* Makefile.in (CYGPATH): Added this variable. Is substituted by
	  configure. The miss caused problems on Linux (empty backtick).

2002-11-25  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* Start of logging.
	* tkimg/window: WINDOW photo image type. Provided by Paul Obermeier
	  <obermeier@users.sourceforge.net> using the original Img sources.