-----------------------------------------------------
Changes in version 2.3  
-----------------------------------------------------
- Bugfixes

- interpcom can use command line editing libraries
  readline or libtecla
  
  
  
-----------------------------------------------------
Changes in version 2.2  
-----------------------------------------------------
- Bugfixes

- Better integration of additional expression evaluators

- interpcom can be compiled cleanly in C++

  
  
-----------------------------------------------------
Changes in version 2.1  
-----------------------------------------------------
- Bugfixes

- Complex numbers in the expression evaluator

- new expression evaluators can be added

- The application 'funct' is distributed in a
  separate package.




-----------------------------------------------------
Changes in version 2.0.4  
-----------------------------------------------------
- Bugfixes

- New command to kill threads

- Changes in the application 'funct'




-----------------------------------------------------
Changes in version 2.0.3
-----------------------------------------------------
- Bugfixes

- Memory leaks fixed

- New clean exit function




-----------------------------------------------------
Changes in version 2.0.2
-----------------------------------------------------
- A lot of error messages have been added in the routine that reads the
  initialization file. The number of the line where an error occurs is now
  printed with the error message. 
  
- A few bugfixes

- two new built-in commands

- A new type of variables for the expression evaluator : quick access
  variables. They can be used to increase the speed of programs that use mainly
  the expression evaluator
  
- Other methods to increase the speed of programs using mainly the expression
  evaluator
  
- New tools to create thread-specific parameters
  
  
  
   
-----------------------------------------------------
Changes in version 2.0.1
-----------------------------------------------------
- Bugfixes and a few mistakes corrected in the documentation




-----------------------------------------------------
Changes in version 2.0.0
-----------------------------------------------------
- Bugfixes and a few mistakes corrected in the documentation

- Implementation of threads (several programs can run simultaneously)

- String variables

- A new way to make substitutions in arguments. The user can define
  substitution patterns

- Several commands added, some older commands improved

- Some new functions to ease the non-interactive use of the command
  interpreter

- new HTML version of the documentation (using latex2html)

- the mini-interpreter has disapeared

- the main application (funct) has many improvements (see the file CHANGES in
  the funct/ directory)




-----------------------------------------------------
Changes in version 1.2.1
-----------------------------------------------------
- Bugfixes

- HTML version of the documentation




-----------------------------------------------------
Changes in version 1.2
-----------------------------------------------------

- Bugfixes

- It is possible now to define object types which are 'aliases' of other
  object types, i.e. they have the same definition

- Structures can have members which are variables of the expression evaluator

- The error messages of the expression evaluator are printed 

- The expression evaluator distinguishes lowercase and uppercase characters

- The names of the build-in commands and of associated functions need not to
  be specified in initialization files and 'names.c'
 
- A new section of inititialization files : !include. It is also possible to
  call several times some sections (eg. !func, !var, ..)
  
- It is now easier to glue several applications using the command in a single 
  one

- A new application of the command interpreter has been added, using the graphic
  library g2.
