summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-12-25 22:47:18 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-12-25 22:47:18 +0100
commit41fd26fe79610df4eb22629a19f697b8fa218447 (patch)
treea4f35694c685bd524dc526357639662d5b4c4e85 /ChangeLog.adoc
parent0c29d4c5b6ae3034e9a2ddf3f9fbd374e0a49f72 (diff)
downloadweechat-41fd26fe79610df4eb22629a19f697b8fa218447.zip
core: move `/input` buffer switch/zoom actions to command `/buffer`
Actions moved: * `/input switch_active_buffer` -> `/buffer switch` * `/input switch_active_buffer_previous` -> `/buffer switch -previous` * `/input zoom_merged_buffer` -> `/buffer zoom`
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 399d3093d..b15ca055b 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -22,7 +22,7 @@ New features::
* core: add command `/allbuf`
* core: add command `/hotlist`
- * core: move some `/input` actions to commands `/allbuf`, `/buffer set`, `/buffer jump` and `/hotlist`
+ * core: move some `/input` actions to commands `/allbuf`, `/buffer` and `/hotlist`
* core: improve case convert and insensitive char comparisons (issue #258)
* core: add color attributes "blink" and "dim" (half bright) (issue #1855)
* core: allow command `/toggle` to create option before setting the value, if allowed in the section (issue #1837)