> - fix crash when Option>Reconfigure has not been run since 1.1.5
Fix crash after running Edit->Reconfigure
> - fix bug when inserting greek characters in mathed
Fix bug with cursor when inserting Greek characters.
> - preserve the font when changing newline char with a space.
Fix font bug when joining to paragraph with backspace.
> - if the cursor is before a space, delete the space [dekel, could you
> explain when this matter, so that I can repphrase it a bit?]
This is not a bug fix.
When the cursor is before a space and you break the paragraph into two by
pressing enter, the old behavior was to keep the space in the first paragraph
(as the last char of the paragraph).
The change I did was to delete the space.