Deleted Added
full compact
NEWS (172597) NEWS (173682)
1
2 NEWS about less
3
4======================================================================
5
6 For the latest news about less, see the "less" Web page:
7 http://www.greenwoodsoftware.com/less
8 You can also download the latest version of less from there.
9
10 To report bugs, suggestions or comments, send email to
11 bug-less@gnu.org or markn@greenwoodsoftware.com.
12
13======================================================================
14
15
1
2 NEWS about less
3
4======================================================================
5
6 For the latest news about less, see the "less" Web page:
7 http://www.greenwoodsoftware.com/less
8 You can also download the latest version of less from there.
9
10 To report bugs, suggestions or comments, send email to
11 bug-less@gnu.org or markn@greenwoodsoftware.com.
12
13======================================================================
14
15
16 Major changes between "less" versions 409 and 415
17
18* New --follow-name option makes F command follow the name of a file
19 rather than the file descriptor if an open file is renamed.
20
21* Make searching with -i/-I work correctly with non-ASCII text.
22
23* Fix DJGPP build.
24
25======================================================================
26
16 Major changes between "less" versions 406 and 409
17
18* Support CSI escape sequences, like SGR escape sequences.
19
20* Fix bug which caused screen to fail to repaint when window is resized.
21
22* Fix bug in using -i and -I flags with non-ASCII text.
23

--- 669 unchanged lines hidden (view full) ---

693
694* Lesskey files may now include characters after the action as
695 extra input to be parsed after the action; for example:
696 "toggle-option X" to toggle a specific option X.
697
698
699
700
27 Major changes between "less" versions 406 and 409
28
29* Support CSI escape sequences, like SGR escape sequences.
30
31* Fix bug which caused screen to fail to repaint when window is resized.
32
33* Fix bug in using -i and -I flags with non-ASCII text.
34

--- 669 unchanged lines hidden (view full) ---

704
705* Lesskey files may now include characters after the action as
706 extra input to be parsed after the action; for example:
707 "toggle-option X" to toggle a specific option X.
708
709
710
711
712