The change log is as follows:
Using JcfStringUtils.pas for many string-handling routines to be licence-compatible with Free Pascal. File supplied by Paul Ishenin.
A lot of FPC/Lazarus compatibility work from Paul Ishenin.
Errors found and fixed by testing with Lazarus source:
Absolute keyword can be followed by a dotted name.Lower case hex digits weren't recognised. This was probably introduced recently.
Error in line breaking around conditional compilation, parse failed with an error "Spaces to end is -5" (or other negative number).
Fixed Sourceforge Bug 2197489 Too many spaces if no new line before "begin"
Added the formatting option "Settings | Spaces | Move Spaces to before colon". This option is not standard and is not checked by default. It produces a layout where the colon is at the end of the spacing, e.g. var flag :boolean; instead of the usual var flag: boolean;. This fixes SourceForge bug 2173842, requested by Wolfe Cheng.