aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2026-02-21 05:19:41 +0000
committerXin LI <delphij@FreeBSD.org>2026-02-21 05:19:41 +0000
commit4be8b0bdecb3af7c801de33f29a6821980840811 (patch)
treeae589f1de6dfde020205bbbca700fc99d5cb3614 /NEWS
parentc408e7413bcfb3bc52ed8b36e87e5be847dcb950 (diff)
Vendor import of less v692.vendor/less/v692vendor/less
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 11022fcb5bf1..0f767aaeb059 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,27 @@
======================================================================
+ Major changes between "less" versions 691 and 692
+
+* Revert HOME key to scroll to beginning of file and END key
+ to scroll to end of file (github #658).
+
+* Configure tty to leave CR and NL unmodified (github #703).
+
+* Add commands to lesskey parser (forw-bell-hilite, goto-pos and osc8-jump).
+
+* Add key sequences to lesskey parser (\kE, \kF, \kH, \kI, \kM, and \kS).
+
+* Fix bug using negative value with -z option (github #709).
+
+* Fix bug handling empty terminfo capabilties (github #710).
+
+* Fix memory leak in setupterm (github #707).
+
+* Make lesstest ignore system locale (nl_langinfo) (github #708).
+
+======================================================================
+
Major changes between "less" versions 685 and 691
* Add --autosave option (github #678).