Release 0.2.1.2:
* new: a config file (or multiple) can be specified for Geany mode (-g)
* new: variadic C fields are handled with elipsis (...), ie 'int x[]' --> 'INTEGER x(...)'
* bugfix: CAST translation optimised
* bugfix: translation for functions with CONST return value corrected
* bugfix: string translation, '"' is handled correct
* bugfix: string translation, "\\\"" is handled correct
* bugfix: in case of more than one job (h2bi-file) now BYVAL and CDECL is handled correct for the second and the following jobs
* bugfix: in SUB/FUNCTION, order changed to CDECL ALIAS
* bugfix: function pointers for SUBs are handled now (typedef void (*Nam) (void);)
* bugfix: 'typedef Typ *(Nam) (void);' now is handled as a function pointer
* bugfix: PTR gets removed for function pointers as well
* bugfix: no more additional !"\n" in result file
* bugfix: multiple macros in a line (same name) gets expanded now

Release 0.2.1:
* new: option -P_OSI generates output in multiple files
  -> list all files to operate in .h2bi
  -> options and sections valid for all files
  -> file output in CURDIR, names as input files, suffix .bi instead of .h
  -> #include "Y/XX.h" translates to #INCLUDE ONCE "Y/XX.bi"
  -> _test.bas file includes all listed files
* new: in section __MACROS__(){}, variadic parameter lists like '#define mac(P1, P2, ...)'
* new: ALIAS is forced in case of name-mangling due to a FB keyword collision (SUB/FUNCTION)
* update: ReadMe.txt and LiesMich.txt
* bugfix: FB keywords reviewed, some missing added
* bugfix: open quotes in #define lines do not hang any more
* bugfix: parameters at the end of a #define line are handled correct now
* bugfix: improved parsing of SUB/FUNCTION, hints are given on possible macro expansion
* bugfix: improved info on included files (-P_OMF), also Geany blocks are mentioned now

Release 0.2.0.6:
* bugfix: on windows in Geany mode -> no additional empty lines
* bugfix: on windows in Geany mode -> block size now can be more than 1024 byte

Release 0.2.0.4:
* reviewed ReadMe.txt (thanks to AGS)

Release 0.2.0.2:
* new transformation sizeof => SIZEOF
* bug in option -P_ISC_ISB fixed: result file can have C-comments without source now
* bug in option -P_Ixx fixed: no crash when an additional '_' follows the xx
* improved typedef translation: SUB/FUNCTION names don't get mangled inside TYPE/END TYPE
* improved typedef translation: 'typedef dReal dVecto3[4];' now gets TYPE AS dReal PTR dVecto3
* improved handling of precompiler lines in TYPE/UNION-blocks
* improved comment generation for line-end-comments ('//')
* improved cast generation for numbers/symbols at the end of a line


Release 0.2:

Bugfixes/changes:
* more comments in source
* review of the C code parser
* result file gets writen during translation
* extended protocol section, output can be controlled now
* updated readme.txt file (~430 lines, including tutorial)
* options: some moved, unused removed (details in h_2_bi.bi)
* source code spread over several files, cleaned-up, some OOP now
* some speed-up: ie GTK-2.22 from 85 s (vers 0.1.9.2) to < 30 s (vers 0.2)
* all #else/#endif statements can be marked now (before, only #ifdef/#ifndef were marked)
New features
* uncommenting of unsave #define lines
* input file buffering (especially for AGS :-)
* new translations: EXTERN, STATIC, CONST
* new options: (details in h_2_bi.bi)
- new group _P: protocol output (ie -P_pLF = no list of done files)
- new group _T: translation output (ie -P_tBT = no type blocks)
- some options moved from _O group to others.
* new option -g (Geany mode)
