
* 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 
  