Wed Sep 23 11:21:49 1998  Owen Taylor  <otaylor@redhat.com>

	* rend.c (gdk_imlib_pixmap_foreign_new): Create pixmap
	with g_new0, instead of g_new, to increase the chances
	that all fields are initialized properly.

1998-06-28  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* misc.c (gdk_imlib_init): Let the user use --no-xshm by checking
	the setting on Gdk.

1998-05-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* misc.c (gdk_imlib_init): Initialize uninitialized variables.

	* rend.c: Remove unused variables.
	
1998-05-07  Raja R Harinath  <harinath@cs.umn.edu>

	* save.c (gdk_imlib_save_image): Replaces `snprintf' with
	`g_snprintf' calls. 
	* utils.c (gdk_imlib_create_image_from_data): Likewise.

Tue May  5 15:11:59 1998  Radek Doulik  <gis@academy.cas.cz>

	* replaced snprintf calls with g_snprintf ones, so it
	compiles now on SunOS 

Sat Apr 11 12:30:13 1998  George Lebl  <jirka@5z.com>

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

Fri Mar 20 00:02:43 1998  Tom Tromey  <tromey@cygnus.com>

	* gdk_imlib.h: Replaced `()' with `(void)'.

Sun Mar 15 12:34:45 1998  Owen Taylor <owt1@cornell.edu>

	* Makefile.am (INCLUDES): Added GTK_CFLAGS

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 (gdk_imlib_copy_image): The drawable passed to gdk_gc_new
	should be the dest drawable, not the base imlib window.  This
	caused BadMatches all over the place (especially in copy_mask).
	(gdk_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 (libgdk_imlib_la_SOURCES):
	(lib_LTLIBRARIES): changed gdk_imlib to use the libtool+automake
	formalisms.

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

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

	* Makefile.in (install): Make directory for config files.

	* configure.in: Fixed ENL_LIB_SUPPORT function for non-existing libraries.

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

	* misc.c (gdk_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 (gdk_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 return function

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

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