SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for less-608-2.1.x86_64.rpm :

* Wed Sep 14 2022 Danilo Spinella - Update to 608:
* Add the --header option (github #43).
* Add the --no-number-headers option (github #178).
* Add the --status-line option.
* Add the --redraw-on-quit option (github #36).
* Add the --search-options option (github #213).
* Add the --exit-follow-on-close option (github #244).
* Add \'H\' color type to set color of header lines.
* Add #version conditional to lesskey.
* Add += syntax to variable section in lesskey files.
* Allow option name in -- command to end with \'=\' in addition to \'\
\'.
* Add $HOME/.config to possible locations of lesskey file (github #153).
* Add $XDG_STATE_HOME and $HOME/.local/state to possible locations of history file (github #223).
* Don\'t read or write history file in secure mode (github #201).
* Fix display of multibyte and double-width chars in prompt.
* Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08 (github #188).
* Add more \\k codes to lesskey format.
* Fix bug when empty file is modified while viewing it.
* Fix bug when parsing a malformed lesskey file (githb #234).
* Fix bug scrolling history when --incsearch is set (github #214).
* Fix buffer overflow when invoking lessecho with more than 63 -m/-n options (github #198).
* Fix buffer overflow in bin_file (github #271).
* Fix bug restoring color at end of highlighted text.
* Fix bug in parsing lesskey file.
* Defer moving cursor to lower left in some more cases.
* Suppress TAB filename expansion in some cases where it doesn\'t make sense.
* Fix termlib detection when compiler doesn\'t accept calls to undeclared functions.
* Escape filenames when invoking LESSCLOSE.
* Fix bug using multibyte UTF-8 char in search string with --incsearch (github #273).
* Tue Aug 16 2022 Thorsten Kukuk - Which need one /usr/bin/which, not the package which
* Thu Sep 16 2021 Danilo Spinella - Add missing runtime dependency on which, which it is used by lessopen.sh. Fix bsc#1190552.
* Tue Jul 06 2021 Predrag Ivanović - Fix build on Leap: Account for distinction in confdir after UsrMerge.
* Thu Jun 17 2021 Dirk Müller - update to 590:
* Make less able to read lesskey source files (deprecating lesskey).
* If XDG_CONFIG_HOME is set, find lesskey source file in $XDG_CONFIG_HOME/lesskey rather than $HOME/.lesskey.
* If XDG_DATA_HOME is set, find and store history file in $XDG_DATA_HOME/lesshst rather than $HOME/.lesshst.
* Add the --lesskey-src option.
* Add the --file-size option.
* With -F, if screen is resized to make file fit on one screen, don\'t exit.
* Mon Jun 14 2021 Jan Engelhardt - Remove --with-pic (no static libs are ever produced).
* Sun May 16 2021 Dirk Müller - update to 586:
* Make less able to read lesskey source files (deprecating lesskey).
* If XDG_CONFIG_HOME is set, find lesskey source file in $XDG_CONFIG_HOME/lesskey rather than $HOME/.lesskey.
* If XDG_DATA_HOME is set, find and store history file in $XDG_DATA_HOME/lesshst rather than $HOME/.lesshst.
* Add the --lesskey-src option.
* Add the --file-size option.
* Fix bug which could leave terminal in mouse-reporting mode after exiting less.
* Fix bug which caused failure to respond to window resize.
* Fix backslash bug searching in tag file.
* Thu Apr 29 2021 Dirk Müller - update to 581.2:
* This fixes a bug found in less-581 where the terminal was sometimes left in mouse-reporting mode after exiting less.
* Fri Apr 23 2021 Andreas Stieger - less 581:
* Change ESC-u command to toggle, not disable, highlighting per man page
* Add ESC-U command
* Add ctrl-W search modifier for wrapping search
* F command can be interrupted by ^X
* Support OSC 8 hyperlinks when -R is in effect
* g command with no number will ignore -j and put first line at top of screen
* Multiple + or -p command line options are handled better
* Add the --incsearch option
* Add the --line-num-width option
* Add the --status-col-width option
* Add the --use-color and --color options
* Display -w highlight even if highlighted line is empty
* If search result is in a long line, scroll to ensure it is visible
* Editing the same file under different names now creates only one entry in the file list.
* Make visual bell more visible on some terminals
* Ring end-of-file bell no more than once per second
* Build can use either Python or Perl for Makefile.aut operations
* Fix crash when using the AATT search modifier.
* Fix crash in the \'s\' command due to duplicate free- drop less-429-save_line_position.patch which was never accepted upstream due to solving one problem and creating others
* Sat Aug 15 2020 Dirk Mueller - 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.
* Wed May 20 2020 Andreas Stieger - less 562:
* Update unicode tables
* formatting changes in man pages
* Sat Apr 04 2020 Andreas Stieger - less 557:
* 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 memory corruption when built with libtermcap
* Support libtinfow
* Wed Dec 11 2019 kukukAATTsuse.com- Move lesskey
* from /etc to /usr/etc
* Sat Sep 21 2019 Andreas Stieger - less 551:
* Add --mouse option
* Add --wheel-lines option
* Add --no-histdups option
* Add --save-marks option
* Support PCRE2 regular expression library
* Redraw screen on SIGWINCH even if screen size doesn\'t change
* Shell-escape filenames in history so they can be used again
* Ring bell if user enters invalid long option name
* Use PCRE_UTF8 flag for pcre regular expressions when in UTF-8 mode
* Don\'t count lines in initial screen if using -X with -F
* Fix bug in v command on empty file
* Fix bug in v command when filename contains shell metacharacters- refresh less-429-shell.patch
* Sun Apr 29 2018 kstreitovaAATTsuse.com- 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 file.
* Code improvements:
* Use ANSI prototypes in funcs.h declarations.
* Fix some const mismatches.
* Remove archaic \"register\" in variable declarations.- remove the following patches (applied upstream)
* less-429-strict_aliasing.patch
* less-429-terminate.patch- renumber patches- remove \'make mkhelp\' from the specfile as mkhelp.pl is now distributed in the tarball
* Tue Apr 03 2018 kukukAATTsuse.de- Use %license instead of %doc [bsc#1082318]
 
ICM