aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-05-09 18:30:23 +0000
committerXin LI <delphij@FreeBSD.org>2011-05-09 18:30:23 +0000
commited915d8294a373813108148f47b424e1152e4a5d (patch)
tree345f36f8a19a9fdb66be9a0a5676b2c0abc67bae /NEWS
parentf4cb5a505fa28e14d4b01e5c934bcf965a1822b6 (diff)
Vendor import of less v443.vendor/less/v443
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 161795c5915f..4beefaf08209 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,37 @@
======================================================================
+ Major changes between "less" versions 436 and 443
+
+* Change search behavior such that when a search is given an explicit
+ pattern, the entire displayed screen is included in the search and
+ not just the portion after the target line.
+
+* Add -A option to change search behavior to the old way: only
+ the portion of the screen after the target line is searched.
+
+* Add %F formatting to prompt strings, replaced by the last component
+ of the input file.
+
+* Control-G while editing a command exits the command.
+
+* Less now exits with status 2 if control-C is pressed and -K is in effect.
+
+* Fix "ungetc overflow" when passing long commands via the -p option.
+
+* Fix bug in using line filtering via the & command
+ in combination with -i and -I.
+
+* Fix bug in handling negative arguments to the -j option.
+
+* Fix bug in handling %t in prompt strings.
+
+* Improve handling of long option names.
+
+* Improve percentage calculation for very large files.
+
+======================================================================
+
Major changes between "less" versions 429 and 436
* Don't pass "-" to non-pipe LESSOPEN unless it starts with "-".