]> granicus.if.org Git - graphviz/commitdiff
Disconnect text plugin pending complete removal. Now in its own package.
authorellson <devnull@localhost>
Sat, 7 May 2005 19:20:59 +0000 (19:20 +0000)
committerellson <devnull@localhost>
Sat, 7 May 2005 19:20:59 +0000 (19:20 +0000)
configure.ac
lib/common/emit.c

index 07d1b0a10a82be45ffadb6dc38c8a8671f62bf22..092c1b97a042e0495e9a33bb6f4b60918c78aaa6 100644 (file)
@@ -1514,7 +1514,6 @@ AC_CONFIG_FILES(Makefile
        lib/gvc/Makefile
        lib/gvc/libgvc.pc
        plugin/Makefile
-       plugin/text/Makefile
        plugin/layout/Makefile
        cmd/Makefile
        cmd/dot/Makefile
index eba0918bde01ad89ba9b571f64e5c3cd9222af5b..102d36bd20d1199ea45cbc40a2f419e1921bcaea 100644 (file)
@@ -1714,7 +1714,8 @@ static void init_bb_node(graph_t *g, node_t *n)
     all of its outedges, then the scan time would be proportional
     to just the number of nodes for many graphs.
     Wouldn't work so well if the edges are sprawling all over the place
-    but it wouldn't add much to the cost to try before trying individual
+    because then the boxes would overlap a lot and require more tests,
+    but perhaps that wouldn't add much to the cost before trying individual
     nodes and edges. */
 }