1.0    Released on 94/01/21 to Fernwood and local BBS.

1.0.1  Released on 94/01/23 to ftp-os2.cdrom.com and local BBS.
       Changes:
        - Fixed bug that didn't allow input on filename input after the
          editor was started without an argument
        - Fixed bug that messes up the block marking if a block is marked
          from bottom to top and then saved or printed

1.0.2  Not publicly released - Released privately on 94/01/25
       Changes:
        - Fixed bug that may cause the editor to trap if the specified
          filename doesn't contain a period, but the path does
          (e.g. ..\mydir\myprog\myfile)
        - Added F5 Format-paragraph, F5 Line-length, F5 Word-wrap, F5 Indent,
          and Alt-V & Ctrl-V

1.0.3  Not publicly released - Released privately on 94/01/31
       Changes:
        - Added F5 Save-settings
        - Fixed bug that caused screen repainting to fail if multiple lines
          of text are pasted to the screen
        - Fixed bug that could cause the editor to lock up upon shelling to
          OS/2 (F9)
        - Changed word-wrapping to be more 'Norton Editor' compatible

1.0.4  Not publicly released - Released privately on 94/02/05
       Changes:
        - Added Ctrl-W, Alt-W
        - Added F6 Test-differences
        - Added backing up the original file (optionally [F6 B])
        - Changed statusbar to truncate filenames that are too long
        - Added more help screens
        - Fixed bug in find/replace paint logic
        - Fixed find/replace to handle '' correctly
        - Added undelete (Alt-U)

1.0.5  Not publicly released - Released privately on 94/02/13
       Changes:
        - Added F2 info screen
        - Implemented UNIX style linefeed generation
        - Fixed bug in undelete (Alt-U) that caused cursor to be placed at
          the wrong location
        - Fixed bug that messed up block markers when pressing ENTER while
          the cursor is on a block marker
        - Fixed bug that caused screen not to be repainted after a block
          marker is overwritten (in Replace-mode)
        - Fixed bug that caused Alt-224 to lock up the editor
        - Changed word-wrap to reset horizontal scroll after wrapping
        - Changed display routine to display '' characters if screen is
          scrolled horizontally
        - Add Ctrl-F support to find/replace input
        - Changed keyboard input model from dual-threaded polling to
          single-threaded blocking
        - Added F5 Display-color
        - Unused REXX code was removed
        - Added F6 Version-information
        - Fixed bug in character replace to prevent overwriting unix style
          newline characters

1.1    Released on 94/03/13 to ftp-os2.cdrom.com, fernwood and local bbs.
       Changes:
        - Fixed bug in settings loader that caused undefined settings if
          settings file didn't exist
        - Changed all inputs to use user specified tab width
        - Fixed bug in '' display routine (it didn't display the 'more'
          character on the last line of the document if the last character
          visible was a TAB)
        - Fixed Alt-V and Ctrl-V to mark file as changed
