diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 14:41:04 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 15:13:18 +0100 |
commit | f54ed11f1d38f159c591005e72e35400f98ce948 (patch) | |
tree | c5aa5d343a9c88c6160fc7f87a42799f9573d402 | |
parent | 98487253ca3df2eaaf2f05a1337c41a29df17c51 (diff) | |
download | weechat-f54ed11f1d38f159c591005e72e35400f98ce948.zip |
core: update ChangeLog
-rw-r--r-- | ChangeLog.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index fae6a4061..4fd6f7922 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,10 +20,17 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: + * core: add cut of string in evaluation of expressions (${cut:max,suffix,string}) + * core: add ternary operator (condition) in evaluation of expressions (${if:condition?value_if_true:value_if_false}) * core: add resize of window parents with /window resize [h/v]size (task #11461, issue #893) + * buflist: new plugin "buflist" (bar item with list of buffers) + * api: add arraylist functions: arraylist_new(), arraylist_size(), arraylist_get(), arraylist_search(), arraylist_insert(), arraylist_add(), arraylist_remove(), arraylist_clear(), arraylist_free() + * api: add dynamic string functions: string_dyn_alloc(), string_dyn_copy(), string_dyn_concat(), string_dyn_free() + * irc: send signal "irc_server_lag_changed" and store the lag in the server buffer (local variable) Improvements:: + * core: add hotlist pointer in buffer structure * core: add last start date in output of command /version after at least one /upgrade (issue #903) * irc: send multiple masks by message in commands /ban, /unban, /quiet and /unquiet, use ban mask default for nicks in /quiet and /unquiet, display an error if /quiet and /unquiet are not supported by server (issue #579, issue #15, issue #577) * irc: add option "-include" in commands /allchan, /allpv and /allserv (issue #572) |