diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-08 13:36:49 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-11 08:54:28 +0100 |
commit | f00904afaad898158ee484d41fb64a4d22121b2a (patch) | |
tree | 9446edbadcd99342139ef78cc542e952a7783b4c /ChangeLog.adoc | |
parent | 6f90c7ef08ff15544a56d39069f77665012c2140 (diff) | |
download | weechat-f00904afaad898158ee484d41fb64a4d22121b2a.zip |
core: split ChangeLog entry on multiple lines (issue #2040)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 1f6d7908a..cbc76b276 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -15,7 +15,12 @@ For a list of important changes that require manual actions, please look at rele New features:: - * core: move key kbd:[Ctrl+r] to kbd:[Ctrl+s], add key kbd:[Ctrl+r] to search in commands history, move key kbd:[Ctrl+s], kbd:[Ctrl+u] to kbd:[Alt+Shift+U], add option `search_history` in command `/input`, add key context "histsearch", add option weechat.look.buffer_search_history, add buffer variables "text_search_direction", "text_search_history" and "text_search_ptr_history", add key kbd:[Ctrl+o] to send command found and insert next one in input (issue #2040) + * add option `search_history` in command `/input`, add key kbd:[Ctrl+r] to search in commands history, add key context "histsearch" (issue #2040) + * core: add option weechat.look.buffer_search_history (issue #2040) + * core: add key kbd:[Ctrl+o] to send command found and insert next one in input (issue #2040) + * core: add buffer variables "text_search_direction", "text_search_history" and "text_search_ptr_history" (issue #2040) + * core: move key kbd:[Ctrl+r] to kbd:[Ctrl+s] (issue #2040) + * core: move key kbd:[Ctrl+s], kbd:[Ctrl+u] to kbd:[Alt+Shift+U] (issue #2040) * core: display only version with command `/version`, add options `-o` and `-ol` in command `/upgrade` * core: add number of processes in command `/sys waitpid` * core, alias, trigger: allow wildcard in commands `/bar`, `/item`, `/proxy`, `/alias` and `/trigger` (issue #1956) |