bvi/CHANGES

59 lines
1.5 KiB
Plaintext

New in release 1.3.0
====================
* a "bmore" program has been added
* --with-ncurses option to configure to specify an alternate
search path for Ncurses outside the normal include/lib search path.
* make uninstall option
* Reading of Block Special Files
* New Command line options:
+cmd
-b begin \
-e end > for partial file read
-s size /
* :e# bug fixed
* Debian bug #68436 (Buffer overflow in io.c) fixed
New in release 1.2.0
====================
* configuration with GNU autoconfig
* CR moves cursor to 1st column
* alphabet. order for :set all
* new settings:
set columns=n
set (no)memmove
* insert and delete (a, d, i, I, x, X)
* vi-syntax for y (yank), overwriting put o
* new colon (ex) commands:
:undo :delete :global
:yank :put :overwrite
:insert :change :append
* new option:
-f script
New in release 1.1.1
=====================
* .bvirc not read in some cases, fixed
* ":f newname" does not work, fixed
* distribution tar file with no directory, fixed
* freebsd and openbsd added to Makefile
* undo of D command fixed
New in release 1.1.0
=====================
* A lot of bugfixes
* New option ":set offset=n" for counting the addresses beginning
with n instead of 0
* New bit-wise commands :xor :and :or :not :neg :lshift :rshift
:rrotate :lrotate
* Byte addressing for colon commands, e.g. ":5,100w foo" writes
byte 5 through 100 to file foo
* Backwards hex search character % changed to #
* Filename substitution with %, e.g. ":w %.new"