Commit Graph

10 Commits

Author SHA256 Message Date
Danilo Spinella
db9994e001 Accepting request 1177161 from home:dspinella:branches:Base:System
- Update to 656:
  * Add ^O^N, ^O^P, ^O^L and ^O^O commands and mouse clicks (with --mouse) to find and open OSC8 hyperlinks (github #251).
  * Add --match-shift option.
  * Add --lesskey-content option (github #447).
  * Add LESSKEY_CONTENT environment variable (github #447).
  * Add --no-search-header-lines and --no-search-header-columns options (github #397).
  * Add ctrl-L search modifier (github #367).
  * A ctrl-P at the start of a shell command suppresses the "done" message (github #462).
  * Add attribute characters ('*', '~', '_', '&') to --color parameter (github #471).
  * Allow expansion of environment variables in lesskey files.
  * Add LESSSECURE_ALLOW environment variable (github #449).
  * Add LESS_UNSUPPORT environment variable.
  * Add line number parameter to --header option (github #436).
  * Mouse right-click jumps to position marked by left-click (github #390).
  * Ensure that the target line is not obscured by a header line set by --header (github #444).
  * Change default character set to "utf-8", except remains "dos" on MS-DOS.
  * Add message when search with ^W wraps (github #459).
  * UCRT builds on Windows 10 and later now support Unicode file names (github #438).
  * Improve behavior of interrupt while reading non-terminated pipe (github #414).
  * Improve parsing of -j, -x and -# options (github #393).
  * Support files larger than 4GB on Windows (github #417).
  * Support entry of Unicode chars larger than U+FFFF on Windows (github #391).
  * Improve colors of bold, underline and standout text on Windows.
  * Allow --rscroll to accept non-ASCII characters (github #483).
  * Allow the parameter to certain options to be terminated with a space (--color, --quotes, --rscroll, --search-options and --intr) (github #495).
  * Fix bug where # substitution failed after viewing help (github #420).
  * Fix crash if files are deleted while less is viewing them (github #404).
  * Workaround unreliable ReadConsoleInputW behavior on Windows with non-ASCII input.
  * Fix -J display when searching for non-ASCII characters (github #422).
  * Don't filter header lines via the & command (github #423).

OBS-URL: https://build.opensuse.org/request/show/1177161
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=105
2024-05-31 08:18:27 +00:00
51f7c5cdb9 Accepting request 1103798 from home:polslinux:branches:Base:System
- Update to 643:
  * Fix problem when a program piping into less reads from the tty,
    like sudo asking for password (github #368).
  * Fix search modifier ^E after ^W.
  * Fix bug using negated (^N) search (github #374).
  * Fix bug setting colors with -D on Windows build (github #386).
  * Fix reading special chars like PageDown on Windows (github #378).
  * Fix mouse wheel scrolling on Windows (github #379).
  * Fix erroneous EOF when terminal window size changes (github #372).
  * Fix compile error with some definitions of ECHONL (github #395).
  * Fix crash on Windows when writing logfile (github #405).
  * Fix regression in exit code when stdin is /dev/null and
    output is a file (github #373).
  * Add lesstest test suite to production release (github #344).
  * Change lesstest output to conform with
    automake Simple Test Format (github #399).

OBS-URL: https://build.opensuse.org/request/show/1103798
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=101
2023-08-16 13:01:21 +00:00
Danilo Spinella
f5fd57e1d3 Accepting request 1083974 from home:kstreitova:branches:Base:System
- Update to 632
  * Add LESSUTFCHARDEF environment variable (github #275).
  * Add # command (github #330).
  * Add ^S search modifier (github #196).
  * Add --wordwrap option (github #113).
  * Add --no-vbell option (github #304).
  * Add --no-search-headers option (github #44).
  * Add --modelines option (github #89).
  * Add --intr option (github #224).
  * Add --proc-backspace, --proc-tab and --proc-return options (github #335).
  * Add --show-preproc-errors option (github #258).
  * Add LESS_LINES and LESS_COLUMNS environment variables (github #84).
  * Add LESS_DATA_DELAY environment variable (github #337).
  * Allow empty "lines" field in --header option.
  * Update Unicode tables.
  * Improve ability of ^X to interrupt F command (github #49).
  * Status column (-J) shows off-screen matches.
  * Parenthesized sub-patterns in searches are colored with unique colors, if supported by the regular expression library (github #196).
  * Don't allow opening a tty as file input unless -f is set (github #309).
  * Don't require newline input after +&... option (github #339).
  * Fix incorrect handling of some Private Use Unicode characters.
  * Fix ANSI color bug when overstriking with colored chars (github #276).
  * Fix compiler const warning (github #279).
  * Fix signal race in iread (github #280).
  * Fix reading procfs files on Linux (github #282).
  * Fix --ignore-case with ctrl-R (no regex) search (github #300).
  * Fix bug doing repeat search after setting & filter (github #299).
  * Fix bug doing repeat search before non-repeat search.
  * Fix crash with -R and certain line lengths (github #338).
  * Fix input of Windows dead keys (github #352).

OBS-URL: https://build.opensuse.org/request/show/1083974
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=95
2023-05-02 11:22:25 +00:00
Danilo Spinella
27b4904972 Accepting request 1063645 from home:psimons:branches:Base:System
Fix CVE-2022-46663.

OBS-URL: https://build.opensuse.org/request/show/1063645
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=92
2023-02-08 13:53:32 +00:00
b6e4743e5c Accepting request 807838 from home:AndreasStieger:branches:Base:System
less 562

OBS-URL: https://build.opensuse.org/request/show/807838
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=73
2020-05-21 07:30:43 +00:00
90d68b43c6 Accepting request 732396 from home:AndreasStieger:branches:Base:System
less 551

OBS-URL: https://build.opensuse.org/request/show/732396
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=66
2019-09-23 11:22:32 +00:00
94451234f2 Accepting request 486147 from home:kstreitova:branches:Base:System
- update to version 487
  * New commands ESC-{ and ESC-} to shift to start/end of displayed
    lines.
  * Make search highlights work correctly when changing caselessness
     with -i.
  * New option -Da in Windows version to enable SGR mode.
  * Fix "nothing to search" error when top or bottom line on screen
    is empty.
  * Fix bug when terminal has no "cm" termcap entry.
  * Fix incorrect display when entering double-width chars in search
    string.
  * Fix bug in Unicode handling that missed some double width
    characters.
  * Update Unicode database to 9.0.0. 
- remove less-429-widechars.patch that is no longer needed
  (fixed upstream)
- refresh less-429-shell.patch
- get rid of %{name} macro from the patch names

OBS-URL: https://build.opensuse.org/request/show/486147
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=56
2017-04-06 13:26:16 +00:00
1e9cc3cf45 Accepting request 341939 from home:AndreasStieger:branches:Base:System
less 481

OBS-URL: https://build.opensuse.org/request/show/341939
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=54
2015-11-02 13:04:26 +00:00
OBS User unknown
53e3f4d59c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=15 2009-07-11 01:27:35 +00:00
OBS User unknown
80b2a0d9b8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=14 2009-06-05 21:53:06 +00:00