File: ChangeLog

package info (click to toggle)
imlib 1.8.1-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,424 kB
  • ctags: 879
  • sloc: ansic: 45,575; sh: 2,197; makefile: 202
file content (56 lines) | stat: -rw-r--r-- 1,847 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Sat Apr 11 12:30:47 1998  George Lebl  <jirka@5z.com>

	* utils.c: fixed yet one more SIGFPE on alpha

Fri Feb 27 09:41:57 1998  Tom Tromey  <tromey@cygnus.com>

	* load.c (Imlib_load_image): Typo fix from Robert Wilhelm.

1998-02-25  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am (DEFS): Define `SYSTEM_IMRC' too.

1998-02-25  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* misc.c (Imlib_copy_image): The drawable passed to XCreateGC
	should be the dest drawable, not image pixmap.  This caused
	BadMatches all over the place (especially in copy_mask).
	(Imlib_copy_mask): Likewise.

1998-02-24  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am (DEFS): New var.  Moved stuff from CFLAGS.
	(INCLUDES): New var.

1998-02-24  Mark Galassi  <rosalia@cygnus.com>

	* Makefile.am: converted the Makefile.in to a Makefile.am.
	(lib_LTLIBRARIES): 
	(libImlib_la_SOURCES): also converted it to use libtool and
	generate shared libraries.

	* load.c (Imlib_load_image): changed JPEG_PATH to DJPEG_PROG and
	removed %s/djpeg, sine DJPEG_PROG is the full program path.

1998-02-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* misc.c (Imlib_init):  I create a colormap specific to the visual
	the base_window will be using.  This fixes BadMatch errors on
	machines with multiple visual/depth combinations.


1998-02-17 The Rasterman <raster@redhat.com>

        * misc.c (Imlib_init) Fixed visual stuff slightly, and Colormap 
	creation (so it only does so if the visual for the default and the 
	chosen visual mismatch), added function calls to retrieve Imlib's 
	visual and Colormap, plus endianess fixes for network displaying.

1998-02-17 The Rasterman <raster@redhat.com>

	added system imrc config retunr function

1998-02-18 The Rasterman <raster@redhat.com>

        Fixed load.c - missed a not (!) in an if clause