version.c (d713e0891ff9ab8246245c3206851d486ecfdd37) | version.c (f80a33ea416e408c490a1f1f031a6abbccbae085) |
---|---|
1/* 2 * Copyright (C) 1984-2023 Mark Nudelman 3 * 4 * You may distribute under the terms of either the GNU General Public 5 * License or the Less License, as specified in the README file. 6 * 7 * For more information, see the README file. 8 */ --- 967 unchanged lines hidden (view full) --- 976v625 2/16/23 Minor fixes. 977v626 2/19/23 Fix rare crash in add_attr_normal. 978v627 2/19/23 Doc. 979v628 2/20/23 Don't require newline after +&... 980v629 2/26/23 Delay "waiting for data" message for 500 ms. 981v630 3/18/23 Add LESS_DATA_DELAY. 982v631 3/26/23 Fix input of dead keys on Windows. 983v632 4/6/23 Make lesstest work on MacOS; minor fixes. | 1/* 2 * Copyright (C) 1984-2023 Mark Nudelman 3 * 4 * You may distribute under the terms of either the GNU General Public 5 * License or the Less License, as specified in the README file. 6 * 7 * For more information, see the README file. 8 */ --- 967 unchanged lines hidden (view full) --- 976v625 2/16/23 Minor fixes. 977v626 2/19/23 Fix rare crash in add_attr_normal. 978v627 2/19/23 Doc. 979v628 2/20/23 Don't require newline after +&... 980v629 2/26/23 Delay "waiting for data" message for 500 ms. 981v630 3/18/23 Add LESS_DATA_DELAY. 982v631 3/26/23 Fix input of dead keys on Windows. 983v632 4/6/23 Make lesstest work on MacOS; minor fixes. |
984v633 5/3/23 Fix build on systems with ncurses/termcap.h or ncursesw/termcap.h. 985v634 5/29/23 Allow program piping into less to access tty; 986 fix search modifier ^E after ^W. 987v635 6/2/23 Fix crash with ! search modifier. 988v636 6/18/23 Fix -D in MS-DOS build; fix mouse wheel in MS-DOS build. 989v637 6/28/23 Fix early EOF when SIGWINCH is received. 990v638 6/29/23 Fix compile error with ECHONL. 991v639 6/29/23 Fix SIGWINCH while reading tty. 992v640 7/10/23 Add lesstest to release. 993v641 7/10/23 Fix release. 994v642 7/10/23 Fix release. 995v643 7/20/23 Fix crash on Windows with -o. |
|
984*/ 985 | 996*/ 997 |
986char version[] = "632"; | 998char version[] = "643"; |