diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-06-26 20:38:53 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-06-26 20:38:53 +0000 |
commit | ae8c2162b0f1c1823dae013469f900b9882b77a2 (patch) | |
tree | 9492f724d6c5c2081c7f6b978b27d62af6523d31 /NEWS | |
parent | 5b2db585ea1bc974ea3553d32447fba4e9ec0c2a (diff) |
Notes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -7,8 +7,34 @@ http://www.greenwoodsoftware.com/less You can also download the latest version of less from there. - To report bugs, suggestions or comments, send email to - bug-less@gnu.org or markn@greenwoodsoftware.com. + To report bugs, suggestions or comments, send email to bug-less@gnu.org. + +====================================================================== + + Major changes between "less" versions 444 and 449 + +* Add ESC-F command to keep reading data until a pattern is found. + +* Use exit code of LESSOPEN script if LESSOPEN starts with "||". + +* When up/down arrow is used on the command line immediately after + typing text, the next command starting with that text is found. + +* Add support for GNU regex. + +* Add configure option --with-regex=none and fix compile errors + when compiling with no regex library. + +* Fix bugs handling SGR sequences in Win32. + +* Fix possible crashes caused by malformed LESSOPEN or + LESSCLOSE variables. + +* Fix bug highlighting text which is discontiguous in the file + due to backspace processing. + +* Fix bug in displaying status column when scrolling backwards + with -J and -S in effect. ====================================================================== |