* Wednesday, March 27 11:04:01 2002 EST
  * released version 0.1.0 yesterday

* Thursday, March 28 20:20:11 2002 EST 
  * added ellipse routines (Imlib2::Image#{draw,fill}_ellipse)
  * added rotation routines (Imlib2::Image#rotate{,!})
  * updated checkerboard.rb to draw pieces as well (to test
    {draw,fill}_ellipse)

* Saturday, March 30 15:07:02 2002 EST 
  * added draw_oval and fill_oval (more concice aliases for *_ellipse)
  * better comments in examples/checkerboard.rb
  * fixed blue/green mixup in set_context_color()
  * added object-oriented version of examples/checkerboard.rb
    (examples/checkerboard2.rb)
  * updated doc/api.txt with new ellipse calls

* Saturday, March 30 19:11:56 2002 EST 
  * added Imlib2::Font (and associated methods)
  * added Imlib2::Cache  (and associated methods)
  * added Imlib2::Font::{add,remove}_path, Imlib2::Font::paths

* Saturday, March 30 20:11:18 2002 EST
  * added Imlib2::Image#draw_text() -- works as follows:
    im.draw_text font, text, [x, y]
    im.draw_text font, text, [x, y], color
    im.draw_text font, text, {'x' => x, 'y' => y}
    im.draw_text font, text, {'x' => x, 'y' => y}, color
    im.draw_text font, text, x, y
    im.draw_text font, text, x, y, color
  * fixed color setting routines (had 0 for argument count)

* Saturday, March 30 21:04:46 2002 EST
  * added examples/test_font.rb
  * added font, cache, and font path calls to doc/api.txt
