Release 1.3:
 - removed epeire and topcameleon from repository because of
   the licenses (mixing QPL and GPL). These tools are
   distributed separately and are not yet updated for ocaml 3.07
 - new library sqml, to parse and print sql queries (not yet fully tested,
   will be used in the future to add support for custom queries in dbforge)
 - dbforge: new option -remove-table-prefix
 - dbforge: arguments to char, nchar, varchar and nvarchar are not handled as ocaml
  	    code of type int
 - file transfer in MLChat
 - lists in report : use var instead of var.current to access the current element
 - new library Toolhtml
 - mlchat : persistent connections
 - no more chat plug-in
 - use if lablgtk 1.2.6

Release 1.2:
 - use of lablgtk 20021031
 - add : new html parameter in Configwin, customizable with the new
   configwin_html_config utility
 - add : new command "log" on files handled by CVS
 - add : new option "file_double_click_command" in the Misc options tab
 - add : Configwin.tabbed_box
 - add : default_editor option
 - add : edit_with action, contextual menu "Edit with..." to open selected file
   with a chosen editor
 - various bug fixes

Release 1.1:
 - all tool and libs are in version 1.1
 - minor bug fixes
 - Configwin : new parameter apply for edit and simple_edit
 - mlchat : added a timeout not to block when hosts are not reachable

Release 1.0:
 - cam-config added
 - topcameleon, graphical toplevel, added, with cam-mktop
 - omom added
 - only one toolbar (horizontal), customizable
 - graphical configuration of key bindings
 - additional views can be defined in plug-ins
 - new command cam-config to get the installation values in scripts
 - new modules view (use a dump.odoc target and a dump.odoc file
   in the selected directory to display the modules of the selected
   directory)
 - new window showing the list of available internal commands
   (a double click on a command execute it)
 - embedded apps in plugins
 - choice of plugins to load in a nwe tab of the configuration window
 - shared plugins and personal plugins
 - a command (reload_plugin) to select a plug-in and reload it
 - support of configure options to select where to install cameleon files
 - Cameleon is now a set of tools and libs (zoggy, report, configwin, ...)
 - configuration of fonts and colors
 - configuration files file_types and doc moved to a common
   configuration file core
 - configuration file toolbar now moved into the file gui
 - a 'make' plug-in added, and a new 'make' default menu added
 - some new functions in Cam_plug (background_execute, ...)
 - creation and installation of doc during the install process,
   making doc on cameleon and the standard ocaml library available
   in the doc browser when starting Cameleon for the first time

   configwin 0.95:
   - new parameter hotkey

   zoggy 0.94:
   - pixmap widgets are handled
   - ask to save before exit if modified
   - window#add_accel_group generated if possible
   - better error messages when a value is missing

   epeire 0.83:
   - shortcuts in the code window to activate some menus of the main window
   - memorize the positions and sizes of the windows
   - new option -I (same as in the traditionnal ocamldebug)

Release 0.5pre :
 - config directory is now ~/.cameleon instead of ~/.cameleonrc
 - new ocamldoc generators (odoc_command.cmo and odoc_command_latex.cmo) 
   added to create plug-ins documentation
 - all menus can be configured
 - support for plug-ins: put the .cmo plugins files in your ~/.cameleon/plugins directory
   (see plugins/*.ml for examples)
 - commands can be shell commands (beginning with '#') or cameleon internal commands
 - manual update

Release 0.3 :
 - standalone doc browser
 - doc bookmarks
 - shortcuts in doc browser (see doc)
 - custom tool bar (defined in the ~/.cameleonrc/toolbar file)
 - interface with Xemacs (through gnuclient and lisp functions)
   with some help from Doug Bagley
 - possiblity to associate a custom command to a file type
 - new ~/.cameleon/gui configuration file
 - new option -norep to use when the cvs repository is not available
