| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-10 | minor grammar fix | Olive | |
| 2025-02-28 | contrib/gendocs.py: Try 'npx antora' if 'antora' is not available | Maxime Coste | |
| 2024-06-04 | Code review: dedicated dir for generated documentation | Igor Ramazanov | |
| * Instead of modifying files in-worktree, create a dedicated `doc_dir` directory to keep all the generated code and copy AsciiDoc there first. * Remove unnecessary deletion of a symbolical link at `libexec/kak`. | |||
| 2024-06-04 | Merge branch 'mawww:master' into contrib/gendocs.sh | Igor Ramazanov | |
| 2023-12-28 | contrib/gendocs.py: refactoring | Igor Ramazanov | |
| Refactoring: 1. Generate the docs from a single Python file. 2. Run through Blake formatter. 3. Add links to Antora documentation pages. | |||
| 2023-12-27 | Code review: contrib/gendocs.sh -> contrib/gendocs.py | Igor Ramazanov | |
| What: migrate from shell and Scala to pure Python. Why: to improve the UX as users likely already have Python installed. | |||
| 2023-12-27 | Add a contrib/gendocs.sh script for docs gen | Igor Ramazanov | |
| Hey, I think Kakoune is a great editor! I struggled with a searchable and mobile-phone friendly documentation. Here're a Bash and Scala scripts to use the existing `**/*.asciidoc` for generating the static website. The code is far from ideal, but should be a good start. Would be good to improve the script and automatically publish the documentation using Github Actions and Pages. Hosting the draft on my personal Github pages. Here's how it looks like: https://igor-ramazanov.github.io. | |||
| 2023-12-20 | Update TRAMPOLINE | Colin Yates | |
| added missing word "...which *does* not store anything written..." | |||
| 2022-07-05 | Move user mappings to <space> and keep/remove selection to , | Maxime Coste | |
| 2022-02-03 | Fix type-o | Rosario Pulella | |
| 2021-07-12 | Rename NCursesUI to TerminalUI | Maxime Coste | |
| 2021-01-03 | Merge branch 'patch-1' of https://github.com/craigmac/kakoune | Maxime Coste | |
| 2021-01-03 | Merge remote-tracking branch 'jkonecny/master-fix-missing-liexec-spec' | Maxime Coste | |
| 2021-01-01 | Add new libexec directory to SPEC file packaging | Jiri Konecny | |
| Without that the build of RPM file will fail. | |||
| 2020-12-29 | Update TRAMPOLINE | C.D. MacEachern | |
| Small typos such as commas on "e.g." and "i.e.", verb-noun disagreement fixes, hyphenation fixes, and redundancies. Could use a major rewrite in terms of voicing, tone, and clarity, should anyone want to take up that task. | |||
| 2020-12-17 | TRAMPOLINE: fix typo | Arjun P | |
| 2020-11-01 | Update Tupfile to get it building | Ivan Tham | |
| Merge some new changes from Makefile Shorten the output as well | |||
| 2020-09-12 | Fix grammar in manual entry | samueldple | |
| 2020-09-02 | Update spec file to newer version | Jiri Konecny | |
| 2020-08-04 | Update spec file to newer version | Jiri Konecny | |
| 2020-07-27 | doc: Fix braces selection shortcut in TRAMPOLINE | Nicholas Boyd Isacsson | |
| 2020-02-05 | Merge remote-tracking branch 'jkonecny/master-backport-spec' | Maxime Coste | |
| 2020-02-04 | contrib describe_sessions: Look for sessions in XDG_RUNTIME_DIR | Frank LENORMAND | |
| The sessions are stored in `$XDG_RUNTIME_DIR` when that variable is defined. | |||
| 2020-01-16 | Backport new downstream spec file to upstream | Jiri Konecny | |
| 2019-12-18 | Update upstream spec from downstream Fedora | Jiri Konecny | |
| Kakoune is now officially packaged to Fedora. Update the spec file based on the downstream spec. Spec file was enhanced by Artem Polishchuk (tim77). Thanks a lot! | |||
| 2019-10-09 | doc: swap `q` and `Q` in TRAMPOLINE | Yang Tang | |
| 2019-09-18 | doc: add explicit mention of `d` and `u` commands. | Bruno Heridet | |
| lenormf did a fantastic job in the original TRAMPOLINE by providing a good density information while keeping the document short. However, after skimming through it recently I found that these 2 basic commands (`d` and `u`) were not explicitly mentioned. As newcomers who ask for a `vimtutor` equivalent are often redirected to the TRAMPOLINE, I thought these short additions will be welcomed. | |||
| 2019-04-24 | Add a new build dependency required for Fedora 30 | Jiri Konecny | |
| This will fix Fedora 30 & Fedora 31 daily builds. Also update to a new version. | |||
| 2019-03-23 | Merge remote-tracking branch 'lenormf/describe-sessions' | Maxime Coste | |
| 2019-03-02 | Notes on true color and Mac OS | Jason Felice | |
| 2018-11-18 | contrib: Implement a script to describe sessions | Frank LENORMAND | |
| Related to #538 | |||
| 2018-10-12 | Update spec file to the new release | Jiri Konecny | |
| Reported-by: Katharina Fey <spacekookie> | |||
| 2018-07-31 | Fix reference to perl regex syntax, Kakoune's is based on ECMAScript | Maxime Coste | |
| Fixes #2271 | |||
| 2018-07-17 | Add g++ as new build dependency | Jiri Konecny | |
| From Fedora 29 the gcc package is not part of the buildroot environment. | |||
| 2018-07-10 | Mention autoinfo for normal mode in TRAMPOLINE | Maxim Baz | |
| 2018-06-01 | Remove Homebrew formula | Alyssa Ross | |
| Homebrew core now packages kakoune, and the Linux-specific stuff is now in Linuxbrew, so there's no reason to keep this formula around anymore. | |||
| 2018-05-05 | Improve SPEC file, use release tag instead of commit hash | Łukasz Jendrysik | |
| 2018-04-29 | Small improvements of TRAMPOLINE | Albin Otterhäll | |
| 2018-03-27 | Docs: update trampoline with new rotation primitives | Delapouite | |
| 2018-03-20 | Merge remote-tracking branch 'lenormf/contrib-tmux-truecolor' | Maxime Coste | |
| 2018-02-24 | contrib tupfile: Fix the name pattern for objects | Frank LENORMAND | |
| 2018-02-23 | faq: Document how to render colors properly in `tmux` | Frank LENORMAND | |
| 2018-02-04 | Various Homebrew formula improvements | Alyssa Ross | |
| * Add missing dependencies on Linux * Remove unnecessary option. Hasn't been necessary since Homebrew/homebrew-core@90aae3e04c9af9d834c16c6820aff930fed5c3f4. * `require "formula"` is unnecessary * `brew audit --strict` warns on single quotes | |||
| 2017-11-04 | contrib: Adapt `Tupfile` to upstream changes | Frank LENORMAND | |
| 2017-11-01 | Remove remaining references to boost from documentation/contrib files | Maxime Coste | |
| 2017-10-13 | contrib: Add a descriptive reference of editing primitives | Frank LENORMAND | |
| 2017-08-28 | Fix kakmap.rb script for new normal.cc code | kawas44 | |
| 2017-06-29 | contrib Tupfile: Adapt to upstream changes | Frank LENORMAND | |
| 2017-03-28 | contrib: Remove `make_deb.bash` | Frank LENORMAND | |
| The `make_deb.bash` script has outlived its purpose, as package maintainers start generating proper nightly package releases. | |||
| 2017-01-15 | Use an optimized build in then homebrew formula | Maxime Coste | |
