Release 0.91 :
==============
 - some shortcuts to insert the most common widgets :
   - Hbox : CTRL-H ;
   - Vbox : CTRL-h ;
   - Hpaned : CTRL-P ;
   - Vpaned : CTRL-p ;
   - Button : CTRL-B or CTRL-b ;
   - Label : CTRL-L or CTRL-l ;
   - Text : CTRL-T or CTRL-t ;
   - Entry : CTRL-E or CTRL-e ;
   - Menu : CTRL-M or CTRL-m ;
   - MenuCTRL-item : CTRL-I or CTRL-i ;
   - Window : CTRL-W or CTRL-w ;
   - Tree : CTRL-T or CTRL-t ;
 - no more "elements" menu in the entity window
 - when inserting a button, choice between an empty button and with a label in it
 - entities defined in ~/.zoggy/templates can be used as templates which can
   be inserted in an entity tree
 - ids beginning with '_' are not in the interface of the generated classes
 - code generation completed for Insert_page
 - a new name generated for each new widget

Version 0.9:
===========
 - widgets added
 - properties added
 - support for menus
 - bug fixes
 - better interface
 - a camlp4 .cma file can be used to generate code and get the right location of errors

Version 0.1:
============
 - initial release