This is a list of patches that have been made since the original 1.8 release.

pl1:	Fixed a bug that caused core dump when } command used on blank line
	after last paragraph in file.

	Fixed a bug that caused text loss with AutoIndent enabled, when
	two newlines are inserted into the middle of a line.

	Replaced the mangled VMS configuration files with good versions.

pl2:	Fixed a security hole on some UNIX systems.

	Added cursor positioning via mouse clicks when running elvis inside
	an xterm.  (Not supported for other GUIs yet.)

	Minor tweaks for HPUX, OS/2, Borland, and TERMIOS.

	After :w, # will refer to the file just written.

	Fixed bug in tag lookup.  This was most accute for MS-DOS, because
	it uses INTERNAL_TAGS, but it could have affected anybody.

	The compiler error parser now allows '_' in a filename.

	If autowrite is set, ^Z will save the file if it has been modified.

	:s (with no arguments) repeats the previous substitution, like :&.

	Fixed bug which caused some blank lines in .exrc file to be
	interpretted as :p commands.  Basically, the bug was that lines
	which contained only one or more whitespace characters weren't
	considered to be blank lines.  Now they are.

	Increased the limit on word size, for the ^A command. (Search for
	next occurrence of the word under the cursor.)  The old limit was
	30; the new limit is 50.  To change the limit, add -DWSRCH_MAX=n
	to CFLAGS in the Makefile.  If you exceed this limit, it'll now
	search for the longest possible substring; before, it would bomb.

	Increased the size of an array used while showing option settings.
	The old size could overflow if you did a ":set all" on some systems.
	Now, the maximum size is calculated at compile time, and the array
	is declared to this size.

	The command 5r^M now leaves the cursor in the right place.  In earlier
	releases, 5r^M would replace 5 characters with 5 newlines, and leave
	the cursor 5 lines lower.  1.8 replaced 5 chars with a single newline,
	to mimic the real vi better, but still left the cursor 5 lines lower.
	This patch finally makes it right.

	Finally put my current address in the source files.
