Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kakoune-2023.08.05-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: kakoune Distribution: openSUSE Tumbleweed
Version: 2023.08.05 Vendor: openSUSE
Release: 1.1 Build date: Mon Aug 7 16:53:00 2023
Group: Productivity/Text/Editors Build host: sheep84
Size: 3055525 Source RPM: kakoune-2023.08.05-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://kakoune.org/
Summary: A code editor heavily inspired by Vim
Kakoune is a code editor heavily inspired by Vim.
It's faster as in less keystrokes, supports multiple selections and uses orthogonal design.

Provides

Requires

License

Unlicense

Changelog

* Mon Aug 07 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2023.08.05:
    * Fix compilation errors on FreeBSD and MacOS using clang
* Mon Jul 31 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2023.07.29:
    * <a-u> and <a-U> now undo/redo selection changes; the previous
      meaning of moving in history tree has been moved to <c-j> and <c-k>
    * %exp{...} expansions provide flexible quoting for expanded
      strings (as double quoted strings)
    * <c-g> 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 <bjorn.lie@gmail.com>
  - Add upstream bug fix patch: Fix new gcc errors for missing types.
    * 894e44fdbff4221549d358faa4a73ea43e1283a5.patch
* Mon Oct 31 2022 Michael Vetter <mvetter@suse.com>
  - Update to 2022.10.31:
    * complete-command to specify and change how a command is completed
    * p, P, ! and <a-!> commands now select the inserted text
    * x now just extends the selection to contain full lines (as <a-x> did)
      <a-x> trims partial lines from the selection (as <a-X> did)
    * User mappings is now bound to <space> while keeping/removing main
      selection moved to , and <a-,>
    * 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 <antoine.belvire@opensuse.org>
  - Add kakoune-2021.11.08-gcc-12.patch: Fix build with gcc 12.
* Fri Dec 03 2021 Michael Vetter <mvetter@suse.com>
  - 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 <mvetter@suse.com>
  - 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 <mvetter@suse.com>
  - 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 <filename> 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 <christophe@krop.fr>
  - Add GCC 11 compatibility fix:
    * 0001-Add-missing-limits-includes.patch
* Wed Sep 02 2020 Michael Vetter <mvetter@suse.com>
  - Update to 2020.09.01:
    * Daemon mode (-d switch) does not fork anymore.
    * Fix crash on completion.
* Tue Aug 04 2020 Michael Vetter <mvetter@suse.com>
  - Update to 2020.08.04:
    * Introduce User hook support.
    * The bold and italic faces are no longer built-in. Highlighters
      are expected to use face attributes (+b and +i, respectively) to
      decorate text.
    * The lint-enable command no longer needs to be called to display
      linting errors. The lint-disable command was renamed into
      lint-hide-diagnostics.
    * The +<length> part of a range-specs highlighter consistently
      refers to the length of the target range.
    * clients stdin is transferred to the server, making it possible
      to pipe into kak -c <session>
    * Faces can have an alpha channel, specified using the
      rgba:RRGGBBAA format.
    * replace-ranges highlighter now support empty and multi-lines ranges
    * %val{...} now expands to list of strings, $kak_quoted_... now work
      as expected with these.
    * *SetOption hooks filter string will contain a value only for options
      of int/str/bool types to avoid performance issue with generating those
      on more complex option types.
* Thu Jan 16 2020 Michael Vetter <mvetter@suse.com>
  - Update to 2020.01.16:
    * Expose history tree through $kak_history and
      $kak_uncommitted_modifications
    * InsertCompletionHide parameter is the list of inserted ranges

Files

