6th November 1998: version 1.0.138
- Fixed Paste bug: could not paste very large blocks of data
  because edit-box can only hold limited amounts of text.
  Edit-box in "Paste with dialogue" changed to multiline.
- Byte-values of 10 and 13 not copied as coded values, so there
  are line breaks.

12th November 1998: version 1.0.141
- Accepts dragged files.
- Improved print_line, should be much faster now.
- Removed bookmark bug: maximum number of bookmarks must be
  limited to 9.
- Increased max. number of MRU files to 9.

13th November 1998: version 1.0.141
- Corrected bug on opening empty files.

17th November 1998: version 1.0.141
- Corrected bug: when scrolling down with Arrow-Down-key there
  would not be marking of corresponding byte/char.

23rd December 1998: version 1.0.142
- Changed sequence of info in window title: now
  filename first, then "frhed" (easier to tell what file open
  when several instances of program are open).
- Added template feature.

24th December 1998: version 1.0.143
- Fixed bug on scrolling down with arrow down key: print_line
  would write outside buffer when last line on bottom of window.

14th January 1999: version 1.0.144
- Fixed bug in lbuttonup: could not set caret to END position
  with mouse click.
- Fixed bug in lbuttondown: invalid selection ranges if selection
  started at END position.
- Added some missing key shortcuts for the main menu.

21st January 1999: version 1.0.145
- Fixed cut&paste-bug: Single backslash would be copied just as such,
  resulting in wrong data being pasted if backslash was followed by a
  "<" ("\<" is special code for a "<" without bytecode translation).
  Now backslash is copied as double backslash ("\\").

6th February 1999: version 1.0.146
- In hexdump export: more OEM chars are printed out, if there is selection
  then those lines will be initialised for exporting.
- Added read-only mode.

7th February 1999: version 1.0.146
- Now possible to open partially relative to file end.
- Added relative go-to.

