
V1.146 and before
=================

Very ancient history lost!

V1.147
======
Because of the addition of two "new" keywords the function
of the NEWER and OLDER keywords has been slightly changed.
The two new keywords are NEWEREQ and OLDEREQ, so guess
what NEWER and OLDER now don't do!
(EQ stands for equal)

V1.148
======
The OLDER[EQ] keyword didn't function anymore.
A typo, MOVE.L D0,A0 was accidently replaced by a MOVE.L A0,D0.
Don't ask me why.

V1.149
======
Changed returncodes a bit. FInf now returns a
        0 (OK)    when all went fine.
        5 (WARN)  when no objects (files/dirs) were listed at all.
        7 (WARN)  when a explicitly named object belonging to a keyword was not found.
       10 (ERROR) when a break signal was received.
       20 (FAIL)  a fatal error occured.

V1.150
======
Added more argument checking. Beware, finf is now picky on missing keyword values.
Pre 1.150 "FInf TYPE" would work. Now returns an error.
Pre 1.150 "FInf SUB iff" would NOT work (in general) because iff was recognized
as a keyword. Now iff is seen as a search string. Remember, quoted "words"
are never recognized as a keyword.
