diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-26 18:24:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-26 20:30:17 +0200 |
commit | 9bb3acd2c7905f61c641d268b6340cff4d11b280 (patch) | |
tree | 09c397896c9a5054adeffded5a3662eb0ab5a766 | |
parent | ec671fe4476fbac23a1905b03e091d588c242c1d (diff) | |
download | weechat-9bb3acd2c7905f61c641d268b6340cff4d11b280.zip |
core: update ChangeLog (issue #1503)
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index f4e49853a..adca20db3 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -25,7 +25,7 @@ New features:: * core: add key kbd:[Alt+K] (upper case) to grab raw key and its command (issue #1238) * core: add option `key` in command `/debug` (issue #1238) * core: force ctrl keys to lower case when they are added (issue #1875) - * core: insert multiple pasted lines in input, instead of sending immediately (issue #1502) + * core: insert multiple pasted lines in input instead of sending immediately, add keys to move and delete in a single line and whole input (issue #1502, issue #1503) * core: add command `/reset` to reset options to their default values * core: add option `rename` in command `/bar` * core: add relative move of read marker with `/buffer set unread [+/-]N` (issue #1895) |