*** Release 1.9.21;
- Libraries Okey, Configwin, Gtksv_utils and gtk utilities (Gdir,
  Gmylist, Gmytree, Gstuff) are now in a different library out of
  Cameleon2: Lablgtk-extras (hosted on ocaml forge)
- Library Config_file is now out of Cameleon2 and hosted on ocaml
  forge.

*** Release 1.9.20:
- compatibility with OCaml 3.12.0,
- new commands in ocaml-mode, using information from .annot files:
  + ocaml_expand_ext_idents
    which prompts the user to replace external identifiers by
    their fully qualitied identifier (except for Pervasives),
  + ocaml_copy_type_annot
	  which acts like display type annot but also copy the
	  type to the clipboard. This is useful to add a value
	  in a .mli,
  + ocaml_show_stack_calls
	  to show the non-tail calls in the current buffer.
	  This command is a switch: first call turn if on, next one
	  turn it off. It is bound by default to Ctrl-Alt c (CA-c),
	+ ocaml_jump_to_local_def
	  to jump to the definition of an identifier of the current file,
  + ocaml_display_call_annot
    to display whether a call is tail-recursive (tail) or not
    (stack).
- fix: do not create an empty file when opening a yet
	  non-existing file,
- fix: range selection in error-jumping,
- more functions exported in Ed_mode_ocaml,
- text outputs now use same style as other sourceviews,
- expansion in sourceviews now uses a regular expression
  defined in the current mode of the sourceview. Expansion
  of identifiers can now depend on the kind of file which is
	edited.

*** Release 1.9.19:
- now use GtkSourceView 2.X,
- new multi-clipboard view in Chamo (the view is called "multiclip"),
- new Custop module (to create Gtk interface to toplevel programs),
- new Ed_outputs module (to display various command outputs),
  ocamlbuild support in ocaml-mode,
- various things I don't remember of,
- lots of minor fixes.

*** Release 1.9.18:
Chamo:
- use last modification date of files in sourceview to detect
  parallel modifications of edited files
- new commands open_file_with_encoding and sourceview_set_encoding
  to use different character encodings than the default one when
  editing a file in sourceviews of chamo
- syntax modes, modes and encodings of open files are stored in
  the file .chamo.sourceview.buffers
- sourceview modes can now define to_display and from_display
  methods to perform substitutions on text between displayed text
  and buffer contents
Cameleon:
- cameleon does not act as server by default, this is activated
  with the new cam_start_server command
Other:
- ocaml-rss is now included in cameleon
 