* (1998-10-28)
  Rework `current-geometry' to map from sheet coords to PAGE coords
  to avoid roundoff accumulation error.  This involves moving it up
  out of the driver, which is good anyway and can probably solve
  the redraw annoyance (also, we don't need to always recompute
  current-geometry -- just do it when dragging or clicking)

* (1998-05-25)
  Add text graphic objects
  -- partially done

* (1998-05-25)
  Add polylines and bezier curves
  -- partially done

* (1998-05-25)
  Load/Save/Undo
  -- partially done

* (1998-05-30)
  Factor out lightweight event management to be sharable
  by other applications (gui.app.framework.lightweight ?)

* (1998-05-30)
  Implement window resizing (that is, resize the window contents!)
  --> Find out what Robert's approach was.

* (1998-05-30)
  WM_NORMAL_HINTS for initial window placement from saved
  positions.

* (1998-05-30)
  Effective (instead of just introspective) scrollbars
  Scrollbar buttons

* (1998-05-31)
  Support multiple displays; seperate out common frame concepts
  from document graphic view concepts.

* (1998-05-31)
  Implement an effective inspector, i.e., one that can modify
  the selected object.

* (1998-06-05)
  Add page functions `goto-page', `insert-page', `delete-page'

* (1998-06-05)
  Cut/copy/paste objects
    - graphic objects
    - pages
    - layers

* (1998-06-05)
  Add view-local variables like `point'

* (1998-06-05)
  Add `C-x o' (other-window) for circulating among app windows

* (1998-06-05)
  Add (frame) or (rect) interactive type

* (1998-06-05)
  Add dialog interpreter (generalization of minibuffer)
  -- partially done

* (1998-06-05)
  Add tabbed widget for inspectors etc.

* (1998-06-05)
  Add color to graphic objects

