2006-05-05  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* mod: use OCaml_conf with caml-get to check for ocaml tools and libs

2006-03-09  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: Separate Odiff library from OCamlcvs

2006-01-30  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: DBForge: option --remove-table-prefix is back

2006-01-22  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* fix: sqml: printing of function calls: remove blank space
	  between the name of fhe function and the parenthesis

2006-01-20  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: DBforge: generation of code from custom queries
	  (it works !)
	* add: Sqml: new paramter kind: single_annotated, used
	  in DBForge to indicate a column corresponding to a parameter
	  (so the ocaml type and the transformation functions are known and
	  can be used)

2006-01-19  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: DBForge: begin to analyze/check queries
	* add: DBForge: continue with queries

2006-01-18  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: DBForge: loading and storing queries

2006-01-17  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: DBForge: begin to add custom queries
	* add: sqml library back from the dead

2006-01-16  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: DBforge: generation of code for logged tables seems to work

2006-01-13  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: DBForge: begin to handle logged tables
	* add: Tmpl-engine: report line when an error occurs
	* add: DBForge example in src/dbforge/example
	* fix: generated module names are (String.capitalize table_name)
	* fix: handle nullable columns in queries
	  (inconditions, must be IS NULL instead of =NULL)
	* fix: update queries: set col1=val1, col2=val2...
	  instead of col1=val1 AND col2=val2 which is incorrect
	  but not reported for example by Mysql...
	* mod: DBForge: some changes in generated code:
	  type t in each module (instead of type table_name),
	  function delete_where, delete, select_where, select,
	  update ?key_col1 ~key_col2 ... ~col1 ~col2 ();
	  to keep compatiblity with previous DBForge
	* add: DBForge: new command line options in dbforge2.{x,byte}
	  to convert old DBForge files to the new format

2006-01-12  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* mod: DBForge: -o option takes a filename instead of a file prefix
	* mod: DBForge: better error handling, add command line options,
	  rename dbf_lib/sql... files to dbf_lib/dbf_sql_... and update
	  templates to use these files in generated code, install the files
	  needed by the generated code

2005-12-09  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* mod: use Odot in Dep_view plugin
	* add: new odot library to parse and print dot files;
	  also provides a lablgtk2 to display graph and handle
	  mouse clicks in them

2005-11-25  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: more methods in Gmylist.plist
	* add: Configwin.custom_{string,text}
	* add: Configwin: handle errors in "apply" functions

2005-09-30  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: commands to configure common and docbrowser keyboard
	  shortcuts
	* fix: missing dependency
	  ocamlcvs/odiff_parser.cm{o,x}: ocamlcvs/odiff_parser.cmi
	* add: display_modules_box commmand
	* add: configure_doc_sources command

2005-09-23  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: dependencies view: one can display dependencies of a selected
	  module in a new view

2005-09-22  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: dependency view plug-in works
	* add: server works

2005-09-09  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: old topcameleon back to life with lablgtk2

2005-06-24  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: src/cameleon/cam_server.ml to begin the command server
	* fix: Configwin: use MULTIPLE selection mode instead of BROWSE
	* fix: handling of double click in Gmylist
	* fix: handling button-3 click in Gmylist

2005-06-09  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* fix: menu for file type handlers (order, escaping '_')
	* mod: doc_modules in parameter to use various lists
	  of loaded modules
	* add: Cam_doc_gui.show_odoc_info_and_code
	* add: installation of cameleon.odoc

2005-05-19  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: cam_config2.x
	* add: log window
	* add: command history

2005-05-12  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: Plugins work
	* add: multiview view
	* add: create and create_no_window methods of view factories
	  take an arguments array
	* add: create_no_window method for view factories

2005-05-09  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* fix: handle errors in utf8 conversion in cam_modules_view.ml
	* add: --locale option for cameleon

2005-04-29  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: new modules view (not finished)
	* add: new filesview

2005-04-14  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: begin management of file types (handlers and rules)
	* add: keep windows positions and sizes

2005-04-08  Maxence Guesdon  <Maxence.Guesdon@inria.fr>

	* add: configuration boxes
	* add: cvs views, a little dirty by now

2005-04-01  Maxence Guesdon  <maxence.guesdon@inria.fr>

	* add config_file
	* start project
