Index: Rev.h =================================================================== --- Rev.h (revision 32298) +++ Rev.h (revision 32299) @@ -1 +1 @@ -static const int myrev = 32284; +static const int myrev = 32299; Index: Rev.tab =================================================================== --- Rev.tab (revision 32298) +++ Rev.tab (revision 32299) @@ -1,3 +1,4 @@ +32299 configure new netlist import plugins 32284 configure io_tedax: file format support for autorouters 32216 configure cleanup: eahc plugin shall register its own menus 32187 configure librnd: infra for menu patching Index: plugins.h =================================================================== --- plugins.h (revision 32298) +++ plugins.h (revision 32299) @@ -85,6 +85,7 @@ plugin_def("import_net_action","import net: action script", sbuildin, 1, 0) plugin_def("import_net_cmd", "sch/net import: run custom cmd", sbuildin, 1, 0) plugin_def("import_netlist", "import netlist", sbuildin, 1, 0) +plugin_def("import_pads_net", "import PADS ascii netlist .asc", sbuildin, 1, 0) plugin_def("import_pxm_gd", "import pixmaps from png/gif/jpg", sbuildin, 1, 0) plugin_def("import_pxm_pnm", "import pixmaps from pnm ", sbuildin, 1, 0) plugin_def("import_sch2", "import sch v2", sbuildin, 1, 0)