From b4cef01e2a83a52405e083016edd500ccf19cf0d Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 21 Feb 2014 16:36:31 +0100 Subject: [PATCH] core: update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8fee23b33..43e9baec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,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 functions "hashtable_dup", "string_replace_regex", + "string_split_shell", "string_convert_escaped_chars" * api: add integer return code for functions hook_{signal|hsignal}_send * alias: change default command for alias /beep to "/print -beep" * guile: fix module used after unload of a script @@ -34,6 +36,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * lua: fix interpreter used after unload of a script * perl: fix context used after unload of a script * python: fix interpreter used after unload of a script +* trigger: add trigger plugin: new command /trigger and file trigger.conf == Version 0.4.3 (2014-02-09)