diff options
Diffstat (limited to 'version.c')
| -rw-r--r-- | version.c | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/version.c b/version.c index 92ba59e27e5e..9a97f1658940 100644 --- a/version.c +++ b/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2024 Mark Nudelman + * Copyright (C) 1984-2025 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -1032,6 +1032,21 @@ v665 9/4/24 Fix ^Z bug. v666 9/21/24 Fix missing first byte from LESSOPEN if >0x7f. v667 9/26/24 Fix uninitialized variable in edit_ifile. v668 10/6/24 Fix UTF-8 chars in prompt. +v669 11/6/24 Add --no-paste; add --no-edit-warn; add TAB for -- command; + add LESSANSIOSCALLOW and LESSANSIOSCCCHARS; fix bug searching + near invalid UTF-8 sequence; add LESS_SHELL_LINES; fix bug + with --no-number-headers; add mouse cmds to lesskey; + add form-feed; add --no-poll; add LESS_SIGUSR1; + fix "configure --with-secure=no". +v670 11/16/24 Fix SIGWINCH handling; add iopen. +v671 12/6/24 Fix multibyte command chars; fix Windows auto_wrap. +v672 1/20/25 Don't poll with -F on short file; remove --no-poll. +v673 3/13/25 Treat -r in LESS var as -R; add ESC-j and ESC-k. +v674 3/24/25 Improve behavior of ^O^N and ^O^P commands. +v675 4/3/25 Add ESC-b. +v676 4/16/25 Fix two OSC 8 display bugs. +v677 4/27/25 Fix & filtering bug. +v678 5/1/25 Don't change stty tab setting. */ -char version[] = "668"; +char version[] = "678"; |
