2002/02/24
  * Improved visualisation in VO:Load a bit.
  * Added CreateHPanel and CreateVPanel to VO:Panel (for convinience).
  * Fixed layouting bug in VO:PatternLegend.

2002/02/20
  * Fixed a number of initialisation errors.

2002/02/17
  * Added VO:Dlg:Input (note that behaviour might slightly change in future).

2002/02/16
  * Renamed VO:Model:File in VO:Model:DirTable.
  * Added more functionality to Directory.Mod.
  * Added new method recatchedFocus to VO:Object.
  * Made VO:String select whiole string on focus in.

2002/01/26
  * Fixed bug in VO:Model:Table. ClearSelection didi not clealy refresh
    line.
  
  * Changed behaviour of VO:TableView. If model notified without
    message object, visible area is restored to top of list.
    
  * VO:Model:File: Merged columns for taype and size into one column.
  
  * Enhanced VO:Model:Table:LTableModel. Now you can insert derived ListEntries.

2002/01/23
  * Added first version in VO:Model:Table and VO:TableView for cell alignment.
    VO:Model:File make use of it.

--- new release 020122

2002/01/21
  * Added modules VO:Dlg:File, VO:Model:File, Directory.Mod and
    Directory.c for visualizing directory (so called file dialog or
    file requester). Directory.c uses some libc directory functions
    and thus may not compile on every system. Because of this it is not
    yes part of the library.

2002/01/19
  * Some fixes to VO:String. Disabled state was not always checked.
    Grid in disabled mode was not always correctly redrawn.
    
  * Added readOnly flag to VO:String. If set, gadget is drawn as normal
    but value cannot be manipulated.
    
  * Changed some key handling in VO:TableView.
  
  * Added GetString to VO:Model:Value.ValueModel.

2002/01/15
  * Optimized pushing and poping of fore-, background color and
    font. If attribute is already set to the requested value,
    OS will not be done. This visibly speeds up drawing.

2002/01/14
  * Removed the need for special font ids. All font operations
    directly work on VO:Base:Display.Font. Expecially definitions
    like VO:Base:Display.normalFont are not a nummeric constant
    but directly point to an instance of VO:Base:Display.Font.
    All emthods that work with font ids have been removed.

2002/01/13
  * Rewrote Display, Window and KeyEvent to use (a simple version)
    of the X11 input mechanism. GetText() and GetKey() disapeared
    and are exchanged by simple attributes.
    
  * Fixed a bug in VO:String, crashing when getting keyeventswithout a
    model assigned.
    
  * Fixed focus handling. When an object handles a mouse event it only
    gets the keyboard focus if it CanFocus().
    
  * VO:View removes VO:Object:canFocus from the scroller, so they do not
    catch keyboad focus (perhaps we should make this globaly configurable?).

2002/01/06
  * Fixed pattern for manupulating fontnames for font styles handling.
    VisualOberon should now be able to load more fonts.

2001/12/09
  * Fixed bug in focus chain handling. When the window opened a wrong
    gadegt was selected asinitial focus object.

  * Added new getter and CanXXX methods to VO:Model:Value to make it more
    useable.