Version 0.6.3

* updated gnulib
* fixed compilation errors with new compilers

Version 0.6.2

* print warning error messages with : instead of , so that it 
  recognized as warning (and not as error) by an ide
* don't use non standard make rules

Version 0.6.1

* first release on sourceforge

Version 0.6

* mutual dependences among classes (used as the first
  parameter of a multimethods) are handled
* tab characters in input files are correctly recognized
  (reported by Peter Pirkelbauer)
* multimethod declaration is not required to start on
  a new line
* structs are handled

Version 0.5.1

* removed compilation problems with g++ 4.0.3

Version 0.5

* removed some ambiguities in the generated code
* more #line information in the generated code
* recognize path separators in included files
* --sourcepath option to specify where the files that can
be modified are located
* --exludeheaders to explicitly state the header files
that must not be processed

Version 0.4

* #included files are scanned
* private and protected methods are handled
* virtual can be specified for multi methods and branches
* some syntax errors are more correctly discovered
* --verbose option correctly implemented
* when checking two methods equality, the param name is not
  considered (bug fixed)
* const pointers in branch parameters are correctly handled