Changelog for
kakoune-2023.08.05-1.6.x86_64.rpm :
* Mon Aug 07 2023 Michael Vetter
- Update to 2023.08.05:
* Fix compilation errors on FreeBSD and MacOS using clang
* Mon Jul 31 2023 Michael Vetter - Update to 2023.07.29:
* and now undo/redo selection changes; the previous meaning of moving in history tree has been moved to and
* %exp{...} expansions provide flexible quoting for expanded strings (as double quoted strings)
* cancels the current operation and goes back to the main event loop, this provides an escape hatch when Kakoune seems to hang due to a costly operation
* show-matching -previous highlighter will fall back onto the character preceeding the cursor- Remove 894e44fdbff4221549d358faa4a73ea43e1283a5.patch
* Sun Apr 02 2023 Bjørn Lie - Add upstream bug fix patch: Fix new gcc errors for missing types.
* 894e44fdbff4221549d358faa4a73ea43e1283a5.patch
* Mon Oct 31 2022 Michael Vetter - Update to 2022.10.31:
* complete-command to specify and change how a command is completed
* p, P, ! and commands now select the inserted text
* x now just extends the selection to contain full lines (as did) trims partial lines from the selection (as did)
* User mappings is now bound to while keeping/removing main selection moved to , and
* Prompt history registers %reg{colon}, %reg{slash} and %reg{pipe} now have reverse chronological order
* Executing user mode mappings no longer adds to prompt history registers.- Remove kakoune-2021.11.08-gcc-12.patch- Remove BR for libboost_regex, libxslt-tools, and ncurses: not needed anymore- Require gcc >= 12
* Mon Jun 27 2022 Antoine Belvire - Add kakoune-2021.11.08-gcc-12.patch: Fix build with gcc 12.
* Fri Dec 03 2021 Michael Vetter - Update to 2021.11.08:
* Support for curly and separately colored underlines
* Fixes for terminal flickering
* Fixes for command and response fifo corner cases
* Wed Nov 03 2021 Michael Vetter - Update to 2021.10.28:
* g and v do not auto lower case the next key, so GL needs to be manually mapped to Gl for example.
* Fix flickering issues on some terminals such as the linux console
* Mon Aug 30 2021 Michael Vetter - Update to 2021.08.28:
* command and response fifo support
* Shell expansions only trim the last trailing newline instead of all of them to make is possible to losslessly pass text through %sh{...}.
* set-option -remove support for subtracting/removing from option values
* Menu completions such as command name completion are now auto-inserted on space
* write -atomic was replaced with write -method [replace|overwrite] to make both write methods available explicitly
* write will fail if the given filename already exists and is a regular file. Use the -force switch to override that behaviour.
* ncurses was replaced with a custom terminal escape sequence backend, ncurses is not a dependency anymore.- Remove 0001-Add-missing-limits-includes.patch
* Tue Jun 01 2021 Christophe Giboudeaux - Add GCC 11 compatibility fix:
* 0001-Add-missing-limits-includes.patch
* Wed Sep 02 2020 Michael Vetter - Update to 2020.09.01:
* Daemon mode (-d switch) does not fork anymore.
* Fix crash on completion.