I.  Magic version 7.4 is stable, distribution code.  Therefore there
    are no items in "TODO" other than bug fixes.

II. Bugs to fix:

  1. The "extresist" code only recognizes original "fet" types, not
     the new "device" types in the extract file.

  2. The "maxwidth" rule logically should indicate the maximum LEGAL
     width of a layer.  However, as it stands, the value <distance>
     for the "maxwidth" rule is interpreted as the smallest ILLEGAL
     layer width.  This is okay, in that putting the "logical" value
     makes the rule just a little conservative.  But, adding 1 to
     the distance to get the correct result can create a situation
     in which, if the grid is subdivided more finely than the original
     lambda grid, it is possible to generate layout that magic thinks
     is correct but that would fail a rigorous DRC checker program.
     It is not clear how this should be addressed.