/usr/bin/kak
/usr/libexec/kak
/usr/libexec/kak/kak
/usr/share/kak
/usr/share/kak/autoload
/usr/share/kak/colors
/usr/share/kak/colors/base16.kak
/usr/share/kak/colors/black-on-white.kak
/usr/share/kak/colors/default.kak
/usr/share/kak/colors/desertex.kak
/usr/share/kak/colors/github.kak
/usr/share/kak/colors/greyscale.kak
/usr/share/kak/colors/gruvbox-dark.kak
/usr/share/kak/colors/gruvbox-light.kak
/usr/share/kak/colors/kaleidoscope-dark.kak
/usr/share/kak/colors/kaleidoscope-light.kak
/usr/share/kak/colors/lucius.kak
/usr/share/kak/colors/palenight.kak
/usr/share/kak/colors/plain.kak
/usr/share/kak/colors/red-phoenix.kak
/usr/share/kak/colors/reeder.kak
/usr/share/kak/colors/solarized-dark-termcolors.kak
/usr/share/kak/colors/solarized-dark.kak
/usr/share/kak/colors/solarized-light-termcolors.kak
/usr/share/kak/colors/solarized-light.kak
/usr/share/kak/colors/tomorrow-night.kak
/usr/share/kak/colors/zenburn.kak
/usr/share/kak/doc
/usr/share/kak/doc/buffers.asciidoc
/usr/share/kak/doc/changelog.asciidoc
/usr/share/kak/doc/command-parsing.asciidoc
/usr/share/kak/doc/commands.asciidoc
/usr/share/kak/doc/execeval.asciidoc
/usr/share/kak/doc/expansions.asciidoc
/usr/share/kak/doc/faces.asciidoc
/usr/share/kak/doc/faq.asciidoc
/usr/share/kak/doc/highlighters.asciidoc
/usr/share/kak/doc/hooks.asciidoc
/usr/share/kak/doc/keymap.asciidoc
/usr/share/kak/doc/keys.asciidoc
/usr/share/kak/doc/mapping.asciidoc
/usr/share/kak/doc/modes.asciidoc
/usr/share/kak/doc/options.asciidoc
/usr/share/kak/doc/regex.asciidoc
/usr/share/kak/doc/registers.asciidoc
/usr/share/kak/doc/scopes.asciidoc
/usr/share/kak/kakrc
/usr/share/kak/rc
/usr/share/kak/rc/detection
/usr/share/kak/rc/detection/editorconfig.kak
/usr/share/kak/rc/detection/file.kak
/usr/share/kak/rc/detection/modeline.kak
/usr/share/kak/rc/filetype
/usr/share/kak/rc/filetype/apl.kak
/usr/share/kak/rc/filetype/arch-linux.kak
/usr/share/kak/rc/filetype/asciidoc.kak
/usr/share/kak/rc/filetype/awk.kak
/usr/share/kak/rc/filetype/c-family.kak
/usr/share/kak/rc/filetype/cabal.kak
/usr/share/kak/rc/filetype/clojure.kak
/usr/share/kak/rc/filetype/cmake.kak
/usr/share/kak/rc/filetype/coffee.kak
/usr/share/kak/rc/filetype/conf.kak
/usr/share/kak/rc/filetype/coq.kak
/usr/share/kak/rc/filetype/crystal.kak
/usr/share/kak/rc/filetype/css.kak
/usr/share/kak/rc/filetype/cucumber.kak
/usr/share/kak/rc/filetype/cue.kak
/usr/share/kak/rc/filetype/d.kak
/usr/share/kak/rc/filetype/dart.kak
/usr/share/kak/rc/filetype/dhall.kak
/usr/share/kak/rc/filetype/diff.kak
/usr/share/kak/rc/filetype/dockerfile.kak
/usr/share/kak/rc/filetype/elixir.kak
/usr/share/kak/rc/filetype/elm.kak
/usr/share/kak/rc/filetype/elvish.kak
/usr/share/kak/rc/filetype/erlang.kak
/usr/share/kak/rc/filetype/eruby.kak
/usr/share/kak/rc/filetype/etc.kak
/usr/share/kak/rc/filetype/exherbo.kak
/usr/share/kak/rc/filetype/fennel.kak
/usr/share/kak/rc/filetype/fidl.kak
/usr/share/kak/rc/filetype/fish.kak
/usr/share/kak/rc/filetype/fsharp.kak
/usr/share/kak/rc/filetype/gas.kak
/usr/share/kak/rc/filetype/gdscript.kak
/usr/share/kak/rc/filetype/gentoo-linux.kak
/usr/share/kak/rc/filetype/git.kak
/usr/share/kak/rc/filetype/github.kak
/usr/share/kak/rc/filetype/gluon.kak
/usr/share/kak/rc/filetype/go.kak
/usr/share/kak/rc/filetype/graphql.kak
/usr/share/kak/rc/filetype/haml.kak
/usr/share/kak/rc/filetype/hare.kak
/usr/share/kak/rc/filetype/haskell.kak
/usr/share/kak/rc/filetype/hbs.kak
/usr/share/kak/rc/filetype/html.kak
/usr/share/kak/rc/filetype/i3.kak
/usr/share/kak/rc/filetype/ini.kak
/usr/share/kak/rc/filetype/janet.kak
/usr/share/kak/rc/filetype/java.kak
/usr/share/kak/rc/filetype/javascript.kak
/usr/share/kak/rc/filetype/jinja.kak
/usr/share/kak/rc/filetype/json.kak
/usr/share/kak/rc/filetype/julia.kak
/usr/share/kak/rc/filetype/just.kak
/usr/share/kak/rc/filetype/kakrc.kak
/usr/share/kak/rc/filetype/kickstart.kak
/usr/share/kak/rc/filetype/kotlin.kak
/usr/share/kak/rc/filetype/latex.kak
/usr/share/kak/rc/filetype/ledger.kak
/usr/share/kak/rc/filetype/lisp.kak
/usr/share/kak/rc/filetype/lua.kak
/usr/share/kak/rc/filetype/mail.kak
/usr/share/kak/rc/filetype/makefile.kak
/usr/share/kak/rc/filetype/markdown.kak
/usr/share/kak/rc/filetype/mercurial.kak
/usr/share/kak/rc/filetype/mercury.kak
/usr/share/kak/rc/filetype/meson.kak
/usr/share/kak/rc/filetype/mlb.kak
/usr/share/kak/rc/filetype/moon.kak
/usr/share/kak/rc/filetype/nim.kak
/usr/share/kak/rc/filetype/ninja.kak
/usr/share/kak/rc/filetype/nix.kak
/usr/share/kak/rc/filetype/ocaml.kak
/usr/share/kak/rc/filetype/pascal.kak
/usr/share/kak/rc/filetype/perl.kak
/usr/share/kak/rc/filetype/php.kak
/usr/share/kak/rc/filetype/pony.kak
/usr/share/kak/rc/filetype/protobuf.kak
/usr/share/kak/rc/filetype/pug.kak
/usr/share/kak/rc/filetype/purescript.kak
/usr/share/kak/rc/filetype/python.kak
/usr/share/kak/rc/filetype/r.kak
/usr/share/kak/rc/filetype/ragel.kak
/usr/share/kak/rc/filetype/restructuredtext.kak
/usr/share/kak/rc/filetype/ruby.kak
/usr/share/kak/rc/filetype/rust.kak
/usr/share/kak/rc/filetype/sass.kak
/usr/share/kak/rc/filetype/scala.kak
/usr/share/kak/rc/filetype/scheme.kak
/usr/share/kak/rc/filetype/scss.kak
/usr/share/kak/rc/filetype/sh.kak
/usr/share/kak/rc/filetype/sml.kak
/usr/share/kak/rc/filetype/sql.kak
/usr/share/kak/rc/filetype/svelte.kak
/usr/share/kak/rc/filetype/swift.kak
/usr/share/kak/rc/filetype/systemd.kak
/usr/share/kak/rc/filetype/taskpaper.kak
/usr/share/kak/rc/filetype/terraform.kak
/usr/share/kak/rc/filetype/toml.kak
/usr/share/kak/rc/filetype/troff.kak
/usr/share/kak/rc/filetype/tupfile.kak
/usr/share/kak/rc/filetype/twig.kak
/usr/share/kak/rc/filetype/vhdl.kak
/usr/share/kak/rc/filetype/void-linux.kak
/usr/share/kak/rc/filetype/yaml.kak
/usr/share/kak/rc/filetype/zig.kak
/usr/share/kak/rc/tools
/usr/share/kak/rc/tools/autorestore.asciidoc
/usr/share/kak/rc/tools/autorestore.kak
/usr/share/kak/rc/tools/autowrap.kak
/usr/share/kak/rc/tools/clang.kak
/usr/share/kak/rc/tools/comment.kak
/usr/share/kak/rc/tools/ctags.kak
/usr/share/kak/rc/tools/doc.asciidoc
/usr/share/kak/rc/tools/doc.kak
/usr/share/kak/rc/tools/format.kak
/usr/share/kak/rc/tools/git.kak
/usr/share/kak/rc/tools/go
/usr/share/kak/rc/tools/go/gopls.kak
/usr/share/kak/rc/tools/grep.kak
/usr/share/kak/rc/tools/lint.asciidoc
/usr/share/kak/rc/tools/lint.kak
/usr/share/kak/rc/tools/make.kak
/usr/share/kak/rc/tools/man.kak
/usr/share/kak/rc/tools/python
/usr/share/kak/rc/tools/python/jedi.kak
/usr/share/kak/rc/tools/rust
/usr/share/kak/rc/tools/rust/racer.kak
/usr/share/kak/rc/tools/spell.kak
/usr/share/kak/rc/windowing
/usr/share/kak/rc/windowing/detection.kak
/usr/share/kak/rc/windowing/iterm.kak
/usr/share/kak/rc/windowing/kitty.kak
/usr/share/kak/rc/windowing/new-client.kak
/usr/share/kak/rc/windowing/repl
/usr/share/kak/rc/windowing/repl/dtach.kak
/usr/share/kak/rc/windowing/repl/kitty.kak
/usr/share/kak/rc/windowing/repl/tmux.kak
/usr/share/kak/rc/windowing/repl/x11.kak
/usr/share/kak/rc/windowing/screen.kak
/usr/share/kak/rc/windowing/sway.kak
/usr/share/kak/rc/windowing/tmux.kak
/usr/share/kak/rc/windowing/wayland.kak
/usr/share/kak/rc/windowing/wezterm.kak
/usr/share/kak/rc/windowing/x11.kak
/usr/share/kak/rc/windowing/zellij.kak
/usr/share/licenses/kakoune
/usr/share/licenses/kakoune/UNLICENSE
/usr/share/man/man1/kak.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 01:27:51 2024