Bugs
~~~~
probably many ...

Things which are planned
~~~~~~~~~~~~~~~~~~~~~~~~
- A better concept for getcursor
- Finish a lot of things (partial typesetting, enumerations, ...)
- An insert dialog, allowing to select Elements
- More formula elements (should have all TeX has)
- A matrix element
- Enumeration (arabic/roman)
- The GTK-backend
- Using the TeX-algorithm for line breaking
- Combine concepts of parameters and commands

New elements:
- A sketch glyph which encapsulates an ordinary drawing element
- A ScalingContainer. For example this element could contain three
  HBoxes, lets say L, C, R. Now the height of C should be used to
  scale L and R. This would allow the user to construct bracket like
  elements.


Wishes
~~~~~~

- a nicer 'Text Parameters'-window using a tree widget; private
  elements can be represented using branches
- An editor window
  Should look like a common text processor, allow inserting of all
  Elements (math, special characters, ...) from nice menus. Should 
  include the ruler. Would be nice to be able SketchGlyphs directly.
- Elements which are similar to StringContainers but for other
  languages. They could e.g. lay out the content from right to left,
  or up to down.
- A container which draws hangul characters.
- The frame concept (see CONCEPTS)
- Tables
- A flyspell mode
- Automatic hyphenation
- A glyph container which overlays its content. It would  allow to create new 
  characters by combination of others. For example Plancks h-quer
  would be a combination of a 'h' and '-'. 


