summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-24 12:53:23 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-24 12:53:23 +0100
commit97cede06b5b6d7866679b1f8b625b3153b0ade7c (patch)
tree97120a9925918b013a8729a8d1df14d10fbd531b /ChangeLog
parentd49c3eaac6df0e7eb225abbfc080cd8abf6e51bb (diff)
downloadweechat-97cede06b5b6d7866679b1f8b625b3153b0ade7c.zip
core: add support of escaped unicode chars in commands /print and "/input insert"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 23414e5d4..e4ca94b7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
== Version 0.4.3 (under dev)
* core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)
-* core: add command /print
+* core: add command /print, add support of more escaped chars in command
+ "/input insert"
* core: add option weechat.look.tab_width
* core: add completion "plugins_installed"
* core: fix crash in /eval when config option has a NULL value