











Recent history
Filetypes plugin wasn't updated for new plugin format. This could possibly
have caused errors.
Created a basic directory browsing plugin, dir2text.plugin. You can click on
a directory or file on the screen to open. I had to make several changes to
the executable to allow you to open a directory and not a file.
Added right to left text rendering for languages that read from right to
left. Updated preference plugin to give this option in the Text page.
Tidied up highlighting and scrolling, including in the Right to left option
Removed enforcer hit from plugin sort code. Thanks to Krister Skrtic for help
on this.
Hopefully removed enforcer hits from plugins. The format of all the plugins
was not uniform, and this may have caused problems. I downloaded the WinUAE
that now includes enforcer, and this helped a lot in getting this fixed. I
was also treating a NIL value as an object in the plugin code by mistake.
Removed enforcer hit from gadget info code. If you moved the mouse outside
the window it would cause a hit.
Some plugins such as Guide2Text, MSWord2Text and others, were expecting
wrong number of arguments from executable, causing enforcer
hits.
Plugins assumed a file was opened, but with modifications to allow
directory browsing, this was not the case. All plugins have
been updated to
fix this error.
Fixed bug in sort code for plugins and directory browser. I think it was
sorting a node with no name attached.
Fixed bug. Was not freeing horizontal scroll gadget on window close.
Reworked exec list sorting code. This could have been causing a crash.
Fixed bug. Loading another configuration file would free gadget icons twice.