Subject: CVS commit: pkgsrc/misc/less
To: None <pkgsrc-changes@NetBSD.org>
From: Tobias Nygren <tnn@netbsd.org>
List: pkgsrc-changes
Date: 04/25/2007 18:06:51
Module Name:	pkgsrc
Committed By:	tnn
Date:		Wed Apr 25 18:06:51 UTC 2007

Modified Files:
	pkgsrc/misc/less: Makefile PLIST distinfo
	pkgsrc/misc/less/patches: patch-aa

Log Message:
Update to less-394. Major changes since less-382:

o Add history file to save search and shell command history between
  invocations of less.
o Improve behavior of history list for search and shell commands.
o Add -K (or --quit-on-intr) option to make less exit immediately on ctrl-C.
o Improve handling of UTF-8 files and commands, including better
  line wrapping and handling double-width chars.
o Added LESSUTFBINFMT environment variable to control display of
  non-printable characters in a UTF-8 file.
o Add --with-secure option to configure, to make it easier to
  build a secure version of less.
o Show search matches in the status column even if search highlights
  are disabled via the -G option or the ESC-u command.
o Improve performance when the file contains very long lines.
o Add "windows" charset.
o Add man page for lessecho.
o Add support for erase2 character, treated same as erase.
o Use ASCII lowercase/uppercase logic when operating on the command line.
o Update makefile for Borland C++ 5.5.1.
o Fix bug in calculating number of pages for %D prompt.
o Fix bug in handling tag file error.
o Fix obscure bug if input file is deleted while viewing help.
o Fix bug handling filenames which include square brackets.
o Fix possible buffer overflow in "global" tag search.
o Fix possible buffer overflow in usage of LESSOPEN and LESSCLOSE.
o Fix buffer overflow in reverse search.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/misc/less/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/misc/less/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/misc/less/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/misc/less/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.