X
X Version 1.20 (3/10/91) of contains the following fixes
and enhancements;
X
- Under files are created with read/write
X permissions.
X
- Fixed the bug in the terminal I/O routine that caused
X to spin rather than give up control when waiting for a
X character.
X
- Added the ANSI #define that was missing for MSDOS.
X
- Changed the D16 #define to a unsigned short.
X
- Called ttclose on error exit.
X
- Check and limit ncol and nrow to the actual screen
X array size.
X
- Add the ability to load key bindings from a file
X automatically under MSDOS and .
X
- Add delete current window command.
X
- Support VT100 type function keys.
X Version 1.30 (7/1/91) of contains the following fixes
and enhancements;
X
- Under MSDOS and 16 bit systems the kill or copy
X region could not be over 64K bytes. This limit has been
X eliminated.
X
- The save buffer can be made visible with the Esc Ctl-
X W command. The save buffer is not editable.
X
- All memory allocation errors now pause and ask for
X conformation before continuing. In previous releases only
X an error message was printed. Since an allocation error
X generally means data loss, I have forced the user to
X respond. Memory allocation errors are not otherwise fatal
X to , they are probably fatal to the user's data. The
X decision is left to the user with the appropriate warning.
X
- Two commands have been added to aid in working with
X PROM files; n-way-split (Esc Ctl-S) and n-way-combine (Esc
X Ctl-F).
X
- The speed of the delete-mark-to-cursor (Ctl-W)
X command has been greatly improved.
X
X
- All commands that can potentially take a lot of time
X can be stopped by pressing Ctl-G.
X Version 1.31 (11/2/91) of contains the following
fixes;
X
- A serious bug that causes a crash on systems that
X trapped the use of dereferenced pointers has been fixed.
X
- now names the backup file properly under Ẋ Previously; if a dot file (.<filename>) was edited, the
X backup file was given a garbage name. Now, a backup file
X simply has ``.bak'' appended to the file name.
X
- You can use the buffers-display (Ctl-X, Ctl-B)
X command to; go to, kill, or save a buffer.
X
- A compile flag for DEC ULTRA was created and a
X makeable is included in this release (makefile.utx).
X
- When a large region was deleted the offset value was
X displayed wrong, this is now fixed.
X
- A bug in the parse_f_name that trashed a variable is
X now fixed.
X
- Regions of never used code have been deleted.
X
- Under the file permissions are maintained
X correctly when the file is saved.
X
- A number of un-niceities that lint reported have been
X fixed.
X Version 1.32 (11/8/91) of contains the following
enhancements;
X
- will now compile and run on the Amiga computer.
X
X