o  convenience functions for 3 vectors

x  port to glib2 (first release version 1.0!)

o  use pkgconfig

x  in randdist -- use GRand

o  select which glib .h files to include

o  write autogen.sh

o  fix a lot of api silliness

o  fitsimage

o  remove fits.[ch], fitsbase.[ch] -> fits.[ch]

x  cube (ie 3Matrix)

o  Ncube?

o  time, astro tools

o  templatize vector, matrix

o  image to be matrix of guchar

o  colorimage
	compatible with cairo
	compatible with gdkrgb

o  image rendering to use subimages

o  render errorellipse to image

o  float and double versions?  

o  PDF to Vector cast

o  More examples

o  More extensive FFT support

o  Make sure Matrix/Vector work on 64-bit machines

o  configure.in : 
	check for fPIC working -- see fftw for example
	force glib, fftw version

o  Image : libart?

-  Image : use gdkpixbuf (or other lib) for loading/saving
	Use convert instead

o  implement ColorImage

o  implement ColorMatrix???

o  Image -> Matrix-style implementation for element access?

o  Massive cleanup of KeyValue  (1. use glist.  2. other glib func?)

o  Warning if --fftw is wanted but not available.

x  fitpm errorbar into wfblib

o  function for srand using /dev/random or time or pid or ...

?  proper placement of python files

x  Make pdf use vector as a base

x  Make PDF = struct PDF *

x  vector array

x  typedef for struct image * (called Image).  Rename image functions to Image funcs.

x  Matrix transpose

x  Matrix roll

x  Matrix convolve

x  MatrixRegions, reference counting on matrices

x  rand_int(max)  (return number between [0 and max) )
