Xcircuit v3.x  Things To Do (file TODO)
----------------------------------------------------------------------
In progress:

1) Create a Tcl command to return the value of countchanges(), and make
   "quitcheck" a Tcl script, avoiding all the Tcl_Eval() calls there.

2) Allow page label to be changed from the label on the bottom message bar.

----------------------------------------------------------------------
Bugs to fix ASAP:

1) Position parameters have serious consequences for netlisting, in
  that it can cause an object's netlist to change on a per-instance
  basis.  This should be either dealt with or prevented.  (5/20/04:
  some per-instance handling has been added for string parameters
  in labels; the same procedure would apply to numerical parameters
  but needs to be coded).

2) Positional parameters cause incorrect redisplay during polygon/path
  edit (display reverts to original value).  Deletion of points during
  polygon edit must not delete parameterized points, and insertion of
  points must renumber parameterized points.

3) Substring selection in labels is backwards when the "flip
  invariance" feature has rotated the text string 180 degrees.

4) Colormap installation may be incomplete if xcircuit runs out
  of colors in the middle of running the program (minor problem;
  unlikely to happen).

5) Color and Page menus run off the top and bottom of the screen
  if the lists get to be too long.

----------------------------------------------------------------------
Features to add or change (schematic-capture-specific):

1) Page indices need to be separated from the pagelist indices, so
   that schematic library objects can be loaded and manipulated
   without having to be displayed in the page list. 

2) Need to translate the Python routines for handling the "generic"
   netlist output to Tcl.

----------------------------------------------------------------------
Features to add or change (general):

1) Graphic element, still to be addressed:

    A) Incorporate raw PostScript by using ghostscript to generate
       PPM data, and handling it like a PPM file, but treating it
       in file input/output as an encapsulated PostScript block.
       This should replace the current background rendering code.

    B) Rewrite the image processing routines to clip the size of
       the target image when outside screen bounds.  Cropped
       images must be declared invalid on pan operations.

    C) Page saves for backup should not write the graphic image,
       or at least should not write it more than once (write it
       to a separate file?)

2) Some better handling of over/under arrangements of elements

3) Vectored font output in PostScript.

4) Proper cornering on dot/dashed boxes (maybe easier to
   do in xcircuit and enforce WYSIWYG in PostScript?)

5) Switch to all-floating-point internal units? ---probably not
   necessary, but converting all XPoints to structures with ints
   would be helpful.

6) Comprehensive dependency list for allowing/disallowing
   menu functions (key function dependencies have been dealt
   with).

----------------------------------------------------------------------
