Deleted Added
full compact
NEWS (172468) NEWS (172597)
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 406 and 408
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
24* Fix configure bug on systems which don't support langinfo.h.
25
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
24* Fix configure bug on systems which don't support langinfo.h.
25
26* Fix crash when searching text containing certain invalid UTF-8 sequences.
27
26======================================================================
27
28 Major changes between "less" versions 394 and 406
29
30* Allow decimal point in number for % (percent) command.
31
32* Allow decimal point in number for -j option (fraction of screen height).
33

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

690 for option X, or "-X" to get the opposite of the default.
691
692* Lesskey files may now include characters after the action as
693 extra input to be parsed after the action; for example:
694 "toggle-option X" to toggle a specific option X.
695
696
697
28======================================================================
29
30 Major changes between "less" versions 394 and 406
31
32* Allow decimal point in number for % (percent) command.
33
34* Allow decimal point in number for -j option (fraction of screen height).
35

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

692 for option X, or "-X" to get the opposite of the default.
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