- update to version 530 [bsc#1091308]
* Don't output terminal init sequence if using -F and file fits
on one screen.
* When using -S, mark truncated lines with a special character.
The character can be changed or disabled via the new --rscroll
option.
* New command M marks the last line displayed on the screen.
* New command ESC-m removes a line mark.
* Status column (enabled via -J) now shows mark letters.
* Status column shows search matches even if highlighting is
disabled via -G.
* A second ESC-u command will clear search match markers in the
status column.
* Do same ANSI escape code filtering for tag matching that we do
for searching, to help when viewing syntax-highlighted code.
* Catch SIGTERM and clean up before exiting.
* Fix bug initializing default charset on Windows.
* Handle keypad ENTER key correctly if it sends something other
than newline.
* Fix buffering bug when using stdin with a LESSOPEN pipe.
* Update Unicode tables to 2017-03-08.
* Pass-thru Unicode formating chars (Cf type) instead of treating
them as binary chars. But treat them as binary if -U is set.
* Fix erroneous binary file warning when UTF-8 file contains ANSI
SGR sequences.
* Fix bugs when using LESSOPEN and switching between stdin and
other files.
* Fix some bugs handling filenames containing shell metacharacters
* Fix some memory leaks.
* Allow some debugging environment variables to be set in lesskey
OBS-URL: https://build.opensuse.org/request/show/602384
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=64
- 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
- Update to version 457
* Allow backslash escaping of metacharacters in LESS environment
variable if the --use-backslash option is set.
* 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".
isupper, many thanks to Björn Jacke for hint and patch [#29827] (forwarded request 160301 from namtrac)
OBS-URL: https://build.opensuse.org/request/show/160924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=38
- Update to version 457
* Allow backslash escaping of metacharacters in LESS environment
variable if the --use-backslash option is set.
* 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".
isupper, many thanks to Björn Jacke for hint and patch [#29827]
OBS-URL: https://build.opensuse.org/request/show/160301
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=35
- Update to version 455
* Bugfixes in buildsystem and option parser
- 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".
- 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.
- Remove speed patch.
- Remove less-429-lessecho-man.patch
OBS-URL: https://build.opensuse.org/request/show/140323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=35
* 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".
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=30
* 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.
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=26
- bump version 443
* Change search behavior such that when a search is given an explicit pattern,
the entire displayed screen is included in the search and not just the
portion after the target line.
* Add -A option to change search behavior to the old way: only the portion of
the screen after the target line is searched.
* Add %F formatting to prompt strings, replaced by the last component of the
input file.
* Control-G while editing a command exits the command.
* Less now exits with status 2 if control-C is pressed and -K is in effect.
* Fix "ungetc overflow" when passing long commands via the -p option.
* Fix bug in using line filtering via the & command in combination with -i and
-I.
* Fix bug in handling negative arguments to the -j option.
* Fix bug in handling %t in prompt strings.
* Improve handling of long option names.
* Improve percentage calculation for very large files.
- remove mouse patch because
* conflicting short opt -A since version 443, see changes above
* was working for xterm only so probably nobody is using it (forwarded request 71702 from rudi_m)
OBS-URL: https://build.opensuse.org/request/show/71853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=26
- bump version 443
* Change search behavior such that when a search is given an explicit pattern,
the entire displayed screen is included in the search and not just the
portion after the target line.
* Add -A option to change search behavior to the old way: only the portion of
the screen after the target line is searched.
* Add %F formatting to prompt strings, replaced by the last component of the
input file.
* Control-G while editing a command exits the command.
* Less now exits with status 2 if control-C is pressed and -K is in effect.
* Fix "ungetc overflow" when passing long commands via the -p option.
* Fix bug in using line filtering via the & command in combination with -i and
-I.
* Fix bug in handling negative arguments to the -j option.
* Fix bug in handling %t in prompt strings.
* Improve handling of long option names.
* Improve percentage calculation for very large files.
- remove mouse patch because
* conflicting short opt -A since version 443, see changes above
* was working for xterm only so probably nobody is using it
OBS-URL: https://build.opensuse.org/request/show/71702
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=15