
This file contains a list of things that should be changed or added to
the current tkined version.

-- The handling of options and user preferences should be reworked
   to make it easier to change and maintain them.

-- A label may not contain a " character because of too simple quoting
   in m_label().

-- allow user defined dialogs. There are at least three ways: 

   1. Use tcl's autoload function to search for files that contain
      dialog definitions in the form Dialog::foobar.

   2. Use some default definitions to let tkined know where it can find
      additional dialogs, e.g

	tkined.dialog.foobar: /usr/local/lib/simLan/simulan_dialog.tk

   3. Use a special ined command to define new dialogs, like

	ined create DIALOG foobar { body }

-- the ordering of tkined objects gets broken when saving a tkined image

-- make editing operations on LOG objects optional

-- better integration of URL references

-- LOG objects should save the current directory

-- stretching or shrinking networks is not well implemented. We need a
   better and more general mechanism to modify network and link points


?? action attributes to bind popup menus to objects

?? select neighbours should select groups

?? key-codes for fast tool access

?? edit a group in another view (like good old idraw?)

