From: tgdwyer Date: Mon, 17 Jul 2006 05:18:56 +0000 (+0000) Subject: Changelog entry for connected components handling in graph layout. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5e95e543aaa782f35d15ea9cf4bf87dcab0d4a3a;p=inkscape.git Changelog entry for connected components handling in graph layout. --- diff --git a/ChangeLog b/ChangeLog index dcc9e1e82..d1685477e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-07-13 Tim Dwyer + + * src/libcola/cola.h, + src/libcola/connected_components.cpp, + src/graphlayout/graphlayout.cpp: + Disconnected graphs are now handled more gracefully, + connected components are arranged separated (in place) and + then overlaps between components are removed. + 2006-07-13 Michael Wybrow * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,