Known issue: The documentation has a lot more 'mixed' unnamed
variables than is good for it..


Changes since PiGTK 1.1.2 Red
 -----------------------------

o Applied fixes from Anders Johansson <andersjo@lysator.liu.se> to
  GTK.pDrawingArea.

o Applied fix from Jerome Zago <agt@F614.resF.insa-lyon.fr> to 
  GDK.GC

o Added support for conditionally compiled widgets, the only supported
  one right now is GtkSheet.

o Added support to GTK.Util.decode_image for all image formats
  currently supported by Pike 0.7.

o Added #line statements to all generated .c files. This should
  simplify debugging.

o Optimized image drawing on truecolor and pseudocolor displays.
  It's now about 20% faster than GdkRGB on truecolor, and only 20%
  slower on pseudocolor.

o Fix to the signal handling from Georg-W. Koltermann applied.

o 1 new widget (GTK.Ctree) implemented.

o Added 'GTK.Util.signal_handling'. This class provides 
  signal_connect and signal_broadcast.

o Added DND. See testdnd.pike for a (rather short and stupid) example.

o Improved documentation. Still needs a lot of work.

o Extended support for Pike 0.7

o Fixed a rather serious bug with palette based visuals (PseudoColor)
  and image objects. The allocated colorcube was actually not a
  colorcube since I missed the corners, I also had another rather
  nasty bug since I allocated (r,g,g) instead of (r,g,b).


Changes since PiGTK 1.1.1 Red
-----------------------------

o 12 new widgets and about 500 new functions implemented. All widgets
  should now be incorporated in PiGTK.

o Fixed mysteriously disappear pixmaps.

o Fixed memory leak in pixmaps.

o Splitted the rather large files into a lot of small ones, one per
  widget, thus speeding up recompilation of parts of the tree and
  making it easier to see what widgets has been implemented.

o Lots of bug-fixes. 

o Requres GTK+ 1.1.13 to run.


PiGTK 1.1.1 Red
---------------

o First release.
