summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-12-10 16:20:23 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-12-10 16:20:23 +0100
commit9b93919b06c8a508940748125ea99029c162bc85 (patch)
treeac8fbf6dd1ef6d3f46c28c2648499e30553732f9
parent7313859bdf10492f6e9bc3218e7f6f307a22ddd3 (diff)
downloadweechat-9b93919b06c8a508940748125ea99029c162bc85.zip
core: update ChangeLog (closes #1659, closes #1669, closes #1770)
-rw-r--r--ChangeLog.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 440ae7fd3..c21b9ff56 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -24,13 +24,16 @@ New features::
* core: add signals "buffer_user_input_xxx" and "buffer_user_closing_xxx" for buffers created with `/buffer add` (issue #1848)
* core: add identifier in buffer lines (issue #901)
* core: add option `unicode` in command `/debug`
+ * api: add function utf8_strncpy
* trigger: add regex command "y" to translate chars, set default regex command to "s" (regex replace) (issue #1510)
Bug fixes::
+ * core: display chars the same way in chat and bars, replace tabulations by spaces in bars, display chars < 32 with letter in chat, do not display soft hyphens, zero width spaces and all non-printable chars (issue #1659, issue #1669, issue #1770)
* core: fix context info in buffers with free content (issue #1832)
* core: keep terminal title unchanged when option weechat.look.window_title is set to empty value (issue #1835, issue #1836)
* core: fix crash when setting invalid color in option with null value (issue #1844)
+ * api: fix function string_cut when there are non printable chars in suffix
* api: do not expect any return value in callbacks "callback_change" and "callback_delete" of function config_new_option (scripting API)
* irc: escape backslashes in raw buffer (issue #1838)