1999-05-18  Havoc Pennington  <hp@pobox.com>

	* Makefile.am: make distcheck fixes

1999-03-31  Havoc Pennington  <hp@pobox.com>

	* mi.h: Do not define true/false in C++ mode; Change miPixel
	definition to contain alpha channel; change drawable to be 
	unsigned char** instead of pixels (since pixels have alpha, 
	and we have to apply the alpha then draw only the RGB part). 

	* miutil.c (miBitmapizePixbuf): Changed to use new drawable.

	* mifllspn.c (miFillSpans): Draw on new drawable type; 
	apply alpha transparency. This is the only substantive 
	change I've made for Guppi, so if you find a bug,
	look here.
	
1999-03-30  Havoc Pennington  <hp@pobox.com>

	* mi.h: Add const to the GC on all the drawing functions; will fix
	the warnings later. 

	* miarc.c (miPolyArc): Add const to GC

	* mifllrct.c (miPolyFillRect): const on GC

	* miply.c (miFillPolygon): const on GC

	* miplypnt.c (miPolyPoint): const on GC

	* miwidelin.c (miWideLine): const on GC

	* mizerarc.c (miZeroPolyArc): const on GC.

	* mizerolin.c (miZeroLine) (miZeroDash): const on GC	
	
	* miutil.c (miBitmapizePixbuf): Use rowstride, not number of
	rowlength. Take unsigned char* for pixbuf.	

1999-03-30  Havoc Pennington  <hp@pobox.com>

	* miutil.c: New file, contains functions to initialize miGC and 
	to convert a flat buffer into a 2D array.
