From 55bee86612c741f6739ebec28a4fda5199e6c3cc Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 3 Dec 2001 10:00:39 +0000 Subject: [PATCH] Updates for next release. git-svn-id: https://samskivert.googlecode.com/svn/trunk@502 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/viztool/NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/projects/viztool/NEWS b/projects/viztool/NEWS index 4b76b25e..5bdc70f4 100644 --- a/projects/viztool/NEWS +++ b/projects/viztool/NEWS @@ -1,3 +1,45 @@ +* Release 1.1: + +2001-12-03 Michael Bayne + + * 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 + + * 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 + + * various: + Rearranged packages in preparation for the addition of a new type of + visualization. + * Release 1.01: 2001-08-13 Michael Bayne @@ -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 $