2000-01-14  2.0.0pre9
    - Grid widget completed also under Gtk
    - Modified GtkCList behavior (shadow and browse)
    
2000-01-13  2.0.0pre8
    - Under Gtk every widget is displayed corectly
      only Grid should be completed ( AddText not available )
      
2000-01-13  2.0.0pre7
    - Grid widget works

2000-01-11  2.0.0pre6
    - Added Grid widget with TColumn
    - You can add column to the grid
    - Caption of the grid are painted
    
2000-01-10  2.0.0pre5
    - Added listbox widget with TItem
    - Speed up of ncurses refresh
    
2000-01-03  2.0.0pre4
    - Added checkbox widget
    - Now we will try to make gtk work
    
2000-01-02  2.0.0pre3
    - Porting is 95% done. I need to:
	a) Add window event
	b) Test all with Gtk too
	
1999-12-31  2.0.0pre2
    - The rewriting is almost complete, i miss only some features.
      Maybe the porting is 80% completed.

1999-12-27  2.0.0pre1
    - I decided to rewrite internal windows and widget handling
    - Now every widget have a common object structure that has pointer
      to keep a double-linked list of windows and, for each windows,
      a double-linked list of its widgets
      
1999-10-25. 1.1.2
    - both ncurses and gtk now supports windows, labels, buttons and edit boxes

1999-09-24, 1.1.0
    - Starting to full rewrite the engine to support Gtk
    
1999-07-05, 0.9.0
    - Both libgringo and gringosh work !

1999-07-01, 0.1.0 
    - Started writing the parser for gringosh (almost done)
    - sanitize the autoconf procedure
    - created the framework to build the libgringo
    
1999-06-30, 0.0.1
    - Just a little example of navigating thru GET and BUTTONS
    - There are far lot of things to add
