===================
* Completely rewrote FramedPlot. Fully backward compatible with
the old FramedPlot, it adds a tremendous number of new features.
CustomFramedPlot is now deprecated.
* Configuration options are now read when objects are instantiated,
instead of during class definition. This means you can change them
in the middle of a script, using the new configure() function.
* Added read_rows(),read_matrix() functions. They read text data files,
returning a list of rows and a matrix, respectively. Numeric Python
arrays are returned by default. The readcolumn() function has been
renamed read_column().
* TeX font control sequences \it and \bf are now recognized. Spaces
are no longer ignored during math mode.
* You can now specify single characters as plotting symbols.
* Added DataBox/PlotBox components.
* Added .align_interiors option to Table.
* Added .drop_to_zero option to Histogram.
* Added .title_style attribute to all containers.
* The container methods .save_as_XXX() were renamed .write_XXX().
While the old names are not deprecated, they will no longer
appear in the documentation.
* Bug fixes: fixed crash when used by a CGI script, dropped minus
sign for axis labels which are powers of ten, compile problem on
Suns.