summaryrefslogtreecommitdiff
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-11 11:14:07 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-11 11:14:07 +0100
commit42b416af19d9947d6d36b246d4462deb6c85d6dc (patch)
tree4ac5907d301506e0810f7872d0ed16c84ae58b8e /ChangeLog.asciidoc
parentb6da2c3fa5b62d73d6e8262498d81952d5a71874 (diff)
downloadweechat-42b416af19d9947d6d36b246d4462deb6c85d6dc.zip
api: add option "signal" in function hook_set to send a signal to the child process
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r--ChangeLog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index 8819c5b9a..b2c15fe6e 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -47,6 +47,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* core: add signals "key_combo_{default|search|cursor}"
* core: display a warning in case of inconsistency between the options
weechat.look.save_{config|layout}_on_exit
+* api: add option "signal" in function hook_set to send a signal to the child
+ process
* api: add support of escaped strings with format `${esc:xxx}` or `${\xxx}` in
function string_eval_expression and command /eval
* api: add functions "hashtable_dup", "string_replace_regex",