diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-24 12:53:23 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-24 12:53:23 +0100 |
commit | 97cede06b5b6d7866679b1f8b625b3153b0ade7c (patch) | |
tree | 97120a9925918b013a8729a8d1df14d10fbd531b /ChangeLog | |
parent | d49c3eaac6df0e7eb225abbfc080cd8abf6e51bb (diff) | |
download | weechat-97cede06b5b6d7866679b1f8b625b3153b0ade7c.zip |
core: add support of escaped unicode chars in commands /print and "/input insert"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |