From 070249ca3ee451073ca46d0f8f532f844e1a50cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 7 May 2017 14:54:33 +0200 Subject: [PATCH] core: move line from improvements to new features in ChangeLog --- ChangeLog.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 19111d1cc..4375a336e 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -25,9 +25,10 @@ New features:: * core: add cut of string in evaluation of expressions with "cut:" (number of chars) and "cutscr:" (number of chars displayed on screen) * 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() + * aspell: add options to control delimiters in suggestions: aspell.color.suggestion_delimiter_{dict|word} and aspell.look.suggestion_delimiter_{dict|word} (issue #940) + * buflist: new plugin "buflist" (bar item with list of buffers) * irc: add option "open" in command /server (issue #966) * irc: send signal "irc_server_lag_changed" and store the lag in the server buffer (local variable) @@ -37,7 +38,6 @@ Improvements:: * core: add last start date in output of command /version after at least one /upgrade (issue #903) * api: add special key "__quiet" in hashtable for function key_bind() * api: add `${re:#}` to get the index of last group captured in function string_eval_expression() - * aspell: add options to control delimiters in suggestions: aspell.color.suggestion_delimiter_{dict|word} and aspell.look.suggestion_delimiter_{dict|word} (issue #940) * 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) * irc: don't smart filter modes given to you (issue #530, issue #897)