











Recent history
EvenMore will be developed using Leif Salmonsson's ECX compiler from now on.
This will enable me to produce a MorphOS native version, and possibly even an
AmigaOS 4 version.
Replaced assembler RawDoFmt() code for generating the information bar text
with ECX StringF() command, so that it will compile for MorhpOS.
Removed most of the references to AmigaE modules that did not have ECX
equivalents, so it will compile better on MorphOS.
Disabled iconify gadget in MorphOS version. This had the wrong imagery for
MorphOS, as MorphOS's images are controlled by MUI and not the system. May be
reimplimented if I manage to create an MUI interface for EvenMore. Also
disabled OpenURL in MorphOS as I do not have the correct modules for ECX to
compile these.
Word wrapping plugin was not displaying the remainder of text from a line
after the wrapped lines had been printed.
If you changed from a borderless window to a window with scroll bars, the
borderless window gadgets weren't freed correctly.
Plugins wouldn't launch properly if there was a space in the name of the
volume if the disk, e.g. Ram Disk:.
Was calling exception handler from exception requester code, which generated
an endless loop.
Will handle opening an empty file.
Wordwrapping plugin would seek on past the end of a file if it did not end
in a linefeed.