Subject: CVS commit: pkgsrc/misc/less
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/06/2002 15:33:46
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Mar  6 13:33:46 UTC 2002

Modified Files:
	pkgsrc/misc/less: Makefile distinfo

Log Message:
Update to 374, requested by mrg.
Changes since 358:
* -x option can now specify multiple variable-width tab stops.
* -X option no longer disables keypad initialization.
  New option --no-keypad disables keypad initialization.
* New commands t and T step through multiple tag matches.
  Added support for "global(1)" tags
  (see http://www.gnu.org/software/global/global.html).
* New prompt style set by option -Pw defines the message printed
  while waiting for data in the F command.
* System-wide lesskey file now defaults to sysless in etc directory
  instead of .sysless in bin directory.
  Use "configure --sysconfdir=..." to change it.
  (For backwards compatibility, .sysless in bin is still recognized.)
* Pressing RightArrow or LeftArrow while entering a number now shifts
  the display N columns rather than editing the number itself.
* Status column (enabled with -J) now shows search results.
* Improved performance in reading very large pipes.
* Eliminated some dependencies on file offets being 32 bits.
* Fixed problems when viewing files with very long lines.
* Fixed overstriking in UTF-8 mode, and overstriking tabs.
* Improved horizontal shifting of text using -R option with ANSI color.
* Improved handling of filenames containing shell metacharacters.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/misc/less/Makefile pkgsrc/misc/less/distinfo

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