Updates for next release.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@502 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-12-03 10:00:39 +00:00
parent 157cee4a27
commit 55bee86612
+43 -1
View File
@@ -1,3 +1,45 @@
* Release 1.1:
2001-12-03 Michael Bayne <mdb@bering>
* src/java/com/samskivert/viztool/DriverTask.java:
Use File.toURI() rather than build the URI by hand.
* src/java/com/samskivert/viztool/Driver.java:
Added ability to generate postscript output file.
* various:
More Visualizer interface improvements. Created ANT task for invoking
viztool which is much nicer than the script.
* README:
Added documentation for the ANT task.
* build.xml:
Added targets to test the ANT driver task.
* src/java/com/samskivert/viztool/summary/ClassSummary.java, src/java/com/samskivert/viztool/summary/SummaryVisualizer.java:
Summary visualization enhancements.
* src/java/com/samskivert/viztool/layout/PackedColumnElementLayout.java:
Made sorting by height optional.
2001-12-01 Michael Bayne <mdb@bering>
* various:
Created a visualization that displays classes, their public fields,
members and constructors rather than the inheritance hierarchy.
* various:
Refactored things into layout and render utility classes. Other
cleanups. Upped the on screen font size.
2001-11-30 Michael Bayne <mdb@bering>
* various:
Rearranged packages in preparation for the addition of a new type of
visualization.
* Release 1.01:
2001-08-13 Michael Bayne <mdb@bering>
@@ -14,4 +56,4 @@
* various: Initial release.
$Id: NEWS,v 1.3 2001/08/14 01:32:00 mdb Exp $
$Id: NEWS,v 1.4 2001/12/03 10:00:39 mdb Exp $