2003-10-01: Maxence
	- mod: version number -> 1.3
	- add: new dbforge option -remove-table-prefix
	- mod: arguments to char, nchar, varchar and nvarchar are not handled as ocaml
	  code of type int
	
2003-09-30: Maxence
	- fix: compile with ocaml 3.07; not done yet: management of variance of type parameters

2003-08-01: Maxence
	- Removed usage of cam_crc, seems ok with the new Dynlink interface (ocaml 3.07)

2003-05-22: Maxence
	- added convenient functions for forms in Toolhtml

2003-04-04: Maxence
	- removed epeire and topcameleon from repository because of
	  the licenses (mixing QPL and GPL)

2003-03-29: Maxence
	- GPL and LGPL License

2003-03-01: Maxence 
	- COOL : file transfering between two mlchat
	- persistent connections in mlchat
	  no more udp/tcp classes, nor data class, instead use
	  new Chat_com and Chat_global modules
	- no more chat plug-in

2003-02-13: Maxence
	- add targets to Makefile : upto_toolhtml, upto_toolhtml.opt, install_upto_toolhtml
	  to compile and install only what is needed to have toolhtml and report

2003-02-12: Maxence
	- report : use only var instead of var.current in lists in report
	- correction of dbforge to use var instead of var.current in report list

2003-01-03: Maxence
	- 'make' changed in '$(MAKE)' in some Makefiles

2002-12-29: Maxence
	- some adds in Toolhtml
	- mutable types in Report to allow substitution

2002-11-29: Maxence
	- new library Toolhtml (formerly in toolpage)
	- fix : empty doc menu after config update
	- compatible with OCaml 3.06+18 (ioXML and epeire)

2002-11-06: Maxence
	- release 1.2
	- use of lablgtk 20021031

2002-11-04: Maxence
	- fix : GToolbox.popup_menu (lablgtk 2002-10-31)
	
2002-10-29: Maxence
         - add : new html parameter in Configwin, customizable with the new
	   configwin_html_config utility

2002-10-25: Maxence
	- add : dbforge menu Table/Copy to make a copy of the selected table
	
2002-10-21: Maxence
	- add : new command "log" on files handled by CVS
	- fix (i hope) : mlchat blocking on accept (i made the socket non blocking)

2002-10-18: Maxence
	- add : new option "file_double_click_command" in the Misc options tab
	- change the iter target in Makefile to stop as soon as an error occurs

2002-10-11: Maxence
	- add : "disconnect" function in the generated code for ocamlodbc 
	  in dbforge
	- add : new option auto_update_file_view useful when the update
	  of the files view (in fact 'cvs status') is slow ; if set to 
	  false, bind the update_files_view to a key to update the files view
	  when you want
	
2002-10-09: Alan
        - fix : use of '-f' option when doing a 'cvs diff' to be able to
                analyze output
        - fix : ignore "No newline at end of file" cvs diff message

2002-10-09: Maxence
	- fix : use of DESDIR and test of LIBDIR in ioXML's Makefile
	- fix : do not try to display "last differences" if there aren't
	  (according to the file status)
	- add : default_editor option
	- add : edit_with action, "Edit with..." contextual menu

2002-10-08: Maxence
	- fix : distclean targets in Makefiles

2002-10-07: Maxence
	- add : Configwin.tabbed_box

2002-09-30: Maxence
	- fix : my own bug in epeire (mess with the CAML_DEBUG_... 
          strings and the "grep -v DEBUG" mode)

2002-08-26: Maxence
	- mlchat : new config option dialog_buttons to show/hide buttons in 
	  dialog windows (i like enlightenment but sometimes the focus sucks
	  so much with my two screens that the keyboard shortcuts don't work :-( )
	- mlchat : got an idea ! create a mlchat relay, not implemented yet.
	- mlchat : another idea is to create a mlchat server (or part of the
	  mlchat client) to manage rooms where people can enter, exit, ...
	- mlchat : again another idea is to be able to give a command to execute
	  when a message comes ; we should have access to the message string,
	  and may be a different command could be specified depending on the source
	  of the message.

2002-09-24: Maxence
	- dbforge : Makefile changed to separate gui from generator
	- cameleon : Makefile changed to provide IoXML for plugins, and
	  use of -linkall option
	- configwin : new parameter apply for edit and simple_edit functions

2002-09-15: Maxence & Dimitri
	- mlchat : a timeout added not to block on non pingable hosts

2002-08-26: Maxence
	- epeire : shortcuts added in the code window to use the main window menus
	- epeire : memorize size and pos of windows (can act weird, depending on
	           the window manager)
	- epeire : option -I (same as for the traditionnal ocamldebug)
	- update of the doc
	- Cam_data.file_of_string now works even when the repository is not available
	- Cam_doc.update : catch the Failure exception and display the message
