68c2cd260a
- update to 685: * Add LESS_TERMCAP_SUSPEND and LESS_TERMCAP_RESUME (github #654). * Change --incsearch so that after typing each character of the pattern, the search begins at the position where the search command was invoked, not the current position (github #640). * Allow mixing of option arguments and filename arguments on the command line unless POSIXLY_CORRECT is set (github #653). * Don't output U+00AD and U+200D, and fix some bugs handling emoji modifier characters (github #637). * Fix hang if a search using ^S modifier matches empty string * Fix bug using -g and -J (github #636). * Fix bug when pasting a search pattern while --incsearch is active (github #635). * Fix bug in Windows build when autorepeating a search pattern * Fix lesskey bug using #stop directive. * Fix lesskey bug using "invalid" action (github #643). * Fix bug causing file to appear to end prematurely if an input command was received during a file read (github #649). * Fix performance issue in & filtering (github #638). * Fix some problems reported by valgrind (github #659, github #660, github #661). * Fix bad parsing of lesskey file an env var is a prefix of another env var (github #626). * Fix unexpected exit using -K if a key press is received while reading the input file (github #628).
Stanislav Brabec2025-11-22 20:34:41 +00:00
24644de759
Accepting request 1281715 from Base:System
Ana Guerrero2025-06-03 15:50:07 +00:00
6404726c0c
- Extend detection and preview for "Java archive data" (eg. .jar), "Android package" (eg. .apk) and "ASCII cpio archive" (eg. .obscpio) in lessopen.sh - Fix rpm preprocessing: Remove escaped quotes from $TMPF_pre in lessopen.sh
Stanislav Brabec2025-06-02 00:16:37 +00:00
c71bda1017
Accepting request 1276665 from Base:System
Ana Guerrero2025-05-13 18:11:52 +00:00
f8fbe6440f
- Update to 676 * Treat -r in LESS environment variable as -R. * Add ESC-j and ESC-k commands (github #560). * Add --no-paste option (github #523). * Add --no-edit-warn option (github #513). * Add --form-feed option (github #496). * Add ESC-b command (github #615). * Make TAB complete option name in -- command (github #531). * Update the file size on an attempt to go past end of file. * Make -R able to pass through any OSC escape sequences, not just OSC 8 (github #504). * Setting LESS_IS_MORE=0 now disables "more" compatibility even if invoked via a file link named "more" (github #500). * Pass through escape sequences in prompts even if -R is not set. * Add LESS_SHELL_LINES to support shell prompts which use more than one line (github #514). * Add LESSANSIOSCALLOW to define OSC types which may be passed through. * Add LESSANSIOSCCHARS to define non-standard OSC intro chars. * Add LESS_SIGUSR1 to define user signal handler (github #582). * Add mouse and mouse6 commands to lesskey (github #569). * Improve behavior of ^O^N and ^O^P commands. * Fix unexpected behavior when entering a partial command followed by a valid command (github #543). * Fix bug when coloring prompt string with SGR sequences (github #516). * Fix bug when searching for text near an invalid UTF-8 sequence (github #542). * Fix display bug when file contains ESC followed by NUL (github #550). * Fix bug when using +:n +:p +:x or +:d on the command line (github #552). * Fix bug with --no-number-headers when header is not at start of file (github #566). * Fix bug where lesstest fails if window is resized (github #570). * Fix bug using "configure --with-secure=no" (github #584). * Fix bug using multibyte command chars (github #595). * Fix auto_wrap setting on Windows (github #497). * Fix two bugs using ^S search modifier (github #605). * Fix bug searching for UTF-8 strings with the PCRE2 library (github #610). * Fix bug highlighting OSC 8 links when opening a new file. - Remove upstreamed reproducible.patch
Stanislav Brabec2025-05-11 21:46:46 +00:00
188936d16d
Update to 668 * Fix crash when using --header on command line * Fix possible crash when scrolling left/right or toggling -S * Fix bug when using #stop in a lesskey file * Fix bug when using --shift or --match-shift on command line with a parameter starting with '.' * Fix bug in R command when file size changes * Fix bug using --header when file does not fill screen * Fix ^X bug when output is not a terminal * Fix bug where ^Z is not handled immediately * Fix bug where first byte from a LESSOPEN filter is deleted if it is greater than 0x7F * Fix uninitialized variable in edit_ifile * Fix incorrect handling of UTF-8 chars in prompts - Add reproducible.patch to override build date (boo#1047218)
Stanislav Brabec2024-12-19 17:44:35 +00:00
1d8656bd99
Accepting request 1218137 from Base:System
Ana Guerrero2024-10-25 17:19:07 +00:00
df30e10fb7
- Change preprocessor dependencies from Requires to Recommends. It's disabled by default and they are not necessary for less.
Stanislav Brabec2024-10-24 21:27:31 +00:00
8007a7cbb7
Accepting request 1188350 from Base:System
Ana Guerrero2024-07-19 13:25:39 +00:00
4f71d1d9ac
Accepting request 1124451 from Base:System
Ana Guerrero2023-11-10 11:29:01 +00:00
e752705f41
- add zstd support to lessopen * Fix buffer overflow when invoking lessecho with more than 63 -m/-n * Fix termlib detection when compiler doesn't accept * Fix bug using multibyte UTF-8 char in search string * If XDG_CONFIG_HOME is set, find lesskey source file * If XDG_DATA_HOME is set, find and store history file * If XDG_CONFIG_HOME is set, find lesskey source file * If XDG_DATA_HOME is set, find and store history file * Fix bug which could leave terminal in mouse-reporting mode mouse-reporting mode after exiting less. * Display error message immediately when -o is toggled and * Fix regression: make screen repaint when "squished" and * Display error message immediately when -o is toggled and - Extend lesskey with mappings for 8-bit controls key escape sequences * Update Unicode database to 9.0.0. * Automate construction of Unicode tables from Unicode database. * added less-fix_crash_in_hilite_line.patch * Fix display bug when using up/down arrow on the command line. - Update to version 456 - Update to version 455 * Fix possible crashes caused by malformed LESSOPEN or * Fix bug in unget handling that can cause strange effects - fix build - updated to version 418 * Update GPL to version 3. - add head of changelog to rpm listing - make expand_linebuf() faster [#39724] * system-wide lesskey file now defaults to sysless in etc directory - improved detection for input conding from keyboard, proper input - error messages in lessopen.sh must be redirected to the standard
Dirk Mueller2023-11-09 13:44:23 +00:00
aa09d0f6ef
Accepting request 1104175 from Base:System
Ana Guerrero2023-08-17 17:42:43 +00:00
51f7c5cdb9
Accepting request 1103798 from home:polslinux:branches:Base:System
Marcus Meissner2023-08-16 13:01:21 +00:00
bda9ba0645
- update to 563: * Update Unicode tables. * Treat Hangul Jamo medial vowels and final consonants as zero width. * Display error message immediately when -o is toggled and input is not a pipe. * Fix regression: make screen repaint when "squished" and a no-movement command is given. * Fix erroneous EOF calculation when F command is interrupted. * Make WIN32C version include this fix from 551: Don't count lines in initial screen if using -X with -F. * Fix display bug in WIN32C version. * Fix memory corruption when built with libtermcap. * Support libtinfow.
Dirk Mueller2020-08-15 16:26:08 +00:00
81845af4e3
Accepting request 160924 from Base:System
Stephan Kulow
2013-03-25 19:31:48 +00:00
6ba9c51c50
Accepting request 160301 from home:namtrac:bugfix
Dirk Mueller2013-03-25 11:56:16 +00:00
f7d57b36ab
Accepting request 141020 from Base:System
Stephan Kulow
2012-11-13 10:35:13 +00:00
5baa19dbec
- Update to version 456 * Yet another bugfix in option string parser
Petr Uzel2012-11-12 20:50:32 +00:00
3acab237fa
Accepting request 140323 from Base:System
Stephan Kulow
2012-11-10 15:54:31 +00:00
bd36c150f1
- Update to version 455 * Bugfixes in buildsystem and option parser
Petr Uzel2012-11-06 11:29:09 +00:00
75e94ce163
- Update to version 453 * Allow backslash escaping of metacharacters in LESS environment variable. * Don't quit if syntax errors are found in command line options. * Increase sizes of some internal buffers. * Fix configure bug with --with-regex=none. * Fix crash with "stty rows 0".
Petr Uzel2012-11-04 21:07:58 +00:00
ea4300636f
- Update to version 451 * Add ESC-F command to keep reading data until a pattern is * found. * Use exit code of LESSOPEN script if LESSOPEN starts with * "||". * When up/down arrow is used on the command line immediately * after typing text, the next command starting with that text is found. * Add support for GNU regex. * Add configure option --with-regex=none and fix compile * errors when compiling with no regex library. * Fix possible crashes caused by malformed LESSOPEN or LESSCLOSE variables. * Fix bug highlighting text which is discontiguous in the * file due to backspace processing. * Fix bug in displaying status column when scrolling * backwards with -J and -S in effect. - Comment out speed patch.
Wojtek Dziewięcki
2012-09-25 07:52:19 +00:00
c325b8268a
Accepting request 95494 from Base:System
Stephan Kulow
2011-12-06 12:52:17 +00:00