
* 2.9.8   Sun Jan 14 10:16:01 2001
  - fixed cursors invisibility with ncurses
  - add missed prototype to gringo.h
  - new type TYPE_LISTITEM
  - gringo_Windows is public
  - window_OnClose can detach event in ncurses
    
* 2.9.7   Sat Jan 13 09:22:48 2001
  - updated TODO
  - fixed signal handling
  - fixed no window to paint case
  - fixed gringo_paint_all flag
    
* 2.9.6   2000-01-12 01:34
  - No more return error when no more windows exists, this is a problem
    with gringosh. So it is safe to return 0 or track each window_Destroy
    event.

* 2.9.5   2000-01-11 23:59
  - Compile under FreeBSD

* 2.9.4   Tue Nov 21 09:07:01 2000
  - listbox now uses TChain (GM)
  - you can now use --force-ncurses or --force-gtk on the command line
    to force a given mode, usefull to test ncurses under an xterm
    
* 2.9.3   Thu Oct 19 09:58:34 2000
  - label-get-value.c fixed a compiler warning
  
* 2.9.2   Thu Oct 12 23:07:57 2000
  - Gabriele needs some more function in order to finishi 'gringosh'
  - char* label_GetValue( TLabel *obj );
  - TBUTTON(obj)->status = 0(not clicked) or 1 (clicked);
  - int button_GetValue( TButton *obj );
  - object TYPE_* constants has been moved from the private header
    gringo-init.h to the public header gringo.h in order to satisfy
    the gringosh developers
  - char* edit_GetValue( TEdit *obj ) ;
  - int checkbox_GetValue( TCheckbox *obj );
    
* 2.9.1   Mon Aug 28 22:53:53 2000
  - successfully work with ncurses
  - testing for gtk in configure.in
  - begin compiling under gtk only
  - removed any g_print and gringo_Print(...)
  - ncurses work well when both supports are enabled 
  