Deleted Added
sdiff udiff text old ( 172468 ) new ( 172597 )
full compact
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
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======================================================================
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