summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-01 14:17:39 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-01 14:17:39 +0200
commite6db6185a75b7f00037b81bc4ea6c71ed1d303cc (patch)
treed57377d583d2652575c6af6451ab3c1190d2b5f1
parentb29f18d7eac0980adb60ac04597ce616d8e199fe (diff)
downloadweechat-e6db6185a75b7f00037b81bc4ea6c71ed1d303cc.zip
core: move line from new features to improvements in ChangeLog
-rw-r--r--ChangeLog.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index e4b4a8c78..e959fcbb2 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -26,7 +26,6 @@ New features::
* 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)
* irc: send signal "irc_server_lag_changed" and store the lag in the server buffer (local variable)
Improvements::
@@ -35,6 +34,7 @@ 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)