diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-05-13 05:27:43 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-05-13 05:27:43 +0000 |
commit | 368ca3013fcfe6e0e9470294fdc2f837025fa519 (patch) | |
tree | e98f33b02a182d2465d20464a312850c578da5c1 /NEWS | |
parent | fcf6d6d329faff855e12d3a0758197b6a73842ba (diff) | |
download | src-368ca3013fcfe6e0e9470294fdc2f837025fa519.tar.gz src-368ca3013fcfe6e0e9470294fdc2f837025fa519.zip |
Vendor import of less v458.vendor/less/v458
Notes
Notes:
svn path=/vendor/less/dist/; revision=250590
svn path=/vendor/less/v458/; revision=250591; tag=vendor/less/v458
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -11,9 +11,10 @@ ====================================================================== - Major changes between "less" versions 451 and 456 + Major changes between "less" versions 451 and 458 -* Allow backslash escaping of metacharacters in LESS environment variable. +* Allow backslash escaping of metacharacters in LESS environment variable + after the --use-backslash option. * Don't quit if syntax errors are found in command line options. @@ -25,6 +26,8 @@ * Fix Win32 attribute display bug. +* Fix display bug when using up/down arrow on the command line. + ====================================================================== Major changes between "less" versions 444 and 451 |