[Lunar-commits] r24925 - moonbase/trunk/utils/less
Florin Braescu
florin at lunar-linux.org
Wed Jun 20 18:16:06 CEST 2007
Author: florin
Date: 2007-06-20 18:16:06 +0200 (Wed, 20 Jun 2007)
New Revision: 24925
Modified:
moonbase/trunk/utils/less/DETAILS
Log:
the update message was not the proper one. The intended one is :
Changes:
* Allow decimal point in number for % (percent) command.
* Allow decimal point in number for -j option (fraction of screen height).
* Make n command fetch previous pattern from history file on first search.
* Don't rewrite history file if it has not changed.
* Don't move to bottom of screen on first page.
* Don't output extraneous newlines, so copy & pasting lines from the
output works better.
* The -c option has been made identical with the -C option.
* Allow "/dev/null" as synomym for "-" in LESSHISTFILE to indicate
that no history file should be used.
* Search can now find text which follows a null byte, if the PCRE
library is used, or if no-regex searching (ctrl-R) is used.
* Better compatibility with POSIX more specification.
* Make -f work for directories.
* Make "t" cmd traverse tags in the correct order.
* Allow a few binary characters in the input file before warning
that the file is binary.
* Don't warn that file is binary if it merely contains ANSI color sequences
and -R is in effect.
* Update Unicode character tables.
* Support DESTDIR in Makefile.
* Fix bug when filename contains certain shell metacharacters such as "$".
* Fix bug when resizing the window while waiting for input from a pipe.
* Fix configure bugs.
Modified: moonbase/trunk/utils/less/DETAILS
===================================================================
--- moonbase/trunk/utils/less/DETAILS 2007-06-20 16:13:05 UTC (rev 24924)
+++ moonbase/trunk/utils/less/DETAILS 2007-06-20 16:16:06 UTC (rev 24925)
@@ -11,7 +11,6 @@
SHORT="A paginator that allows backward and forward movement"
cat << EOF
-less - Display paginator
'Less' is a paginator file similar to 'more,' but that allows backward
as well as forward movement through the file. In addition, it doesn't
have to read the entire input file before starting, so it starts large
More information about the Lunar-commits
mailing list