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.
Boing Replaced assembler RawDoFmt() code for generating the information bar text with ECX StringF() command, so that it will compile for MorhpOS.
Boing Removed most of the references to AmigaE modules that did not have ECX equivalents, so it will compile better on MorphOS.
Boing 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.
Boing Word wrapping plugin was not displaying the remainder of text from a line after the wrapped lines had been printed.
Boing If you changed from a borderless window to a window with scroll bars, the borderless window gadgets weren't freed correctly.
Boing Plugins wouldn't launch properly if there was a space in the name of the volume if the disk, e.g. Ram Disk:.
Boing Was calling exception handler from exception requester code, which generated an endless loop.
Boing Will handle opening an empty file.
Boing Wordwrapping plugin would seek on past the end of a file if it did not end in a linefeed.