Revision history for Graph::Drawing

0.01  Tue Jun 17 11:08:36 2003
    - original version; created by h2xs 1.22 with options
        -A -X -n Graph::Drawing

0.01.1  Fri Jul 4
    - Fixed documentation in every module.

0.01.2  Fri Jul 4
    - Ack!  Forgot Graph/ under lib/.  Oops!

0.02  Fri Jul 4
    - Added _debug calls here and there.
    - Added the size attribute accessor to Surface.pm.
    - Changed the G::D::Random::get_coordinate method to use the
      surface size for the max.
    - Added a line to make it obvious that you can specify the surface
      size directly, in the object creation, in the Random.pm SYNOPSIS
      and in eg/whotalks.
    - Fixed and enhanced the Drawing.pm and Surface.pm documentation.

0.03  Fri Jul 4
    - Moved the base class functionality to *::Base.
    - Renamed the "pic_output" method to "draw", in Surface.pm.
    - Enhanced the documentation of Vertex.pm slightly.
    - Removed the SCALE constant from Surface.pm.
    - Made the FACTOR constant in Surface.pm an object attribute 
      called "grade".
    - Updated the Base.pm documentation accordingly.

0.04  
    - Ack!  What was I thinking?  Renamed the "draw" method to
      "write_image" in Surface.pm.
    - Made the surface_name attribute optional and allowed
      write_image to accept a filename argument.
    - Holy crap.  I forgot to include Base.pm in the $#@!ing MANIFEST.
    - Made the Surface::_init method check $self->data before calling
      the max_weight method.
    - Made sure all the feeble tests ran correctly...