diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-26 08:53:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-26 08:53:31 +0200 |
commit | dfdd5b1c5075c689ee20b857c46327f8add848b2 (patch) | |
tree | 4b3a20851ba51658aec6a9499c16f847c1f42324 /ChangeLog.adoc | |
parent | 7cc61cdbb36b5e75d4e73b947e2690a48a9c9efe (diff) | |
download | weechat-dfdd5b1c5075c689ee20b857c46327f8add848b2.zip |
core: add signals "cursor_start" and "cursor_end"
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 3258ac45b..46793aeac 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -25,6 +25,7 @@ New features:: * core: evaluate option weechat.plugin.path, change default value to "${weechat_data_dir}/plugins" * core: add options to customize commands executed on system signals received (SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2) (issue #1595) * core: quit WeeChat by default when signal SIGHUP is received in normal run, reload configuration in weechat-headless (issue #1595) + * core: add signals "cursor_start" and "cursor_end" * api: add translated string in evaluation of expressions with "translate:xxx" * api: add evaluation of WeeChat directories with "${weechat_xxx_dir}" in evaluated strings * api: add optional key "directory" in hashtable options of function/modifier string_eval_path_home |