Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 30752) +++ trunk/doc/TODO (revision 30753) @@ -3,7 +3,6 @@ 1. For the upcoming release =============================================================================== 2. For later releases =============================================================================== -- CLENAUP: disable the old drc plugin by default - CLEANUP: remove import_sch, rename DeprecatedImport() to Import() in oldactions [report: Igor2] - CLEANUP: remove the donut rats special casing - CLEANUP/BUG: bug_files/donut.lht: {c f} on the line, it will also mark the sorrunding larger poly found for no good reason; it happens if the donut rat is within the polygon hole; cut the poly so it's C shaped around it and it won't happen ml=3497,3623 - see also bug_files/rats.lht - remove donuts? code: pcb_isc_ratp_poly() [report: gpaubert] Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 30752) +++ trunk/scconfig/Rev.h (revision 30753) @@ -1 +1 @@ -static const int myrev = 30497; +static const int myrev = 30753; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 30752) +++ trunk/scconfig/Rev.tab (revision 30753) @@ -1,3 +1,4 @@ +30753 configure disable the old drc, enable the new drc 30497 configure new util: bxl2txt 30191 configure drc_orig: plugin configuration so the checks can be disabled 30181 configure query plugin: make bloat/shrink net drc loop reusable Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 30752) +++ trunk/scconfig/plugins.h (revision 30753) @@ -33,8 +33,8 @@ plugin_def("draw_csect", "draw cross-section (layers)", sdisable, 1, 0) plugin_def("draw_fab", "fab layer in some exports", sbuildin, 1, 0) plugin_def("draw_fontsel", "font selection GUI", sdisable, 1, 0) -plugin_def("drc_orig", "the original DRC code", sbuildin, 1, 0) -plugin_def("drc_query", "query() based DRC", sdisable, 1, 0) +plugin_def("drc_orig", "the original DRC code", sdisable, 1, 0) +plugin_def("drc_query", "query() based DRC", sbuildin, 1, 0) plugin_def("expfeat", "experimental features", sdisable, 1, 0) plugin_def("extedit", "edit with external program", sbuildin, 1, 0) plugin_def("exto_std", "standard extended objects", sbuildin, 1, 0) Index: trunk/src_plugins/drc_orig/drc_orig.conf =================================================================== --- trunk/src_plugins/drc_orig/drc_orig.conf (revision 30752) +++ trunk/src_plugins/drc_orig/drc_orig.conf (revision 30753) @@ -2,7 +2,7 @@ ha:overwrite { ha:plugins { ha:drc_orig { - disable=0 + disable=1 } } } Index: trunk/src_plugins/drc_orig/drc_orig.pup =================================================================== --- trunk/src_plugins/drc_orig/drc_orig.pup (revision 30752) +++ trunk/src_plugins/drc_orig/drc_orig.pup (revision 30753) @@ -2,6 +2,6 @@ $short the original DRC code $long A few simple, hardwired Design Rule Checks. $package (core) -default buildin +default disable dep query autoload 1 Index: trunk/src_plugins/drc_query/drc_query.pup =================================================================== --- trunk/src_plugins/drc_query/drc_query.pup (revision 30752) +++ trunk/src_plugins/drc_query/drc_query.pup (revision 30753) @@ -2,6 +2,6 @@ $short query() based DRC $long Scriptable DRC based on query() $package (core) -default disable +default buildin dep query autoload 1