summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-02-10 21:55:09 +1100
committerMaxime Coste <mawww@kakoune.org>2024-02-10 21:55:09 +1100
commitcf95043b1420b9dfdd667eb64485ae705c41bf8d (patch)
tree766a0a42774f4212072efe7613896e5ecbea1fc1
parentdbefadeb0f7adb53ec4b102faf62e82d3af631e6 (diff)
parent556c7633baa1b2354f66e666726eb1449f8af4e8 (diff)
Merge remote-tracking branch 'krobelus/changelog'
-rw-r--r--doc/pages/changelog.asciidoc4
-rw-r--r--src/main.cc2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc
index ff2cc4d3..5afd0d17 100644
--- a/doc/pages/changelog.asciidoc
+++ b/doc/pages/changelog.asciidoc
@@ -24,6 +24,10 @@ released versions.
* `git blame` now also works in `git-diff` and `git-log` buffers.
+* Completions provided via `shell-script-candidates` or `completers` are no longer sorted if the typed text is empty.
+
+* The `terminal` alias has been replaced with a command that selects terminal program and placement based on windowing options.
+
== Kakoune 2023.08.08
* Fix compilation errors on FreeBSD and MacOS using clang
diff --git a/src/main.cc b/src/main.cc
index e721699f..98181601 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -54,6 +54,8 @@ struct {
"» view mode and mouse scrolling no longer change selections\n"
"» {+u}git apply/blame-jump/edit/grep{} commands\n"
"» {+u}git blame{} works in {+u}git-diff{} and {+u}git-log{} buffers\n"
+ "» custom completions are no longer sorted if the typed text is empty\n"
+ "» {+u}terminal{} now selects implementation based on windowing options\n"
}, {
20230805,
"» Fix FreeBSD/MacOS clang compilation\n"