Index: Rev.h =================================================================== --- Rev.h (revision 7468) +++ Rev.h (revision 7469) @@ -1 +1 @@ -static const int myrev = 7468; +static const int myrev = 7469; Index: Rev.tab =================================================================== --- Rev.tab (revision 7468) +++ Rev.tab (revision 7469) @@ -1,3 +1,4 @@ +7469 configure new plugin for non-graphical fawk sheets 7468 configure new plugin for non-graphical tEDAx sheets 7370 configure cleanup: get rid of local "inline" defs 7322 configure enable io_altium by default Index: plugins.h =================================================================== --- plugins.h (revision 7468) +++ plugins.h (revision 7469) @@ -39,7 +39,7 @@ plugin_def("io_altium", "altium schematics", sbuildin, 1) plugin_def("io_geda", "gEDA schematics and symbols", sbuildin, 1) plugin_def("io_lihata", "lihata schematics and symbols", sbuildin, 1) -plugin_def("io_ngrp_fawk", "fawk non-graphical sheets", sdisable, 0) +plugin_def("io_ngrp_fawk", "fawk non-graphical sheets", sbuildin, 1) plugin_def("io_ngrp_tedax", "tEDAx non-graphical sheets", sbuildin, 1) plugin_def("io_tinycad", "TinyCAD schematics", sbuildin, 1) plugin_def("lib_alien", "alien format helper", sbuildin, 1)