
  This file contains suggestions/bugs that I am working on  but  have not
  made it in this release yet. Please read this file  _before_  you start
  sending me bug reports and suggestions. Thanks in advance.....

  BUG   = A bug that's still in there.
  SUG   = A suggestions which still needs to be implemented.
  ADD   = An addition that must be made.
  ASU   = SUG+ADD
  -----------------------------------------------------------------------

  BUG   The (Sub)Item editor still has a bug  which I can't  figure  out.
        To set the mutual exclude of a (sub)item  you must press the  "X"
        key. When this is done you must press the  menu button  and  keep
        the mouse pointer on the menu for about  10 TO 15 SECONDS  before
        intuition decides to drop the menu.

  BUG   The mutual exclude setting of  the  (sub)items  should  skip  the
        NM_BARLABEL (sub)items.

  SUG   Grouping of Gadget Move, Delete, Edit.

  SUG   Restricting the gadget movement to only the X or Y direction.

  SUG   Showing the Gadget Text's when moving.

  BUG   I still haven't been able to figure out why exactly the  Password
        option with the powerpacker.library seems to cruch the data wrong
        I  have  written  to  Nico about  it and still am waiting  for an
        anwser. In the mean time this option isn't available.

  ASU   GadToolsBox should generate more compact source. With this I mean
        that the gadget creation  should  occur  in  a  loop  instead  of
        calling CreateGadget() for each gadget in the file.

  ADD   I would like to let GadToolsBox to be able to generate  an  event
        handler for each gadget, menu and window event. I have some ideas
        of how to implement this but suggestions are welcome...

  ASU   Generating an array of gadget initial states. E.g.  TRUE or false
        for a CheckBox Gadget, The select node in a ListView gadget,  The
        level of a slider and so on....  These things can then be updated
        by the event handler that GadToolsBox should generate (see above)

  ASU   Importing  IFF  ILBM  images  and  maybee  even  make  use of the
        standard intuition boopsi images and gadgets.

  ADD   A programmer from AMOK  (Kai Bolay)  is  busy  writing  an Oberon
        source generator.  Could take some time though because the man is
        very busy with his school work.

  ASU   Making the GETFILE boopsi image sizeable.
